Displaying 2 results from an estimated 2 matches for "cokane".
2008 Feb 16
3
[LLVMdev] amd64, FreeBSD and shared libraries
...when it attempts to build
libstdc++.so. If you do happen to build and install it, any attempt to
link a shared library results in this very same behavior. The
crtbeginS.o object seems to contain the offending relocation data which
ld doesn't like.
The following error is what I get:
/usr/home/cokane/src/llvm-gcc4.2-2.2.source/host-amd64-undermydesk-freebsd8/gcc/xgcc
-B/usr/home/cokane/src/llvm-gcc4.2-2.2.source/host-amd64-undermydesk-freebsd8/gcc/
-B/home/cokane/llvm-root/amd64-undermydesk-freebsd8/bin/
-B/home/cokane/llvm-root/amd64-undermydesk-freebsd8/lib/ -isystem
/home/cokane/llvm-root/am...
2008 Feb 16
0
[LLVMdev] amd64, FreeBSD and shared libraries
Try --disable-multilib
Ciao,
Duncan.