> configure:1781: checking whether the C compiler (gcc ) works
> configure:1797: gcc -o conftest conftest.c 1>&5
> cpp: fork: Interrupted system call
> configure: failed program was:
>
> #line 1792 "configure"
> #include "confdefs.h"
>
> main(){return(0);}
>
> HERE IS THE DIRECTORY LISTING FOR confdefs.h:
>
> -rw-r--r-- 1 root other 1 Apr 24 11:19 confdefs.h
>
> WHICH I NOTE CONTAINS ONE LINE, ONE {BLANK} CHARACTER
>
> I might note that I used Solaris tar to unpack the archive - could that be a
> problem? Other suggestions?
Well, try compiling that tiny little C program directly from the
command line.
Make a file called test.c and put:
main(){return(0);}
in it. Then type: gcc -o test test.c
If that doesn't work you need to go fix your compiler installation.
-Rasmus
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]