|
-
April 10th, 2009, 08:02 PM
#1
A free linux compiler?
Hello everyone,
I usually do all my programming with Bloodshed Dev-C++ on 32-bit windows vista but I also have a backup computer that runs on Ubuntu 8.10 linux. Is there any free compiler or interpreter out there for linux? Pref. something that can create windows executables. Nothing I program on that computer will be for commercial use... thanks
-
April 10th, 2009, 08:12 PM
#2
Re: A free linux compiler?
-
April 11th, 2009, 01:06 AM
#3
Re: A free linux compiler?
-
April 11th, 2009, 09:56 AM
#4
Re: A free linux compiler?
gcc is the standard compiler collection. It probably comes with your distribution. Get mingw32 (apt-get mingw32) for a Windows cross-compiler for gcc. You can also use winelib to develop Linux applications using the Windows API; these are easier to debug and so on, and should then compile cleanly with mingw32.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|