2010-04-09 23:14:52 UTC
I have a code that is written in C. I am using a Windows OS and have downloaded Cygwin with the gcc and make packages to compile my code. I am having problem after problem getting the code compiled. The code was previously working flawlessly on a Redhat Linux 7.1 system. If I were to compile the code on a Linux system (lets say fedora) how would I compile it since I wouldn't need Cygwin? I have not used Linux much but I will need gcc and the make command in order to execute my code.
Thanks,