Re: Trouble wrapping a dll
- Posted by mattlewis (admin) Aug 23, 2010
- 1102 views
ChrisB said...
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.
Very strange. Did you build libEZ.so yourself? Where did you get it?
Matt