Le 13/06/2011 22:38, Samuel Thibault a écrit : > Hello, > > Christopher Samuel, le Sun 12 Jun 2011 07:45:48 +0200, a écrit : >>> I fail to see how that symbol can ever get into >>> libhwloc.so, as we don't do any network thing at all... >> I *suspect* it's being pulled in by libpci - here: >> >> $ nm /usr/lib/libpci.a | grep res_query >> U __res_query > That's possible. And libpci does not announce this dependency in its > /usr/lib/pkgconfig/libpci.pc. I'm however surprised: don't you have a > /usr/lib/libpci.so which the hwloc link should be using instead of > libpci.a?
libpci didn't ship a .so nor a .pc in the past. That's why we already have this mess about -lz in the configure. Brice
