You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Jesus Alvarez <ja...@essnet.com> on 1997/08/30 22:40:06 UTC

os-sco/1077: Compilation warnings, ELF output

>Number:         1077
>Category:       os-sco
>Synopsis:       Compilation warnings, ELF output
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Sat Aug 30 13:40:02 1997
>Originator:     jalvarez@essnet.com
>Organization:
apache
>Release:        1.2.4
>Environment:
SCO Open Server 5.0.4
GCC 2.7.2
>Description:
To get ELF output, on the src/Configure script, around line 379
(SCO5 section) change
  CFLAGS="$CFLAGS -DSCO5"
  LIBS="$LIBS -lsocket -lmalloc -lprot"
to
  CFLAGS="$CFLAGS -belf -DSCO5"
  LFLAGS="$LFLAGS -belf"
  LIBS="$LIBS -lsocket -lmalloc -lprot -ltinfo -lm -lx"

SIGURG is defined on SCO5. To avoid a compilation warning,
add #ifndef SIGURG .. #endif to the SIGURG declaration
on src/conf.h line 280.
>How-To-Repeat:

>Fix:
See above
>Audit-Trail:
>Unformatted: