discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] static libpython3.2.a issue while building gnurad


From: Mark S Petrovic
Subject: Re: [Discuss-gnuradio] static libpython3.2.a issue while building gnuradio-core from CVS
Date: Tue, 21 Jun 2005 13:06:04 -0700
User-agent: Mutt/1.5.6i

> > 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]