hi there!
 
i'm currently working on wgcc v2 and the libltdl behaviour on windows. looking at mdemo-static.test and co. i have a little problem. since all libs are linked in static, the symbols which are looked up are contained in the executeable itself, so my idea was to dlopen the executeable, and just treat it as a normal dll. This doen't work, since an executeable misses some things a dll has, so i can't find _any_ symbol in an executeable image somehow. it just seems to be empty ;o)
 
any sugestions how to get this to work?
 
Cheers, Markus
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to