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 ---------------------------------------------
Hello there,
You should try another spin for development purposes. XFCE spin is a desktop spin.
FYI: Fedora Electronic Lab spin ships gcc as a dependency of the embedded cross compilators.
Chitlesh
On Sun, Sep 27, 2009 at 8:47 PM, Danishka Navin wrote:
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
Fedora-spins mailing list Fedora-spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/fedora-spins
Hi Chitlesh,
On Mon, Sep 28, 2009 at 12:17 PM, Chitlesh GOORAH <chitlesh.goorah@gmail.com
wrote:
Hello there,
You should try another spin for development purposes. XFCE spin is a desktop spin.
I am remixing Fedora and I used XFCE as it is a lightweight product.
I am trying to balence few educational software as well.
I just want add Geany to support Newbies who want to play with C/C++
Danishka
FYI: Fedora Electronic Lab spin ships gcc as a dependency of the embedded cross compilators.
Chitlesh
On Sun, Sep 27, 2009 at 8:47 PM, Danishka Navin wrote:
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
Fedora-spins mailing list Fedora-spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/fedora-spins
Fedora-spins mailing list Fedora-spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/fedora-spins
On Mon, 28 Sep 2009 00:17:00 +0530 Danishka Navin danishka@gmail.com wrote:
Hi,
Is there any lightwiegt compiler in Fedora repository to use Geany for C/C++ codings?
Nothing I can think of that is light weight.
You need gcc and it's assorted build packages...
kevin