Hi,
I have no idea about C and C++, although once I set my mind to learn it, but never did... anyways sometimes I download some open source applications from sourceforge and I get all these files.. and a makefile.. now I guess the makefile is for Linux so I can compile the application, but how can I compile that project under Windows?? I tried opening all the files with eclipse (C++, since it's the only c++ ide that I have) but no success.. I have no clue how I can do this. Anyone can help?
Thanks.
How to compile?
Started by TcM, Jun 17 2009 06:42 AM
9 replies to this topic
#1
Posted 17 June 2009 - 06:42 AM
|
|
|
#2
Posted 17 June 2009 - 07:03 AM
If you install MinGW and MSYS, you can use makefiles.
#3
Posted 17 June 2009 - 07:06 AM
You need a compiler, mate... :D Do you have one? Read the manual ;)
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
#4
Posted 17 June 2009 - 08:10 AM
Thanks winged.. will do :)
#5
Posted 18 June 2009 - 12:11 AM
what u use OS in your home.....
if linux u have to have a compiler.....
n in windows u just download a program
if linux u have to have a compiler.....
n in windows u just download a program
#6
Posted 18 June 2009 - 12:14 AM
what u use OS in your home.....
if linux u have to have a compiler.....
n in windows u just download a program
if linux u have to have a compiler.....
n in windows u just download a program
#7
Posted 19 June 2009 - 05:59 AM
you also can install cygwin, waht provide all what you need for project compilation
#8
Posted 19 June 2009 - 07:04 AM
The problem with cygwin is that apps compiled under cygwin will only run under cygwin unless you use a cross-compiler. To me, that can be very inconvenient.
#9
Posted 19 June 2009 - 07:48 AM
So cygwin will like 'emulate' them?
#10
Posted 19 June 2009 - 09:14 AM
hmm, cyqwin is only the command-line interface and enviroment... I think it's possible to compile program under cygwin enviroment and run under windows enviroment, but it of course depend on kind of application. And what about ./configure?
If program could be compiled under windows, tarball with sources should contain file with instructions.
If program could be compiled under windows, tarball with sources should contain file with instructions.


Sign In
Create Account


Back to top









