Displaying 1 result from an estimated 1 matches for "td2807126".
2012 Dec 10
1
[LLVMdev] install llvm on sparc/solaris
Hello,
Is there any package to install llvm 3.1 on solaris? Standard installation by compiling the sources does not run smoothly.
I found that similar issues have been addressed before, but without replies:
http://clang-developers.42468.n3.nabble.com/Using-Clang-LLVM-on-sparc-solaris-td2807126.html
I tried to install llvm 3.1 on a system with Sun Microsystems Inc. SunOS 5.10 Generic January 2005
LLVM is configured with
./configure --prefix=`pwd`/../install --enable-optimized
but 'make' crashes immediately (see below).
Same installation works on an x86_64 machine, but th...