> > 2. Python 2.3.5 built from source with --enable-shared and linked with
> > -export-dynamic produces the following libraries
> >
> > $ find /usr/lib -name libpython\* |xargs ls -l
> > lrwxrwxrwx 1 root root 19 Jun 20 13:06 /usr/lib/libpython2.3.so ->
> > libpython2.3.so.1.0
> > -r-xr-xr-x 1 root root 944568 Jun 20 13:06 /usr/lib/libpython2.3.so.1.0
> > -rw-r--r-- 1 root root 1479196 Jun 20 13:06
> > /usr/lib/python2.3/config/libpython2.3.a
>
> what outputs "ldd /usr/lib/libpython2.3.so.1.0" ?
$ ldd /usr/lib/libpython2.3.so.1.0
linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7eb9000)
libdl.so.2 => /lib/libdl.so.2 (0xb7eb4000)
libutil.so.1 => /lib/libutil.so.1 (0xb7eb0000)
libm.so.6 => /lib/libm.so.6 (0xb7e8a000)
libc.so.6 => /lib/libc.so.6 (0xb7d58000)
/lib/ld-linux.so.2 (0x80000000)
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio