You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/27 12:17:12 UTC

DO NOT REPLY [Bug 12074] New: - Compilation fails due to a _Isinf not found

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=12074>.
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=12074

Compilation fails due to a _Isinf not found

           Summary: Compilation fails due to a _Isinf not found
           Product: Apache httpd-1.3
           Version: 1.3.26
          Platform: HP
               URL: Internal intranet
        OS/Version: HP-UX
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: l_faillie@yahoo.com


Hi all,

I'm trying to compile Apache 1.3.26 and PHP on an HP-UX 11.00 server, using GCC
3.0.

The compilation fails w/ the following error :


<=== src/modules
        gcc -c  -I./os/unix -I./include   -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT
-I./lib/expat-lite `./apaci` modules.c
        gcc -c  -I./os/unix -I./include   -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT
-I./lib/expat-lite `./apaci` buildmark.c
        gcc  -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci`  
-Wl,-E -Wl,-B,deferred -Wl,+s \
              -o httpd buildmark.o modules.o  modules/standard/libstandard.a 
main/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.
a lib/expat-lite/libexpat.a  -lm -lpthread -lm
/usr/ccs/bin/ld: Unsatisfied symbols:
   _Isinf (code)
collect2: ld returned 1 exit status
*** Error exit code 1

I made some check to find where this function is used but ... I only found it on
object file ????

[faillie]/home/faillie/projets/apache_1.3.26 $find . -type f -exec grep -l Isinf
{} \;
./src/ap/ap_snprintf.o
./src/ap/libap.a

So, any tips are wellcome ;-D

Laurent

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