Hallo Alex,

> I'm using libtool 1.4.2 on a redhat 8.0 machine and when do a "make
> install" in my project libtool relinks all my libs and binaries.

> How can I disable this? I never run my binaries from the build area,
> only from the installed prefix. 

> Linking a large C++ binary takes a long time, so I'd like to avoid doing
> it twice....

I use libtool on Cygwin.  Usually no relinking is needed on
Cygwin/Windows.  So I open and edit every .la file in question and
remove the relink command at the bottom before I run `make install`.


Gerrit
-- 
=^..^=



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to