[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

More HP-UX static compilation silliness

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-06-10 17:29:49 CEST

I am making another go at compiling a static svn binary on HP-UX. I can
compile dynamically OK, but when I try to compile statically, when it
gets to the "libtool" line and gives an error about "ld: cannot find
library dld". It's like there's some setting to find the dynamic loader
that isn't getting set during a static build. I even tried removing all
references to dld and I still get the error. Following is the command
that gives me the problem:

cd subversion/clients/cmdline && /bin/sh
/house/tobiasly/work/subversion-1.0.4/libtool --silent --mode=link cc
-g -O1 -Ae +Z +DAportable -L/house/tobiasly/inst/lib
-L/house/tobiasly/inst/lib -rpath /house/tobiasly/inst/lib -o svn
add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o
commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o
import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o
mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o
propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o
revert-cmd.o status-cmd.o status.o switch-cmd.o update-cmd.o util.o
../../../subversion/libsvn_client/libsvn_client-1.la
../../../subversion/libsvn_wc/libsvn_wc-1.la
../../../subversion/libsvn_ra/libsvn_ra-1.la
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/house/tobiasly/inst/lib/libaprutil-0.la -ldb -lexpat -liconv
/house/tobiasly/inst/lib/libapr-0.la -lm -lnsl -lpthread -ldld
-L/house/tobiasly/inst/lib -L/house/tobiasly/inst/lib
-L/house/tobiasly/inst/lib -lneon -lexpat

I have tried setting the HP-UX LD_LIBRARY_PATH and SHLIB_PATH to no
avail. Any ideas here?

thanks,
toby

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 10 17:31:46 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.