Re: Any ideals on what is wrong with this install?

2006-10-05 Thread Todd Wiegel
Thank you I will do that. On 10/4/06 11:24 PM, Philip Guenther [EMAIL PROTECTED] wrote: On 10/4/06, Todd Wiegel [EMAIL PROTECTED] wrote: Subject: Any ideals on what is wrong with this install? ... MakeMaker (v6.17) Writing Makefile for Net::Z3950::yazwrap Writing Makefile for Net::Z3950

[bug #17740] make fails without any message

2006-10-05 Thread Tony Silva
Follow-up Comment #1, bug #17740 (project make): I, too, have seen this problem when automatically building and including dependency makefiles (for C++ headers). I'd really like to see it resolved. The silent failure can cause users to lose a lot of time since there are no hints what is wrong

[bug #17740] make fails without any message

2006-10-05 Thread Tony Silva
Follow-up Comment #2, bug #17740 (project make): Here's another data point. make -k partially exposes a silent error: [EMAIL PROTECTED] make_ [EMAIL PROTECTED] make_ -k make_: Target `default' not remade because of errors. -- Tony

[bug #17740] make fails without any message

2006-10-05 Thread Paul D. Smith
Follow-up Comment #3, bug #17740 (project make): Someone who sees this problem will need to either provide a reproducible test case, or a description clear enough to allow me to create one. Based on the information in this bug I tried this: include foo.d foo.d: foo.x ; : cp $ $@ all: ; :