[bind10-dev] failed unittests

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Tue Jul 6 23:58:08 UTC 2010


At Tue, 6 Jul 2010 18:17:21 -0500 (CDT),
"Jeremy C. Reed" <jreed at isc.org> wrote:

> > What's the result of python3.1-config --ldflags?  Does it give a path
> > to libpython3.1.so?
> 
> xen-netbsd-5-amd64-1$ python3.1-config --ldflags
> -lintl -lpthread -lutil -lm -lpython3.1
> 
> Installed are:
> /usr/pkg/lib/libpython3.1.so.1.0
> /usr/pkg/lib/libpython3.1.so (symlink to previous)   
> 
> I can fix python3.1-config's --ldflags output to add -L and maybe -Wl,-R 
> too, but I'd like to see an example of one that does do that.

You don't have to do it.  We are trying pretty hard to identify the
path to library.

Try r2421 (in branches/trac148b).

> On another system I see:
> 
> sh-3.2$ /opt/python3.1.1/bin/python3.1-config --ldflags
> -L/opt/python3.1.1/lib/python3.1/config -lpthread -ldl -lutil -lm -lpython3.1
> 
> But that is the "/python3.1/config" directory and that installation only 
> has libpython3.1.a and no .so files.

In that case isn't the .a statically linked to the python wrapper
modules (such as libdns_python.so)?  If so, there shouldn't be a
problem.

---
JINMEI, Tatuya



More information about the bind10-dev mailing list