[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: |
Peter O'Gorman |
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 20:01:33 +0900 |
On Oct 21, 2006, at 10:42 PM, Peter Dyballa wrote:
Hello!
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
defaults read com.apple.CrashReporter
I bet it says "developer", if you want the warnings to go away, you
can run:
defaults write com.apple.CrashReporter '{DialogType=basic;}'
or
defaults write com.apple.CrashReporter '{DialogType=server;}'
Alternatively, you can run the application at /Developer/Applications/
Utilities/CrashReporterPrefs which lets you set the defaults with
nice little radio buttons :-)
I don't think this is a bug in libtool, you chose a non-default
preference for CrashReporter, and it is doing what you told it.
basic - show a dialog for gui apps (the default).
developer - show a dialog for everything.
server - never show a dialog.
Peter