Displaying 1 result from an estimated 1 matches for "cbakcn".
Did you mean:
bacn
2006 Aug 25
1
[LLVMdev] llvm-test and _setjmp
Hi,
I'm trying to get the llvm-test suite going on Fedora Core 5 and I have
a number of failures with the current HEAD. The major one (see PR879)
has a workaround. Now, I'm getting a conflict in the CBakcned while
compiling siod (and others):
gcc Output/siod.cbe.c -lm -ldl -fno-strict-aliasing -O2 -o
Output/siod.cbe
Output/siod.cbe.c:471: error: conflicting types for '_setjmp'
/usr/include/setjmp.h:63: error: previous declaration of '_setjmp' was
here
siod.cbe.c:471: int _setjmp...