Re: Building for cygwin/win32 under Linux

2008-11-24 Thread Brian Dessent
Rich Simonis wrote: > I don't know if I'm missing another include directive or a compiler switch, or > just if my assumption that I can use the Linux g++ to cross-compile to Win32 > is > wrong. Your assumption is wrong. You need to build an actual cross-compiler (and cross-assembler, cross-link

Building for cygwin/win32 under Linux

2008-11-24 Thread Rich Simonis
I'm a newbie to Cygwin. I'm porting a Linux app to win32, and saw Cygwin as a efficient way to do it. I used the NetBeans C/C++ IDE with Cygwin as the toolbase, and it worked wonderfully. Now, I need to move the "build process" onto one of Linux servers. I moved the project over enmasse, hoping th