On Mon, 2007-02-05 at 11:30 -0500, Joy W. Kamunyori
wrote:> Hi Reid,
> I am using llvmgcc4-1.9 for x86 linux, and I got my version of LLVM from
> CVS repository. Are these versions not compatible?
That is correct. They will not work together. If you use the HEAD
version of LLVM from CVS repository, then you must also use the HEAD
version of llvm-gcc from the Subversion repository.
If you just want to use 1.9, you can adjust your cvs checkout to 1.9 by
doing:
cvs checkout -rrelease_19
That will work work with your 1.9 llvm-gcc.
Reid.
> Thanks,
> Joy.
>