Displaying 5 results from an estimated 5 matches for "_nsconcreteglobalblock".
2009 Sep 23
0
[LLVMdev] LLVM Build Difficulties
...ser 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
...nknown-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...
2009 Sep 22
0
[LLVMdev] LLVM Build Difficulties
Hi Curtis,
> I hope this is the right list for such questions.... I've been trying to
> get LLVM compiled under Linux (Ubuntu 9.04, 64 bit) for the last couple
> of days.
I can't reproduce this with ubuntu 9.10, 64 bit x86, gcc 4.4.1, using
your configure options. What version of gcc are you using?
> CXXFLAGS="-fPIC" ./configure --enable-optimized
2009 Sep 21
4
[LLVMdev] LLVM Build Difficulties
I hope this is the right list for such questions.... I've been trying
to get LLVM compiled under Linux (Ubuntu 9.04, 64 bit) for the last
couple of days.
It all ends with the error:
llvm[2]: Linking Release executable tblgen (without symbols)
/home/cjones/Desktop/Build/llvm/utils/TableGen/Release/
AsmMatcherEmitter.o: In function `(anonymous
2009 Sep 22
1
[LLVMdev] LLVM Build Difficulties
...nknown-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-4.2/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)
Again, any help would be appreciated.
Thanks.
--
Curtis Jones
curtisjones.us
404.723.3728
-------------- next part --------------
A non-text attachment was scrubbed...
Na...