Re: Compiling winelib dependant code with g++

2005-08-25 Thread Ivan Leo Puoti
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 :### [EMAIL PROTECTED] Wine2]# g++ -lwine regi

Compiling winelib dependant code with g++

2005-08-25 Thread Gaudet Michael-MGAU01
Title: Message 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 :###   [EMAIL PROTECTED] Wine2]# g++ -lwin