+++ Robins Tharakan [31/08/03 22:48 +0530]:
> i need to compile a pretty simple c program for a win32 platform.

Is it necessary that you compile it on Linux? If not, then mingw is a really
good choice - you can compile native (no cygwin lib deps) win32
applications using gcc on the win 32 platform.

If you want to cross compile on the Linux platform, you got to download the
source (or use the src rpms) of gcc and configure/compile it to be able to
generate binaries for windows. The default gcc RPM for Red Hat is not
configured for cross compilation of win32 binaries.

- Sandip
-- 
Sandip Bhattacharya                        http://www.sandipb.net
sandip at puroga.com
Puroga Technologies Pvt. Ltd. 
http://www.puroga.com

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to