On Tue, May 30, 2000 at 03:23:09PM +0200, Linus Nordberg wrote:
> Mocha <[EMAIL PROTECTED]> wrote
> Mon, 29 May 2000 23:29:15 -0500:
> 
>    # make check | grep FAIL
>    FAIL: demo-exec.test
>    FAIL: demo-exec.test
>    FAIL: demo-exec.test
>    FAIL: hardcode.test
>    FAIL: build-relink.test
>    
>    that was on NetBSD-1.4Y/Alpha (ELF) and libtool 1.3.5. how can in find
>    out why the test failed and track down the errors.
> 
> Try
> $ make VERBOSE=yes check
> 
> Are you using GNU make?  I have lots of failures when using system
> make on a FreeBSD-3.3 system.  
> ("make: don't know how to make w. Stop")

Just to follow up, that would mean

gmake MAKE=gmake VERBOSE=yes check

if you have (as I do) GNU make installed as gmake, and with NetBSD-1.4Z/i386,
cvs libtool from just now, I just have the following fail:

FAIL: depdemo-exec.test
FAIL: depdemo-inst.test
FAIL: depdemo-exec.test
FAIL: depdemo-inst.test
FAIL: depdemo-exec.test
FAIL: depdemo-inst.test
FAIL: build-relink2.test

The gory detail can be found at
http://www.newn.cam.ac.uk/prlw/NetBSD/libtoolerrs.txt

Cheers,

Patrick

Reply via email to