On Tue, Apr 07, 1998 at 07:45:12PM -0400, [EMAIL PROTECTED] wrote: > hello i was wondering if anyone knew how to cross compile from > linux for dos/win95. i wrote a lot of c code using the curses.h > library and it does not port to borland or turbo c. is there > some way i can tell gcc to compile it for a different > operating system??
For very simple C programs, you may use `bcc -Md', which produce .com files. `bcc' is "Bruce's C Compiler", available as a Debian package. However, I'm afraid it doesn't have a curses library... Thanks. -- Juan Cespedes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]