Pcre

ESKosters

Verified User
Joined
Feb 5, 2006
Messages
7
Location
The Netherlands
When using custombuild im getting the error below at compiling PCRE.

Code:
Done. Making pcre-7.8...
Trying to make PCRE...
make  all-am
make[1]: Entering directory `/usr/local/directadmin/custombuild/pcre-7.8'
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.   -I/usr/kerberos/include  -O2 -MT pcre_compile.lo -MD -MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.lo pcre_compile.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -O2 -MT pcre_compile.lo -MD -MP -MF .deps/pcre_compile.Tpo -c pcre_compile.c  -fPIC -DPIC -o .libs/pcre_compile.o
pcre_compile.c: In function âcheck_escapeâ:
pcre_compile.c:769: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccDU3CDV.out file, please attach this to your bugreport.
make[1]: *** [pcre_compile.lo] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/pcre-7.8'
make: *** [all] Error 2

Using CentOS 5.2 (Linux www03.ek-hosting.net 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 i686 i386 GNU/Linux)

I do have gcc and gcc-c++, wich i found out was in some cases the problem. Someone has an idea?
 
Back
Top