[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Another problem installing on HP-UX
- To: "'hobbit (at) hswn.dk'" <hobbit (at) hswn.dk>
- Subject: Another problem installing on HP-UX
- From: "Ebeling, Lars" <lars.ebeling (at) duni.se>
- Date: Mon, 14 Feb 2005 20:19:27 +0100
Hi all,
now when I got this pcre installed configure works. But make stops withy
errors. The getrpcbyname thing I solved with adding -lnsl to NETLIBS in
Makefile.HPUX. But searching around after hstrerror I found that probably
doesn't exist in HP-UX.
What to do?
/Lars
Hobbithobbyist
cc -g -O -D_REENTRANT -DHPUX -DMAXMSG=32768 -DBBDPORTNUMBER=1984 -I.
-I/home/bb/
hobbit/include -o bbtest-net bbtest-net.o contest.o httptest.o httpresult.o
ldap
test.o dns.o dns2.o ../lib/libbbgen.a libcares.a
/usr/ccs/bin/ld: Unsatisfied symbols:
getrpcbyname (code)
hstrerror (code)
collect2: ld returned 1 exit status
makeÄ1Å: *** Äbbtest-netÅ Error 1
makeÄ1Å: Leaving directory é/home/bb/hobbit-4.0-RC2/bbnet'
make: *** Äbbnet-buildÅ Error 2
I