search for: rtapelib

Displaying 4 results from an estimated 4 matches for "rtapelib".

2016 Oct 26
2
archiving LTO objects broken for current Xcode releases
...bject files generated with -flto under LLVM.org clang 3.9.0 or 4.0svn trunk is broken against the currently shipping Xcode releases including the upcoming Xcode 8.1 GM. https://llvm.org/bugs/show_bug.cgi?id=30791 $ clang-3.9 -flto -O1 -c *.i $ ar cr libtar.a paxerror.o paxexit-status.o paxnames.o rtapelib.o stdopen.o wordsplit.o xattr-at.o error: Unknown attribute kind (52) (Producer: 'LLVM3.9.0' Reader: 'LLVM APPLE_1_800.0.42.1_0') /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: internal ranlib command failed Using MacPorts, I've been...
2016 Oct 26
0
archiving LTO objects broken for current Xcode releases
...der > LLVM.org clang 3.9.0 or 4.0svn trunk is broken against the currently > shipping Xcode releases including the upcoming Xcode 8.1 GM. > > https://llvm.org/bugs/show_bug.cgi?id=30791 > > $ clang-3.9 -flto -O1 -c *.i > $ ar cr libtar.a paxerror.o paxexit-status.o paxnames.o rtapelib.o > stdopen.o wordsplit.o xattr-at.o > error: Unknown attribute kind (52) (Producer: 'LLVM3.9.0' Reader: > 'LLVM APPLE_1_800.0.42.1_0') > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar: > internal ranlib command failed >...
2011 Jun 18
2
[LLVMdev] Cross compilation question
...ost none-llvm --target none-llvm I had to rename llvm-gcc etc into none-llvm-*, because autotools complained on non recognized architecture when I used 'llvm'. But I got an error later: GEN rmt-command.h make all-am make[3]: Entering directory `/home/joker/tar-1.23/lib' CC rtapelib.o AR libtar.a make[3]: Leaving directory `/home/joker/tar-1.23/lib' make[2]: Leaving directory `/home/joker/tar-1.23/lib' Making all in rmt make[2]: Entering directory `/home/joker/tar-1.23/rmt' CCLD rmt ../gnu/libgnu.a: could not read symbols: Malformed archive collect2: ld r...
2011 Jun 20
0
[LLVMdev] Cross compilation question
...I had to rename llvm-gcc etc into none-llvm-*, because autotools complained on > non recognized architecture when I used 'llvm'. > > But I got an error later: > GEN rmt-command.h > make all-am > make[3]: Entering directory `/home/joker/tar-1.23/lib' > CC rtapelib.o > AR libtar.a > make[3]: Leaving directory `/home/joker/tar-1.23/lib' > make[2]: Leaving directory `/home/joker/tar-1.23/lib' > Making all in rmt > make[2]: Entering directory `/home/joker/tar-1.23/rmt' > CCLD rmt > ../gnu/libgnu.a: could not read symbols:...