I am using libtool as part of automake/autoconf. The versions are automake 1.5, autoconf 2.52d, libtool 1.4.2.
I am compiling a shared library which will be used as a python module. so I really need to link all the depended libraries (both .a and .so) into that library, Thanks. liwei --- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > On Fri, 17 May 2002 15:24:51 -0700 (PDT) > Liwei Peng <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I am using libtool 1.4.2 to generate a shared > libray. > > I have 2 problems: > > > > 1) I use g++ as my compiler. but "libtool > --mode=link > > g++3 ..." ends up to use "gcc" as the linker. what > > should I do if I want to use "g++" as my linker? > > > > 2) my shared libray (let's call it A.so) depends > on > > another shared library (let's call it B.so). but > > libtool removed this B.so during the link time. > how > > can I fix this if I have to? > > Are you using libtool as a stand-alone program or in > conjunction > with autoconf and/or automake? > > Erik __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
