I am not getting any output while running the program dummy.c after
GCC pass2 installation.
Also it says that create gcc-build directory again. Should i remove
the previous gcc-build and build it again or create another build
directory with some other name.
What should i do..?
Please help...urgen
While installing GCC-4.1.2 - Pass 2 it is said that Create a separate
build directory again.
When i removed the previous build gcc-build directory and again
created a gcc-build directory, I am not getting any output in the
command provided(for sanity check)
echo 'main(){}' > dummy.c
cc dummy.c
rea