[LLVMbugs] [Bug 8723] New: 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
Wed Dec 1 23:13:37 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=8723

           Summary: llvm 2.8: doesn't build on Mac OS X 10.4.11, undefined
                    symbol ___crashreporter_info__
           Product: new-bugs
           Version: 2.8
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


See https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2402

Using gcc 4.5 on LLVM 2.8 make fails with:
/usr/bin/ld: Undefined symbols:
___crashreporter_info__
collect2: ld returned 1 exit status
make[2]: *** [/Users/<user>/Documents/src/llvm-2.8/Release/bin/FileCheck] Error
1

Using the (Apple provided) gcc 3.3 fails too:
llvm[1]: Compiling Alarm.cpp for Release build
cc1plus: error: invalid option `macosx-version-min=10.4'
rm: /Users/<user>/Documents/src/llvm-2.8/lib/System/Release/Alarm.d.tmp: No
such file or directory
make[1]: *** [/Users/<user>/Documents/src/llvm-2.8/lib/System/Release/Alarm.o]
Error 1

According to the user there is no other Apple provided gcc for this platform
that he could try (well there is 4.0.1, but that is buggy).

-- 
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