[ODE] Re: Help with building under CygWin - SOLVED
Ruud van Gaal
ruud at marketgraph.nl
Sat Dec 7 04:25:02 2002
>> 1. edit config/makefile.cygwin
>> 2. add '-lstdc++' to the LINK_OPENGL line:
>
> good solution. i've made this change in CVS. the question is, though,
> why do only newer versions of cygwin exhibit this problem? older
> versions, and gcc on other platforms, link just fine with gcc.
Wouldn't it be easier to just use g++ instead of gcc? That includes the
right libraries from the start.
Ruud