Created
December 4, 2010 22:17
-
-
Save isaac/728540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Isaac-2:llvm-trunk isaac$ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc CXX=/usr/bin/g++ make | |
make[1]: Nothing to be done for `all'. | |
make[1]: Nothing to be done for `all'. | |
llvm[2]: Linking Release executable tblgen (without symbols) | |
Undefined symbols for architecture i386: | |
"llvm::sys::RunInterruptHandlers()", referenced from: | |
llvm::report_fatal_error(llvm::Twine const&)in libLLVMSupport.a(ErrorHandling.o) | |
ld: symbol(s) not found for architecture i386 | |
collect2: ld returned 1 exit status | |
Undefined symbols for architecture x86_64: | |
"llvm::sys::RunInterruptHandlers()", referenced from: | |
llvm::report_fatal_error(llvm::Twine const&)in libLLVMSupport.a(ErrorHandling.o) | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
lipo: can't open input file: /var/folders/aN/aNboDWwJEWyei6J1f1Kxxk+++TI/-Tmp-//ccyNKCu8.out (No such file or directory) | |
make[2]: *** [/Users/isaac/src/llvm-trunk/Release/bin/tblgen] Error 1 | |
make[1]: *** [TableGen/.makeall] Error 2 | |
make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment