You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jim Priovolos 301-435-6137 <pr...@cii-server6.nci.nih.gov> on 2001/11/26 15:45:11 UTC

Installing 1.3.22 on Solaris 2.8

I'm using gcc and the ar from /usr/ccs/bin

Everything goes along fine until I do make.... and this is what I get.

Any ideas!?

 
 gcc -c  -I../os/unix -I../include   -DSOLARIS2=280 -DUSE_EXPAT 
-I../lib/expat-lite -DNO_DL_NEEDED `../apaci` ap_slack.c
gcc -c  -I../os/unix -I../include   -DSOLARIS2=280 -DUSE_EXPAT 
-I../lib/expat-lite -DNO_DL_NEEDED `../apaci` ap_snprintf.c
/usr/ccs/bin/as: "/var/tmp/ccVSVPwn.s", line 3318: error: unknown opcode 
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccVSVPwn.s", line 3318: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccVSVPwn.s", line 3442: error: unknown opcode 
".previous"
/usr/ccs/bin/as: "/var/tmp/ccVSVPwn.s", line 3442: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `ap_snprintf.o'
Current working directory /usr/local/apache_1.3.22/src/ap
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /usr/local/apache_1.3.22/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /usr/local/apache_1.3.22
*** Error code 1
make: Fatal error: Command failed for target `build'


Re: Installing 1.3.22 on Solaris 2.8

Posted by Owen Boyle <ob...@bourse.ch>.
Jim Priovolos 301-435-6137 wrote:
> 
> I'm using gcc and the ar from /usr/ccs/bin
> 
> Everything goes along fine until I do make.... and this is what I get.
> 
> Any ideas!?
> 
> 
>  gcc -c  -I../os/unix -I../include   -DSOLARIS2=280 -DUSE_EXPAT
> -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` ap_slack.c
> gcc -c  -I../os/unix -I../include   -DSOLARIS2=280 -DUSE_EXPAT
> -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` ap_snprintf.c
> /usr/ccs/bin/as: "/var/tmp/ccVSVPwn.s", line 3318: error: unknown opcode
> ".subsection"
etc.

Another Solaris 2.8 fan!... Make is calling "as" - the assembler - which
then barfs.  Did you make any changes or use any interesting options to
configure?

Rgds, 

OWen Boyle.