Skip to content

Instantly share code, notes, and snippets.

@isaac
Created December 4, 2010 22:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaac/728540 to your computer and use it in GitHub Desktop.
Save isaac/728540 to your computer and use it in GitHub Desktop.
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