Re: How to disable relink on install?

2003-06-29 Thread Gerrit P. Haase
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,

Re: How to disable relink on install?

2003-06-29 Thread Max Bowsher
Gerrit P. Haase wrote: 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++

Re: How to disable relink on install?

2003-06-29 Thread Tor Lillqvist
Max Bowsher writes: If so, relinking is definitely never required on Windows, because *no* path information is recorded in executables. Hear, hear! I resorted to disabling that section of code in ltmain.sh with a case statement. Ditto. --tml