I am tring to install Apache 2.0.35 on my Solaris 8 box which has gcc 2.95
installed in /usr/local
After I am running following command:
%
./configure --enable-mods-shared=all --prefix=/usr/local
/apache_2.0.35
The last a few output lines are below:
-----------------------------------------------
forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
checking for rm... (cached) /usr/bin/rm
checking for mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 -pthreads ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
------------------------------------------------------
Could someone kindly tell me how to fix this problem? Thanks.
installed in /usr/local
After I am running following command:
%
./configure --enable-mods-shared=all --prefix=/usr/local
/apache_2.0.35
The last a few output lines are below:
-----------------------------------------------
forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
checking for rm... (cached) /usr/bin/rm
checking for mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 -pthreads ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
------------------------------------------------------
Could someone kindly tell me how to fix this problem? Thanks.