Philipp Thomas <p...@suse.de> writes: > The wrapper script created by ltmain 2.4.6 on Linux sets LD_LIBRARY_PATH > as an absolute path. Unfortunately it doesn't escape colons and the > colon is the delimiter for paths in LD_LIBRARY_PATH. So the exe doesn't > find its library.
> Could someone help me locate the place where I could modify the escaping? Is it possible to escape colons in LD_LIBRARY_PATH? I did not believe it was, and a bit of research seems to support that. I believe directory names including colons are simply not supported for LD_LIBRARY_PATH (and various other things, such as PATH). -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool