Displaying 2 results from an estimated 2 matches for "_obj64".
Did you mean:
obj64
2007 May 16
1
[LLVMdev] tiny compilation error with g++ 4.1.3
Hello All
File llvm/lib/ExecutionEngine/Interpreter/Execution.cpp (cvs rev 1.182)
fails to compile with g++ 4.1.3 (Debian/Sid/AMD64 system)
make[2]: Leaving directory `/usr/src/Lang/llvm/_Obj64/lib/Target'
make[2]: Entering directory `/usr/src/Lang/llvm/_Obj64/lib/ExecutionEngine'
make[3]: Entering directory `/usr/src/Lang/llvm/_Obj64/lib/ExecutionEngine/Interpreter'
llvm[3]: Compiling Execution.cpp for Debug build
/usr/src/Lang/llvm/lib/ExecutionEngine/Interpreter/Execution.c...
2007 May 14
2
[LLVMdev] reading a module from a memory string (BitCode)
...ep -rn BitcodeReader /usr/local/include/llvm/
>> don't find any occurrence! Is this a bug or a misunderstanding of mine?
>I think there is something strange going on :) Try doing a full update
>
I just cleaned entirely my local CVS copy, and checked it out again.
Then I mkdir _Obj64 (on Linux/Debian/Sid/AMD64 system, with g++-4.1) and did
cd /usr/src/Lang/llvm/_Obj64
# prefix is the default /usr/local/
"../configure" '--enable-static' '--enable-targets=host-only' '--enable-doxygen' '--with-gnu-ld'
make
sudo make install
Bu...