Re: Trouble wrapping a dll
- Posted by ChrisB (moderator) Aug 22, 2010
- 1211 views
Hi
Neither ld or ldd have a output-def command line option.
eui: symbol lookup error: /usr/lib/libEZ.so: undefined symbol: XrmInitialize
Can anyone tell me why eui is giving the symbol lookup error, when the program is not calling XrmInitialize, it is in libEZ.so that is calling it? Does eui have to link all the functions within the .so? If so, I have checked for the presence of XrmInitialise within libX11.so, and it is definitely there.
Chris