Re: 1.7.5: Problem with dlopen and relative path

2010-04-29 Thread Corinna Vinschen
On Apr 29 12:39, Mansur Mamkin wrote: > Hello, > > As I see in source of dlfcn.cc, dlopen() should override LoadLibrary's > automatic adding of a ".dll" suffix, > but it's behaving strangely > > I have such files: > /home/me/project/myexe.exe > /home/me/project/lib1.dll > /home/me/project/subdi

1.7.5: Problem with dlopen and relative path

2010-04-29 Thread Mansur Mamkin
Hello, As I see in source of dlfcn.cc, dlopen() should override LoadLibrary's automatic adding of a ".dll" suffix, but it's behaving strangely I have such files: /home/me/project/myexe.exe /home/me/project/lib1.dll /home/me/project/subdir/lib2.dll /home/me/project/subdir/lib3 (without .dll) My