From: martin r. <li...@ru...> - 2004-02-18 13:00:49
|
On Wed, Feb 18, 2004 at 11:45:38AM +0100, Sam Hocevar wrote: > elk only uses the dlname entry of the .la file. You can create a > dummy libfoo.la file containing only this line: > > dlname='libfoo.so' thank you very much. this issue is solved now. the problem was an unresolved symbol in my lib, which i didn't encounter because when loading the '.so' directly (with the tweaked load.c) elk doesn't complain about it, even with -v init... is working fine now. bests, martin |