search for: _darwin_build_constant_cfstring

Displaying 6 results from an estimated 6 matches for "_darwin_build_constant_cfstring".

2008 Aug 11
0
[LLVMdev] gfortran link failure in current llvm svn
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...
2008 Aug 11
5
[LLVMdev] gfortran link failure in current llvm svn
...mpfr -lgmp ../libcpp/libcpp.a ./../intl/libintl.a /usr/lib/libiconv.dylib ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_objdir/Release/lib -lpthread -lm Undefined symbols: "_create_init_utf16_var", referenced from: _darwin_build_constant_cfstring in libbackend.a(darwin.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: *** [f951] Error 1 make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Why is c++ being used instead of /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_...
2008 Oct 22
1
[LLVMdev] llvm 2.4, gfortran and darwin?
...anyone know if the issue with building the gfortran front-end on Darwin will be addressed for llvm 2.4? The last time a checked a few weeks back, llvm-gcc-4.2 svn was still producing the linkage error... > Undefined symbols: > "_create_init_utf16_var", referenced from: > _darwin_build_constant_cfstring in libbackend.a(darwin.o) I believe the analysis of this was that a bunch of ObjC building code was placed in darwin.c and then called that in darwin-c.c. I think the proposed fix was to link darwin-c.o into gfortran. It would be nice if we didn't have a regression on building the gfortran com...
2008 Aug 13
0
[LLVMdev] gfortran link failure in current llvm svn
...gt;> 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. >> >>> > I just looked at what's going on here, and I threw up a little in my > mouth. > > It's just horrendous. For some reason, they pl...
2008 Aug 13
8
[LLVMdev] gfortran link failure in current llvm svn
...11:40 PM, Duncan Sands wrote: > 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. > >> I just looked at what's going on here, and I threw up a little in my mouth. It's just horrendous. For some reason, they placed a whole bunch of ObjC-building c...
2008 Aug 11
2
[LLVMdev] gfortran link failure in current llvm svn
..., Duncan Sands wrote: > 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...