search for: nsconcreteglobalblock

Displaying 2 results from an estimated 2 matches for "nsconcreteglobalblock".

Did you mean: _nsconcreteglobalblock
2009 Sep 23
0
[LLVMdev] LLVM Build Difficulties
...er now ... hopefully; although > I'm still getting the same error. The "gcc -v" output looks very > similar to yours now. Do you see any other obvious configuration > issues? I don't know what to try next.... [snip] > /tmp/cc.o:(.rodata+0x0): undefined reference to `_NSConcreteGlobalBlock' > collect2: ld returned 1 exit status > clang: error: linker command failed with exit code 1 (use -v to see > invocation) Sorry, I know nothing about clang. My first guess is that you are missing a library on the command line. Is NSConcreteGlobalBlock defined in a library or in somet...
2009 Sep 23
2
[LLVMdev] LLVM Build Difficulties
...known-linux-gnu/ 4.2.1/../../.. /tmp/cc.o -lgcc --as-needed -lgcc_s --no-as-needed -lc - lgcc --as-needed -lgcc_s --no-as-needed /home/cjones/Desktop/Install/ llvm-gcc-svn/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/crtend.o /usr/ lib/../lib64/crtn.o /tmp/cc.o:(.rodata+0x0): undefined reference to `_NSConcreteGlobalBlock' collect2: ld returned 1 exit status clang: error: linker command failed with exit code 1 (use -v to see invocation) > Your llvm-gcc is not using llvm. Please see README.LLVM on gcc source > root directory. > > This is how llvm-gcc -v looks when properly built: > > oscar at...