Apps :: GCC?



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.....

Also, is it possible to get emacs?

apt-get said it aint there.

I like it better then beaver

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

original here.