Whenever I am compiling some big code it usually doesn't finish. It just outputs some errors about cpp or anything else, like for an example building apache...
gcc -c -I../os/unix -I../include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` http_main.c gcc -c -I../os/unix -I../include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` http_protocol.c make[3]: *** [http_protocol.o] Segmentation fault make[3]: *** Deleting file `http_protocol.o' make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/usr/local/src/php4/apache_1.3.11/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/usr/local/src/php4/apache_1.3.11' make: *** [build] Error 2 kujon:/usr/local/src/apache_1.3.11 # make ===> src make[1]: Entering directory `/usr/local/src/php4/apache_1.3.11' make[2]: Entering directory `/usr/local/src/php4/apache_1.3.11/src' ===> src/regex make[3]: Nothing to be done for `all'. <=== src/regex ===> src/os/unix make[3]: Nothing to be done for `all'. <=== src/os/unix ===> src/ap make[3]: Nothing to be done for `all'. <=== src/ap ===> src/main gcc -c -I../os/unix -I../include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` http_protocol.c gcc -c -I../os/unix -I../include -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` http_request.c If I run compile command again it normally finishes it's job with no problem at all. Any suggestions? -- Klemen Vodopivec, [EMAIL PROTECTED] on 08.13.2000

