[Wine] winegcc and g++

Charles Davis cdavis at mymail.mines.edu
Sat Oct 23 20:06:55 CDT 2010


On 10/23/10 6:59 PM, bacchus wrote:
> I failed to link a .so built with g++ to wine.
> 
> winegcc can not link g++ .o files to .so file.
> 
> how can I use c++ with wine?
You use wineg++.

Just be sure you aren't using any C++ functions or classes from DLLs
that were compiled with Microsoft Visual C++. You'll get horrendous link
errors if you do.

Chip



More information about the wine-users mailing list