You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by William Csiszar <bi...@eaton.com> on 2000/12/13 16:23:36 UTC

build/6975: linking step of build fails w/ Unsatisfied symbols: __builtin_va_start (code)

>Number:         6975
>Category:       build
>Synopsis:       linking step of build fails w/ Unsatisfied symbols: __builtin_va_start (code)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Wed Dec 13 07:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     billcsiszar@eaton.com
>Release:        1.3.6
>Organization:
apache
>Environment:
$uname -a
HP-UX unixd07 B.11.00 U 9000/800 637319303 unlimited-user license
>Description:
Here is the end of the output from the make which I am running from the src directory:

gcc -c  -I./os/unix -I./include   -DHPUX11 -DUSE_HSREGEX  buildmark.c
In file included from include/ap_config.h:959,
                 from buildmark.c:58:
/usr/include/string.h:29: warning: conflicting types for built-in function `memc
mp'
/usr/include/string.h:85: warning: conflicting types for built-in function `memc
py'
/usr/include/string.h:87: warning: conflicting types for built-in function `mems
et'
        gcc  -DHPUX11 -DUSE_HSREGEX    -Wl,-E -Wl,-B,deferred -Wl,+s \
              -o httpd ap/ap_snprintf.o buildmark.o modules.o  modules/standard/
libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a  -
lm -lpthread
collect2: ld returned 1 exit status
/usr/ccs/bin/ld: Unsatisfied symbols:
   __builtin_va_start (code)
*** Error exit code 1

Stop.


When I do a strings -a on the src/ap/libpa.a I find __builtin_va_start in there.

Any suggestions?
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]