This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libjawtgnu linking borked


Andreas Jaeger <aj@suse.de> writes:

> Looking closer at this, it seems to be a problem with DESTDIR that you
> use.  libgtkpeer is installed - but it's installed in
> /var/tmp/gcc-mainline-4.1.0_20050929-build/usr/lib/classpath/ - and
> that path is not added to the Link line.

That's due to the very old libtool used by classpath.  This has been fixed
nearly 3 years ago.  Note that the toplevel ltmain.sh lacks this fix as
well.

2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>

	* ltmain.in: add support for installing into temporary
	staging area (e.g. 'make install DESTDIR=...')

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]