%% "John Jenniskens" <[EMAIL PROTECTED]> writes: jj> This occurs on platforms where malloc(0) returns 0. I've found the jj> error on AIX and on TRU64 (dec-osf) platforms.
Just a note: the 1989 ANSI C standard (adopted as the ISO C standard in 1990) required that malloc(0) return a valid pointer, so any system that doesn't provide this capability is not even compliant with the most basic, bare minimum set of standards required by POSIX, which has been in place for 16 years. That's pretty sad. Nevertheless, GNU make still attempts to be compliant with pre-ANSI compilers for those poor benighted folk who are stuck with them: this issue has been fixed in the CVS archive for GNU make for a while and the fix will appear in the next release. Cheers! -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make