search for: a47ae0

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

Did you mean: 47ae
2015 Sep 29
2
Building clang in llvm-3.7 on Linux with RT support enabled
...conftest.c -lrt -ldl -lpthread -rdynamic -m64 -fgnu-runtime -L/home/dlobron/GNUstep/Library/Libraries -L/home/dlobron/build/clangport/akamai/common/GNUstep/Local/Library/Libraries -L/home/dlobron/build/clangport/akamai/common/GNUstep/System/Library/Libraries -lobjc -lm >&5 /tmp/conftest-a47ae0.o: In function `main': /home/dlobron/build/clangport/akamai/gnustep-base/gnustep-base-1.24.8/conftest.c:140: undefined reference to `_Block_copy' The line in the auto-generated conftest.c that caused the failure is: return _Block_copy (); I repeated the above command from the command li...
2015 Sep 29
2
Building clang in llvm-3.7 on Linux with RT support enabled
...c -lrt -ldl -lpthread -rdynamic -m64 -fgnu-runtime -L/home/dlobron/GNUstep/Library/Libraries -L/home/dlobron/build/clangport/akamai/common/GNUstep/Local/Library/Libraries -L/home/dlobron/build/clangport/akamai/common/GNUstep/System/Library/Libraries -lobjc -lm >&5 >> /tmp/conftest-a47ae0.o: In function `main': >> /home/dlobron/build/clangport/akamai/gnustep-base/gnustep-base-1.24.8/conftest.c:140: undefined reference to `_Block_copy' >> >> The line in the auto-generated conftest.c that caused the failure is: >> >> return _Block_copy (); >&...