Hi,

Is there any lightwiegt compiler in Fedora repository to use Geany for C/C++ codings?

here is the output when trying to compile the code:

----------code--------------------
#include <stdio.h>

int main()
{
  cout << "Hello World!";
     return 0;
 }

------------ error---------------------
make untitled.o (in directory: /home/user/Desktop)
Compilation failed.
cc    -c -o untitled.o untitled.c
make: cc: Command not found
make: *** [untitled.o] Error 127
---------------------------------------------
--
Danishka Navin
http://danishkanavin.blogspot.com