[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crashes in 'make check' for 1.5.23a (1.1220.2.414 2006/10/19 05:05:5
From: |
Ralf Wildenhues |
Subject: |
Re: Crashes in 'make check' for 1.5.23a (1.1220.2.414 2006/10/19 05:05:55) on Mac OS X 10.4.8 |
Date: |
Sun, 22 Oct 2006 11:16:00 +0200 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Peter,
Thanks for the report.
* Peter Dyballa wrote on Sat, Oct 21, 2006 at 03:42:16PM CEST:
>
> make check reported that all tests were passed, but Mac OS X opened
> forms explaining these these programmes were interrupted (crashed):
>
> Link (dyld) error:
>
> Symbol not found: _nothing
> Referenced from: libtool-1.5.23a/demo/.libs/hell
> Expected in: libtool-1.5.23.a/demo/.libs/libhello.2.dylib
>
>
> Link (dyld) error:
>
> Symbol not found: _var_13
> Referenced from: libtool-1.5.23a/depdemo/l4/.libs/libl4.0.dylib
> Expected in: libtool-1.5.23.a/depdemo/l3/.libs/libl3.0.dylib
The two crashes are intended: the tests try whether some link
succeeds, where the right thing to happen is that it fails.
So what you're seeing is intended behavior.
However, maybe there is a (system-specific) way to silence OS X about
opening these forms. Anybody?
Cheers,
Ralf