[LLVMdev] gfortran link failure in current llvm svn
Jack Howarth
howarth at bromo.msbb.uc.edu
Mon Aug 11 07:02:41 PDT 2008
Duncan,
I am confused. Shouldn't the gcc 4.2 front-end build behave
just like the FSF gcc build. The first stage builds the compilers
and the second stage rebuilds them using those from the first
stage?
Jack
On Mon, Aug 11, 2008 at 03:56:23PM +0200, Duncan Sands wrote:
> > I don't be that can be the cause because I have...
> >
> > --enable-languages=c,c++,fortran
> >
> > in my configure options for llvm-gcc-4.2.
>
> I meant that it uses the system c++ not because you didn't
> configure with c++ in --enable-languages, but because someone
> might not configure with c++. I suppose the build system
> could be modified to use the just built g++ if it exists,
> and the system c++ compiler otherwise, but currently it
> doesn't do that.
>
> Ciao,
>
> Duncan.
More information about the llvm-dev
mailing list