This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Undefined symbol




On 2017-02-13 12:47, Florian Weimer wrote:
On 02/13/2017 08:45 AM, Carlo Kok wrote:
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)

Interesting problem.  Can you post the log output for “LD_BIND_NOW=1
LD_DEBUG=all”?  I hope that this will provide more information about
which object contains the problematic relocation.

https://gist.github.com/carlokok/19abd7eda4e4ae5d1aa3d7867e04dbd1


Just in case, the output of readelf -r for ConsoleApplication347:
https://gist.github.com/carlokok/508aea7e60ddb39a12e20fa5c7ad22ac
and ClassLibrary22.so:
https://gist.github.com/carlokok/59cb6dcfd321aa8cde9e6cfa8e67f5e6

--
Carlo Kok
RemObjects Software


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