[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error in make
From: |
Paul D. Smith |
Subject: |
Re: Error in make |
Date: |
Thu, 12 Jul 2001 11:03:29 -0400 |
%% sudhakar rajashekhara <address@hidden> writes:
sr> The error message when I run make on Win NT is as follows:
sr> cpp.exe: -MG must be specified with one of -M or -MM
sr> How to go abou it..
Read the manual for your compiler or C preprocessor (I assume that's
what cpp.exe is), then edit your makefile to add the option to the
compile line.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Error in make, sudhakar rajashekhara, 2001/07/12
- Re: Error in make,
Paul D. Smith <=