Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » Ubuntu 8.04 linking problem
Re: Ubuntu 8.04 linking problem [message #16202 is a reply to message #16201] |
Mon, 02 June 2008 05:46   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Try to run from console "$strace <your application>". You will see kernel calls (you won't see libc calls like dlopen).
If that doesn't clarify the problem try to run "$LD_DEBUG=libs <your application>" (in case of bash ...). This command traces run-time linker.
If the problem still remains unresolved, post output of those commands here.
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Tue Aug 26 01:08:14 CEST 2025
Total time taken to generate the page: 0.05750 seconds
|