This is the mail archive of the automake@gnu.org mailing list for the automake 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] | |
"Kremp, Johannes" <Johannes.Kremp@gedas.de> writes: > my binaries are linked against shared libraries. but when move this > libraries in another directory and write this new dirctory in the > environment variable SHLIB_PATH the binary does not find the > libraries. That's HP-UX magic. ;-) > my libtool use the compiler cc to link the binaries. but the linker > ld has the flags '+s' to force the binary to look into the directories > listing in SHLI_PATH. Only for "dynamic" shared libs, not "static" shared libs. > i think then can i set '+s' to the LDFLAGS of my binaries, isn't it? No, you can fix that only by running chatr. I've reported this libtool bug (and provided at patch) in March this year. Go to the libtool mailing list archive and read the thread "libtool misfeature on HP-UX". You can fix all libtool linked libraries on your system with the following script:
Attachment:
hpux-chatr
Description: hpux-chatr
Attachment:
ATT01516.ATT
Description: ATT01516.ATT
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |