Hello,<br><br>I have been running the cffi's test suite on my oldish pentium 4<br>for a while now and all is fine with it; but now I decided to port<br>my software to an amd64 Athlon X2 and the test suite of cffi<br>blows up trying to build libtest32.so.<br>
<br>Here is what it prints out:<br><br>------------------------------------------<br>; loading system definition from<br>; /home/Jean-Claude/.libs/systems/trivial-features.asd into<br>; #<ASDF1 package><br>; registering #<SYSTEM TRIVIAL-FEATURES 34643616> as TRIVIAL-FEATURES<br>
gcc -m32 -o libtest32.so -shared -Wall -std=c99 -pedantic -g -fPIC libtest.c<br>In file included from /usr/include/features.h:376,<br>                 from /usr/include/stdio.h:28,<br>                 from libtest.c:34:<br>
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory<br>make: *** [libtest32.so] Error 1<br><br><br>Debugger called in: #<process SI:INITIAL 00000000010b4d20>.<br><br><br>erred while invoking #<ASDF:COMPILE-OP (:VERBOSE NIL) 34714464> on #<CFFI-TESTS-SYSTEM::C-TEST-LIB "libtest" "cffi-tests" 34716192><br>
<br>---------------------------------------------------------------------<br><br>This is under Fedora 11 by the way.<br><br>What purpose does libtest32.so serve if there is a libtest.so?<br>Can I simply cut out all this "32" library thing?<br>
<br>Thanks,<br><br>Jean-Claude Beaudoin<br><br>