Hide Forgot
Description of problem: While compiling chicken passes -L/usr/lib and this results in /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm /usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc lm ldl and lc are all present but under /usr/lib64 If I pass -L/usr/lib64 it works fine Version-Release number of selected component (if applicable): chicken-4.11.0-2.fc24.x86_64 How reproducible: I am not sure if this would happen in a fresh install or there is a clash with 32 bit libraries
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
I don't think this bug is relevant anymore, since nowadays CHICKEN just passes the proper path for -L. Closing.