guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't use dynamic-link with any shared object file


From: spk121
Subject: Re: Can't use dynamic-link with any shared object file
Date: Mon, 26 Dec 2016 17:18:10 -0600

‎Usually the strace command or setting the LD_DEBUG=all environment variable 
can provide useful info. They often reveal that I should have the 
LD_LIBRARY_PATH differently.

An annoyance of dynamic linking is that you also need to make sure that each 
shared object's own shared object dependencies are in the library path. Often 
when dynamic linking is complaining about something at appears to clearly 
exist, it is this recursive linking that is the problem.
‎



reply via email to

[Prev in Thread] Current Thread [Next in Thread]