%% Moritz Barsnick <[EMAIL PROTECTED]> writes:
mb> read.c:892: failed assertion `*p2 != '\0''
This has been fixed in later versions of GNU make.
mb> Another thing: How about a string indicating that this error is from
mb> "make"? I was looking for problems with gcc or the mad source, not
mb> knowing that "make" was failing. E.g.
mb> make: read.c:892: failed assertion *p2 != '\0''
mb> instead of
mb> read.c:892: failed assertion *p2 != '\0''
The format of the string WRT the file name and line number, etc. is
determined by the compiler in the assert() macro. There's nothing GNU
make can do to impact the output.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> 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
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make