While using gmake on the 2/12/2008 Hobbit 4.3 snapshot I uncounted a rpath error. Full log is in the attachment.
Can anyone enlighten me? OS is Solaris 10 on an X86 platform.
The full log is in the attachment.
gmake
MAKE="gmake" CC="gcc" CFLAGS="-g -O2 -Wall -Wno-unused -D_REENTRANT
-DSunOS -I. -Ipwd/include -I/usr/local/include" LDFLAGS="" `p
wd`/build/genconfig.sh
Checking for socklen_t
...
cp c-ares/.libs/libcares.a .
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I/tmp/H43/snapshot/include -I/usr/local/include -I./c-ares -c -o dns.o dns.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I/tmp/H43/snapshot/include -I/usr/local/include -I./c-ares -c -o dns2.o dns2
.c
gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -DSunOS -I. -I/tmp/H43/snapshot/include -I/usr/local/include -o bbtest-net -Wl,--rpath,/u
sr/local/rrdtool-1.2.19/lib -Wl,--rpath,/usr/local/lib -Wl,--rpath,/usr/local/ssl/lib -Wl,--rpath,/usr/lib bbtest-net.o contest.o ht
tptest.o httpresult.o ldaptest.o dns.o dns2.o ../lib/libhobbit.a libcares.a -L/usr/lib -lldap -L/usr/local/ssl/lib -lssl -lcrypto -
L/usr/local/lib -lpcre -lresolv -lsocket -lnsl
/usr/ccs/bin/ld: illegal option -- rpath
/usr/ccs/bin/ld: illegal option -- rpath
/usr/ccs/bin/ld: illegal option -- rpath
/usr/ccs/bin/ld: illegal option -- rpath
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s)
[-64] enforce a 64-bit link-edit
[-a] create an absolute file
[-b] do not do special PIC relocations in a.out
...