[LLVMdev] gfortran link failure in current llvm svn
Duncan Sands
baldrick at free.fr
Mon Aug 11 06:56:23 PDT 2008
> 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