You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Lasse Sundstrom <lj...@iki.fi> on 1997/07/29 16:30:02 UTC

os-solaris/934: The main configuration parameter CC isn't ported to support/Makefile

>Number:         934
>Category:       os-solaris
>Synopsis:       The main configuration parameter CC isn't ported to support/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Tue Jul 29 07:30:01 1997
>Originator:     ljs@iki.fi
>Organization:
apache
>Release:        1.2.1
>Environment:
 uname -a
SunOS otax.tky.hut.fi 5.5 Generic_103093-11 sun4m sparc sun4m
>Description:
A part of src/Configuration:
EXTRA_CFLAGS=-DHIGH_SLACK_LINE=256
EXTRA_LFLAGS=
EXTRA_LIBS=
EXTRA_INCLUDES=

CC=gcc
OPTIM=-O2
#RANLIB=


support/Makefile after src/Configure is run:
###############
# Platform: Solaris 2
# Final Rules:
#  Rule WANTHSREGEX=yes
###############
CFLAGS1= -DSOLARIS2
INCLUDES1= -Iregex
LIBS1= -lsocket -lnsl
LFLAGS1=
BROKEN_BPRINTF_FLAGS=
REGLIB=regex/libregex.a
RANLIB=ranlib
SHELL=/bin/sh

#### End of Configure created section ####
>How-To-Repeat:

>Fix:
Manually add CC=gcc to support/Makefile
>Audit-Trail:
>Unformatted: