This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Undefined symbol
- From: Carlo Kok <ck at remobjects dot com>
- To: "libc-help at sourceware dot org" <libc-help at sourceware dot org>
- Date: Mon, 13 Feb 2017 08:45:41 +0100
- Subject: Undefined symbol
- Authentication-results: sourceware.org; auth=none
Hi,
When running my own generated library/executable I'm getting:
LD_LIBRARY_PATH=. ./ConsoleApplication347
./ConsoleApplication347: symbol lookup error: ./ConsoleApplication347:
undefined symbol:
(theres nothing after undefined symbol)
How can I figure out what's wrong with these executables?
Full log:
https://gist.github.com/carlokok/1dd510a16e1922271b520f1c00b14656
readelf -s for ConsoleApplication347:
https://gist.github.com/carlokok/0950e4b33e0bf421852b3ac58fc18aea
readelf -s for ClassLibrary22.so:
https://gist.github.com/carlokok/109a03620abb95bdad6479426e3dce11
--
Carlo Kok
RemObjects Software