This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: error while loading shared libraries: libisl.so.10


On Tue, 15 Jan 2013, Leo Ferres wrote:

This? Be aware that it only  fails when i do "sudo make install", not
before. Why does the make install rule use libisl "differently" than
the compilation?

sudo will likely ignore/clear LD_LIBRARY_PATH. Instead of: env LD_LIBRARY_PATH=... sudo make install

try:
sudo env LD_LIBRARY_PATH=... make install

--
Marc Glisse


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]