[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error
From: |
Paul D. Smith |
Subject: |
Re: Error |
Date: |
Tue, 10 Feb 2004 07:46:06 -0500 |
%% "M SRIDHAR VENKATA" <address@hidden> writes:
msv> Getting the message :
msv> % expr : syntax error
msv> when i execute the makefile using gnumake .
This error isn't being generated by make. If you're seeing it during a
make run, it's being generated by some command that make is running
(some command in your makefile).
So, I'd look through your makefile for "expr" and find one that's used
incorrectly.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Error, M SRIDHAR VENKATA, 2004/02/10
- Re: Error,
Paul D. Smith <=