GCC?Forum: Apps Topic: GCC? started by: thebufenator Posted by thebufenator on April 01 2005,18:26
How do I get gcc to compile?when i try and compile a proggy, it says: stdio.h: so such file or directory I assume I have to set how it looks that stuff up..... Posted by thebufenator on April 01 2005,18:35
Also, is it possible to get emacs?apt-get said it aint there. I like it better then beaver Posted by mustang335 on April 03 2005,04:32
as to the gcc, did you install the gcc1 with the dsl extension located in the repository online? did you ./configure make make install with your program. If you give more info , it is easier to diagnose the problem. I assume the stdio.h is the standard in out header file. I could be wrong. You should not need to tell the compiler much except that you have to compile from the directory that holds program. I would suggest doing it in a root shell. I have gcc1.dsl on my computer and I have no problem compiling programs as long as the dependancies are taken care of Hope some of this helps. Marty
|