This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to make gcc print messages during compilation.
- To: egcs at egcs dot cygnus dot com
- Subject: How to make gcc print messages during compilation.
- From: ssathyan at india dot smartstorage dot com
- Date: Sat, 1 Jul 2000 03:07:42 +0530
I am involved in porting applications from Windows NT to Linux.
I have 3 problems
(1) How we can make gcc to print user messages during the compilation
process.
(2) Is there a way I can stop the compilation with error messages Like
#error preprocessor directive in VC++ compilers.
(3) Is there a good book or web site which gives a good documentation of
how to use gcc. Apart from man and info.
Thank's
Sajan