Hi
 I am trying to compile apache 2.2.11 on my opensolaris 2009.06 (build 
111b) box and ran into the following error.. Has any one run into this 
before ?

gmake[1]: Entering directory `/export/home/sriramn/httpd-2.2.11/srclib'
Making all in pcre
gmake[2]: Entering directory `/export/home/sriramn/httpd-2.2.11/srclib/pcre'
gmake[3]: Entering directory `/export/home/sriramn/httpd-2.2.11/srclib/pcre'
/usr/apr/1.3/build/libtool --silent --mode=compile 
/opt/SunStudioExpress/bin/cc     -DSOLARIS2=11 
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -mt -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64    
-I/export/home/sriramn/httpd-2.2.11/srclib/pcre -I. 
-I/export/home/sriramn/httpd-2.2.11/os/unix 
-I/export/home/sriramn/httpd-2.2.11/server/mpm/prefork 
-I/export/home/sriramn/httpd-2.2.11/modules/http 
-I/export/home/sriramn/httpd-2.2.11/modules/filters 
-I/export/home/sriramn/httpd-2.2.11/modules/proxy 
-I/export/home/sriramn/httpd-2.2.11/include 
-I/export/home/sriramn/httpd-2.2.11/modules/generators 
-I/export/home/sriramn/httpd-2.2.11/modules/mappers 
-I/export/home/sriramn/httpd-2.2.11/modules/database 
-I/usr/apr/1.3/include -I/usr/apr-util/1.3/include -I/usr/include 
-I/export/home/sriramn/httpd-2.2.11/modules/proxy/../generators 
-I/export/home/sriramn/httpd-2.2.11/modules/ssl 
-I/export/home/sriramn/httpd-2.2.11/modules/dav/main  -prefer-non-pic 
-static -c maketables.c && touch maketables.lo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
gmake[3]: *** [maketables.lo] Error 1
gmake[3]: Leaving directory `/export/home/sriramn/httpd-2.2.11/srclib/pcre'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/export/home/sriramn/httpd-2.2.11/srclib/pcre'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/home/sriramn/httpd-2.2.11/srclib'
gmake: *** [all-recursive] Error 1


I had to to the following to get the configure go successfully..

export CC=/opt/SunStudioExpress/bin/cc
./configure && gmake

Reply via email to