Displaying 1 result from an estimated 1 matches for "21ubuntu1".
Did you mean:
1ubuntu1
2008 Mar 21
0
[LLVMdev] Just got bitten by accidentally using the wrong gcc
...of the intermediate
> > targets and error out (some VMCore/tablegen file IIRC, I don't have
> > the log anymore).
>
> I just did a successful "make" and "make install" using gcc-4.1 on
> ubuntu:
> gcc version 4.1.3 20080308 (prerelease) (Ubuntu 4.1.2-21ubuntu1)
> I built as follows (I note I'm using a seperate build directory):
> export CC=gcc-4.1
> export CXX=g++-4.1
> ../llvm/configure --prefix=/usr/local
> make && make install
Maybe we're using different architectures?
I'm on the amd64 version of Ubuntu, with multil...