Displaying 3 results from an estimated 3 matches for "aef47be4".
Did you mean:
a5f07be4
2008 Dec 28
2
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081229/aef47be4/attachment.html>
2008 Dec 28
0
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hello, Elvis
> $ ../src/configure --program-prefix=llvm- --disable-bootstrap
> --enable-checking --enable-languages=c,c++
You haven't configured llvm-gcc properly. Please do read readme.llvm file.
However, afair, Trident was LLVM 1.5-based, and it will require
massive rewrite to use LLVM 2.x
(bytecode format was also changed)
--
With best regards, Anton Korobeynikov
Faculty of
2008 Dec 28
3
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Hi,
I'm new to LLVM and I want to setup the Trident Compiler
system on Mac OS X. I downloaded the llvm-gcc-4.2-2.4.source.tar.gz
package, created a build directory and ran the following command to
configure
$ ../src/configure --program-prefix=llvm- --disable-bootstrap --enable-
checking --enable-languages=c,c++
$ make -j 2
Configure works fine, but I get the following error