[LLVMdev] gfortran link failure in current llvm svn

Duncan Sands baldrick at free.fr
Sun Aug 10 23:40:52 PDT 2008


Hi Jack,

>    The curent llvm svn (r54623) is unable to link the gfortran
> compiler in llvm-gcc-4.2 svn. I am getting the error...
...
> Undefined symbols:
>   "_create_init_utf16_var", referenced from:
>       _darwin_build_constant_cfstring in libbackend.a(darwin.o)

this is probably due to recent Apple changes.  Fortran builds on
linux.

> Why is c++ being used instead of /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_gcc42_objdir/./prev-gcc/xgcc?

I think this is because some people may not have C++ in the list
of languages to build.  There's even a PR about this:
http://llvm.org/bugs/show_bug.cgi?id=1150

Ciao,

Duncan.



More information about the llvm-dev mailing list