PDA

View Full Version : g++ in Wine


wbest
June 26th, 2009, 11:35 AM
I need to run g++ in Wine to compile some c++ code.

Is this even possible? If so, how can I do it?

TheBuzzSaw
June 26th, 2009, 12:47 PM
WINE seems to struggle with anything terminal-based (at least, for me, it does).

A much better option would be to install Windows into Virtual Box (http://www.virtualbox.org/).

del_diablo
June 26th, 2009, 01:22 PM
What about cross compiling TO Windows? I dunno... TheBuzzSaw option seems to work wonders too.