[LLVMbugs] [Bug 8723] llvm 2.8: doesn't build on Mac OS X 10.4.11, undefined symbol ___crashreporter_info__
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 6 16:58:08 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=8723
margali at imapmail.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |margali at imapmail.org
Resolution|FIXED |
--- Comment #5 from margali at imapmail.org 2010-12-06 18:58:07 CST ---
(In reply to comment #4)
> I think this is fixed here:
>
> [issola:~/workspaces/PR8723/llvm] echristo% svn ci
> Sending autoconf/configure.ac
> Sending configure
> Sending include/llvm/Config/config.h.in
> Sending lib/Support/PrettyStackTrace.cpp
> Transmitting file data ....
> Committed revision 120801.
>
> but I don't actually have a Tiger machine sitting around anywhere :)
I am still getting the same error. I checked out llvm from svn (2010-12-06).
configured with:
./configure \
CC=gcc-4.5 \
CXX=g++-4.5 \
CPP=cpp-4.5 \
GCJ=gcj-4.5 \
--enable-targets=host-only
make fails with the following error:
llvm[2]: Compiling FileCheck.cpp for Debug+Asserts build
llvm[2]: Linking Debug+Asserts executable FileCheck
/usr/bin/ld: Undefined symbols:
___crashreporter_info__
collect2: ld returned 1 exit status
make[2]: ***
[/Users/<user>/Documents/src/llvm-svn-2010-12-06/Debug+Asserts/bin/FileCheck]
Error 1
make[1]: *** [FileCheck/.makeall] Error 2
make: *** [all] Error 1
I do not understand these things at all but should config.log contain:
#define HAVE_CRASHREPORTER_INFO 1
when ___crashreporter_info__ is apparently unavailable?
Mac OS X 10.4.11: Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007;
root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
gcc:
Target: powerpc-apple-darwin8.11.0
Configured with: ../gcc-4.5.1/configure --disable-libjava-multilib
--program-suffix=-4.5
Thread model: posix
gcc version 4.5.1 (GCC)
config.log attached
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list