Displaying 1 result from an estimated 1 matches for "tatsh".
Did you mean:
tash
2011 Sep 06
2
[LLVMdev] Can't compile Apple's version on Linux
...4.5.3.
Steps to Reproduce:
Download tar ball
tar xvf llvmgcc42-2335.15.tar.gz
mkdir gcc-build
cd gcc-build
CFLAGS="-w -m32" CXXFLAGS="$CFLAGS" CPPFLAGS="$CFLAGS" LDFLAGS="-m32"
../llvmgcc42-2335.15/configure --target=x86_64-apple-darwin11
--with-sysroot=/home/tatsh/usr/x86_64-apple-darwin11
--prefix=/home/tatsh/usr/x86_64-apple-darwin11
--enable-languages=objc,c++,obj-c++
make
Note: Had to comment out an incompatible declaration of mempcpy to get this far.
c-typeck.o: In function `store_init_value':
c-typeck.c:(.text+0x950d): undefined reference to `The...