More verbose diagnostics

2004-10-12 Thread Matthew Sanderson
xited with error status NNN I claim this will reduce the number of posts to this list from confused Windows users with broken compilers, and thus save everyone time. --m@ Matthew Sanderson Senior Programmer (UNIX) TCG Information Systems Pty Ltd Sydney, Australia [EMAIL PROTECTED] http://www.fo

Re: trying to use gmake with XP

2004-10-12 Thread Matthew Sanderson
st you talk to whoever wrote the program which is exiting with an error. It looks like it is broken. Good luck, --m@ Matthew Sanderson Senior Programmer (UNIX) TCG Information Systems Pty Ltd Sydney, Australia [EMAIL PROTECTED] http://www.formtrap.com/ +61 (02) 8303 2407 On Tue, 12 Oct 2004, Se

Re: No output from $(shell foo) on Tru64

2004-07-27 Thread Matthew Sanderson
to describe what's wrong/different with Tru64 and its signals? I'm curious, and the info might come in useful some day. Thanks to Paul, Nicolas and GNU Makers! --matt Matthew Sanderson Senior Programmer (UNIX) TCG Information Systems Pty Ltd Sydney, Australia [EMAIL PROTECTED] http://www.f

No output from $(shell foo) on Tru64

2004-07-12 Thread Matthew Sanderson
Hi, I'm running GNU Make 3.80 on Tru64 4.0F on an Alpha. I'm intermittently getting empty values as the result of a $(shell foo) function call. One 'make' run, the variable gets the value I expect, which is the output of the command; the next run, the variable gets an empty value. Example makefil