libtool
[Top][All Lists]
Advanced

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

Re: shared library link problem


From: Liwei Peng
Subject: Re: shared library link problem
Date: Sat, 18 May 2002 05:39:04 -0700 (PDT)

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 <address@hidden> wrote:
> On Fri, 17 May 2002 15:24:51 -0700 (PDT)
> Liwei Peng <address@hidden> 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



reply via email to

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