Bug 7876 - configure for Solaris 5.7 fails
Summary: configure for Solaris 5.7 fails
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.0.35
Hardware: Sun Solaris
: P3 blocker (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-09 15:25 UTC by Marvin Solomon
Modified: 2007-02-17 08:11 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Solomon 2002-04-09 15:25:02 UTC
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
Comment 1 Justin Erenkrantz 2002-04-12 01:20:36 UTC
Fixed in revision 1.428 of srclib/apr/configure.in

This will be included in the next version of Apache httpd-2.0.

Thanks for using Apache!