Bonjour Adam, Le jeudi 15 décembre 2011 à 08:25 -0500, Adam C Powell IV a écrit : > > > From the build log, configure is looking for dseupd_ but I don't > know > > all of the symbols which Elmer uses. > > Sounds like this is an arpack bug. Please do "nm libparpack.so" on > the > un-stripped libraries, old and new, to see what has been dropped and > figure out why. > > I'll do so if I can get some time, but that might be mid-next week. I try to reproduce it but could not see what is going wrong on my amd64:
$ cat plop.c int main() { dseupd_(); return 0; } $ gcc -o plop plop.c -larpack => build against the lib without any problem on this symbol. $ ldd plop linux-vdso.so.1 => (0x00007fff5f9ce000) libarpack.so.2 => /usr/lib/libarpack.so.2 (0x00007f8e07798000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8e07414000) libblas.so.3gf => /usr/lib/libblas.so.3gf (0x00007f8e07177000) liblapack.so.3gf => /usr/lib/liblapack.so.3gf (0x00007f8e0657d000) libgfortran.so.3 => /usr/lib/x86_64-linux-gnu/libgfortran.so.3 (0x00007f8e06265000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8e05fe2000) libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 (0x00007f8e05dac000) /lib64/ld-linux-x86-64.so.2 (0x00007f8e07a02000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8e05b96000) Any idea ? S -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org