Re: Linking with winelib

2004-09-09 Thread Dimitrie O. Paun
On Sat, Sep 11, 2004 at 04:13:30AM +0600, Nikolay A. Liber wrote: > Hello > > I am using winelib with Mono hack to load windows DLL into python > module. There is a dummy function wine_pthread_init_thread in > libwine.so. wine_pthread_init_thread implemented in winelib.so.exe from > mono shared

Linking with winelib

2004-09-09 Thread Nikolay A. Liber
Hello I am using winelib with Mono hack to load windows DLL into python module. There is a dummy function wine_pthread_init_thread in libwine.so. wine_pthread_init_thread implemented in winelib.so.exe from mono shared winelib. I link module. gcc -shared mymodule.so module_code.o -lwine ./wineli