CC compilation
I have the source of a program.when i was using linux i had gcc compiler.
./configure
make
make install
Here i have CC compiler.How to compile a program?The program is not only 1 file.c .Is a folder with makefile,header files,C files etc
|