Mailing List Archive

[Bug 7876] New: - configure for Solaris 5.7 fails
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=7876>.
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=7876

configure for Solaris 5.7 fails

Summary: configure for Solaris 5.7 fails
Product: Apache httpd-2.0
Version: 2.0.35
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: Blocker
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: solomon@conceptshopping.com


A simple "./configure; make" dies with this
make[4]: Entering directory
`/export/home0/usr/local/csi/src/httpd-2.0.35/srclib/apr/atomic/solaris_sparc'
D_ASM -D__STDC__=0
/export/home0/usr/local/csi/src/httpd-2.0.35/srclib/apr/atomic/solaris_sparc/apr_atomic_sparc.s
> apr_atomic_sparc.S
/bin/sh: D_ASM: not found

A quick work-around is to edit the Makefile in apr/atomic/solaris_sparc to add
ASCPP = gcc -E
The real problem appears to be in srclib/apr/configure.in about line 371.
Case sun, subcase sparc, subsubcase $is_gnu_as fails to assign a value to ASCPP

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org