Mailing List Archive

[Bug 7839] - failure to compile under solaris 8, gcc 2.95.3
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7839>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7839

failure to compile under solaris 8, gcc 2.95.3





------- Additional Comments From jerenkrantz@apache.org 2002-04-15 05:50 -------
This seems to be a asm/ld/binutils problem. Are you using Solaris's binutils or
the GNU binutils?

There was an issue that GNU binutils was not working on Solaris (fixed in CVS,
FWIW). That may help out if you are using GNU binutils.

With Sun's binutils:

justin@nagoya% /usr/ccs/bin/make
cat
/disk/raid0/home/justin/cvs-apache/httpd-2.0/srclib/apr/atomic/solaris_sparc/apr_atomic_sparc.s
> apr_atomic_sparc.S
as -K pic -P -D_ASM -D__STDC__=0 -xarch=v8plus -o apr_atomic_sparc.lo
apr_atomic_sparc.S
justin@nagoya%

Since your output doesn't seem to be using as, I think you are seeing the
GNU binutils problem. Please trying a nightly tarball or CVS and see if
that helps.