requestcode
11-15-2002, 04:57 PM
I am attempting to install PHP on an IBM AIX/RS6000 (IBM's flavor of UNIX) and the configure script is getting an error that says the C compiler is unable to compile executables. How do I check to see if I even have a C compiler, what one it is and if I don't have one where can I get one? If this helps here is the last part of the config.log
configure:2005: checking for gcc
configure:2035: checking for cc
configure:2118: checking whether the C compiler (cc ) works
configure:2134: cc -o conftest conftest.c 1>&5
1506-333 (S) License failure: acquire: No servers available for this vendor (network license server/library).
configure: failed program was:
#line 2129 "configure"
#include "confdefs.h"
main(){return(0);}
Thank you for any help you can give me.
configure:2005: checking for gcc
configure:2035: checking for cc
configure:2118: checking whether the C compiler (cc ) works
configure:2134: cc -o conftest conftest.c 1>&5
1506-333 (S) License failure: acquire: No servers available for this vendor (network license server/library).
configure: failed program was:
#line 2129 "configure"
#include "confdefs.h"
main(){return(0);}
Thank you for any help you can give me.