[LLVMdev] gfortran link failure in current llvm svn
Dale Johannesen
dalej at apple.com
Mon Aug 11 09:46:39 PDT 2008
On Aug 11, 2008, at 9:08 AMPDT, Duncan Sands wrote:
> Hi Jack,
>
>> Actually, shouldn't this be just an error in the Makefile.in or
>> Makefile.am? Why should a link line like...
> ...
>> ..even require c++ instead of xgcc?
Generally if there are any C++ components on your link line (such as
LLVM), you need to
link with c++; otherwise it won't look for libstdc++ and whatever else
the local c++ installation needs.
More information about the llvm-dev
mailing list