Displaying 1 result from an estimated 1 matches for "libquad".
Did you mean:
liblua
2012 Jan 13
2
cannot find -lquadmath
...ies if this has been posted about recently, but I haven't been
on this listserve for a while.
I ran into a problem trying to compile Hmisc (required package for
rms) and have found a solution that I'd like to share. The compile
fails with the message:
/usr/bin/ld: cannot find -lquadmath
libquadmath exists on my Debian Squeeze system (up-to-date, recently installed):
ldconfig -p | grep libquad*
libquadmath.so.0 (libc6,x86-64) =>
/usr/lib/x86_64-linux-gnu/libquadmath.so.0
The problem appears to be that libquadmath.so.0 is buried in the
directory x86_64-linux-gnu where the compil...