The bogus paths in the -p output can be fixed by changing line 708 in
read.c from this:

              if (r < 2)

to this:

              if (!r)

I can reproduce the other problem, but I haven't tracked it down yet.
It doesn't seem to be a memory error, at first blush--anyway, Purify
doesn't complain about anything.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.ultranet.com/~pauld/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Reply via email to