Package: puredata
Version: 0.40.2-1
Severity: serious

Hi,

Your package is failing to build with the following error:
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -Wall -W -Wshadow 
-Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch  -I../../src -o 
bonk~.o -
c bonk~.c
cc -m32 -export_dynamic -shared -o bonk~.pd_linux bonk~.o -lc -lm
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../libc.so when searching for -lc
/usr/bin/ld: skipping incompatible 
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for 
-lc
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make[3]: *** [bonk~.pd_linux] Error 1


It first build bonk~.c with no -m32 (which is good) and then tries to
link the object to a 32 bit libraries.

Please remove the -m32.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to