Compiling winelib dependant code with g++

Ivan Leo Puoti ivanleo at gmail.com
Thu Aug 25 10:53:32 CDT 2005


Gaudet Michael-MGAU01 wrote:
> wineg++ is using g++, and is passing its options to g++.
>  
> How can I link some winelib-dependant code with g++ ?
>  
> compilation is okay, but at linking time, all wine functions are unresolved.
>  
> // ###  here's the output :###
>  
> [root at udp015809uds Wine2]# g++ -lwine registry.o registry_wrap.o -o 

I don't use winelib much but maybe you have to explicitly link against the needed dlls?

Ivan.




More information about the wine-devel mailing list