From mboxrd@z Thu Jan 1 00:00:00 1970 From: ssathyan@india.smartstorage.com To: egcs@egcs.cygnus.com Subject: How to make gcc print messages during compilation. Date: Fri, 30 Jun 2000 08:47:00 -0000 Message-id: X-SW-Source: 2000-06/msg00803.html 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