Project

General

Profile

Actions

Bug #282

closed

Error compiling lighttpd 1.4.4 in Solaris 9 Sparc with gcc 3.4.2

Added by Anonymous over 18 years ago. Updated over 16 years ago.

Status:
Fixed
Priority:
High
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

I have problems compiling under Solaris 9 Sparc after appling changeset r720

I found this flag in "man standards":


  Feature Test Macros
     Feature test macros are used  by  applications  to  indicate
     additional  sets  of  features that are desired beyond those
     specified by the C standard. If  an  application  uses  only
     those  interfaces  and headers defined by a particular stan-
     dard (such as POSIX or  X/Open  CAE),   then  it  need  only
     define  the appropriate feature test macro specified by that
     standard. If the application is using interfaces and headers
     not  defined  by that standard, then in addition to defining
     the appropriate standard feature test macro,  it  must  also
     define  __EXTENSIONS__. Defining __EXTENSIONS__ provides the
     application with access to all interfaces and headers not in
     conflict  with  the specified standard. The application must
     define __EXTENSIONS__ either at compile time or  within  the
     applicatio'n source files.

Then after make an ''export CFLAGS=-D+EXTENSIONS_+_ all compile _'OK'''

-- nelson

Actions #1

Updated by jan over 18 years ago

  • Status changed from New to Assigned

what is the error msg you get ?

Actions #2

Updated by jan over 18 years ago

  • Status changed from Assigned to Fixed
  • Resolution set to fixed

fixed in r763

Actions

Also available in: Atom