Hi Dan, This error I can't reproduce in here. I am using HP-UX 11i v3 (uname: HP-UX xx B.11.31 U 9000/800 3397116299 unlimited-user license), without any issues... What version of cc/HPUX do you have?
I find it weird, because the error is coming from va_copy, which is a standard function. Do you have all libraries installed? Can you compile other programs in there? Thanks, -- Daniel B. Cid dcid ( at ) ossec.net On Fri, Sep 5, 2008 at 11:56 AM, <[EMAIL PROTECTED]> wrote: > > Closer !! > > > > *** Making os_maild *** > > cc -g -Wall -I../ -I../headers -DDEFAULTDIR=\"/var/ossec\" > -DUSE_OPENSSL -DHPUX -D_XOPEN_SOURCE_EXTENDED -DHIGHFIRST -D_REENTRANT > -DARGV0=\"ossec-maild\" -DXML_VAR=\"var\" -DOSSECHIDS maild.c config.c > os_maild_client.c sendmail.c mail_list.c ../config/lib_config.a > ../shared/lib_shared.a ../os_net/os_net.a ../os_regex/os_regex.a > ../os_xml/os_xml.a -o ossec-maild > maild.c: > config.c: > os_maild_client.c: > sendmail.c: > mail_list.c: > /usr/ccs/bin/ld: Unsatisfied symbols: > va_copy (first referenced in ../shared/lib_shared.a(debug_op.o)) (code) > *** Error exit code 1 > > Stop. > > Error Making os_maild > *** Error exit code 1 > > ----------------------------------------- > Notice: The information contained in this electronic mail > transmission is intended by The J.M. Smucker Company (or one of its > subsidiaries) for the sole use of the named individual or entity to > which it is directed and may contain information that is privileged > or otherwise confidential. If you have received this electronic > mail transmission in error, please notify the sender of the error > by reply email so that our address record can be corrected. Thank > you. >
