GCC (solaris)

I packed gcc to /usr/local/ with pkgadd

and when I wan't to compile a c code file it says
gcc: no file
how do I configure gcc on Solaris 8
plz help

What syntax are you using? If you get "gcc: No input files" you are using the command incorrectly. Proper syntax is:

gcc -o executable filename.c