search for: trunk_dports_lang_llvm

Displaying 5 results from an estimated 5 matches for "trunk_dports_lang_llvm".

2007 Apr 01
3
[LLVMdev] trouble compiling llvm-gcc4 1.9
....org/bugs/show_bug.cgi?id=958 but it looks like this was for the gcc3 frontend. I tried using the odcctools from macports, but it didn't work. Any ideas what's wrong? Here's the relevant part of the error message: /opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/xgcc -B/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/ -B/opt/local/powerpc-apple-darwin8/bin/ -B/opt/local/powerpc-apple-darwin8/lib/ -isystem /opt/local/powerpc-apple-darwin8/include -isystem /opt/local/powe...
2007 Apr 02
0
[LLVMdev] trouble compiling llvm-gcc4 1.9
...ured somehow. That message is coming from the assembler and I suggest looking at the assembler (.s) file, you may be able to figure it out from that. To get that add -save-temps to the compilation line, which is this: > /opt/local/var/db/dports/build/ > _unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/ > work/build/gcc/xgcc > -B/opt/local/var/db/dports/build/ > _unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/ > work/build/gcc/ > -B/opt/local/powerpc-apple-darwin8/bin/ > -B/opt/local/powerpc-apple-darwin8/lib/ -isystem > /opt/local/powerpc-apple-darw...
2007 Dec 06
0
[LLVMdev] 2.1 compile problem with undefined symbols
...o! I'm having some problem compiling llvm 2.1 for macports. I'm getting errors from some undefined symbols. What am I doing wrong? I couldn't find anything on the website or the mailing list. Thanks. > cd "/opt/local/var/macports/build/_Users_Shared_erickt_Projects_macports-trunk_dports_lang_llvm/work/build" && ../llvm-2.1/configure --enable-optimized --prefix=/opt/local ... > make tools-only ... llvm[2]: Linking Release executable opt (without symbols) /usr/bin/ld: warning prebinding disabled because of undefined symbols /usr/bin/ld: Undefined symbols: llvm::createGVNPass...
2006 Dec 08
5
[LLVMdev] llvm build not respecting DESTDIR?
...have that value. Is there another way to do this? Here's the commands I'm running: > ./configure --prefix=/opt/local > make ENABLED_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only > make install DESTDIR=/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm/work/destroot This is the output from make install. You can see that it's trying to install into the final location, /opt/local: install: /opt/local/include/./llvm/Transforms/Utils/Local.h: No such file or directory llvm[0]: Making install directory /opt/local/include/./llvm/Transforms/Uti...
2006 Dec 08
0
[LLVMdev] llvm build not respecting DESTDIR?
...o this? Probably. > Here's the commands I'm running: > > > ./configure --prefix=/opt/local > > make ENABLED_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only > > make install > DESTDIR=/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm/work/destroot DESTDIR isn't used by the makefiles so specifying a value for it isn't going to accomplish what you want. The --prefix= configure option controls where installation goes to. > > > This is the output from make install. You can see that it's trying to > insta...