another possible libtool issue... or is this a libPropList issue?



/bin/sh ../libtool --mode=link egcs -include /home/allbery/bld/configure-hack.h
   -o gsdd  Main.o RunLoop.o Commands.o -L../ -lPropList  -L/usr/local/lib -lbind -lsocket -lnsl -lmalloc
mkdir .libs
egcs -include /home/allbery/bld/configure-hack.h -o gsdd Main.o RunLoop.o Commands.o -L../ -lPropList -L/usr/local/lib -lbind -lsocket -lnsl -lmalloc
/usr/local/sparc-sun-solaris2.5.1/bin/ld: cannot open -lPropList: No such file or directory
collect2: ld returned 1 exit status
make[1]: *** [gsdd] Error 1

I've only been able to get this to work by changing "-L../" to
"-L../.libs"; since libtool is supposed to be transparent, that seems
rather wrong.  On the other hand, I don't see this kind of problem with
other packages, which suggests that it's not really a libtool issue.

(Ignore the configure-hack.h behind the curtain; that's a trick to make
-lbind (ISC BIND 8) acceptable to configure, it just #defines all the
exported symbols in -lbind to names without the "__" prefix.)

-- 
brandon s. allbery	[os/2][linux][solaris][japh]	 allbery@kf8nh.apk.net
system administrator	     [WAY too many hats]	   allbery@ece.cmu.edu
electrical and computer engineering					 KF8NH
carnegie mellon university	  ["better check the oblivious first" -ke6sls]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]