Click to See Complete Forum and Search --> : Compiling in RedHat Linux 7


LanWanTanMan
12-13-2000, 11:57 AM
What can or do I use to compile in RedHat Linux 7 and after compiling what do I do it run it or anything else I have to do to run the program.

Stuka
12-13-2000, 12:18 PM
Compiling what? C? C++? C uses gcc, for C++ use g++. Use the -o 'filename' option for either one to name your output file. After compilation, just do ./filename at the command prompt. As for other languages, I can't help...sorry.