libtool
[Top][All Lists]
Advanced

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

DESTDIR question


From: Ted Irons
Subject: DESTDIR question
Date: Wed, 08 Jan 2003 19:10:54 -0700
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0

Doing 'make DESTDIR=/staging-area install' does not seem to be supported by libtool (1.4d) when building a shared version of a library (eg,
libDepends) which depends upon another one (eg, libBase) being built at
the same time.

The problem seems to be that libDepends is relinked
at install time to ensure that it contains the correct hardcoded path to
libBase.  At install time libtool, supposedly, knows the correct path to
libBase. The linker looks only at the final location, not /staging-area, so the link fails.

Is there a way to get around this?
Does the CVS version of libtool fix this?

Thanks,
- Ted





reply via email to

[Prev in Thread] Current Thread [Next in Thread]