Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
On Feb 4, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2002 at 09:52:04AM -0200, Alexandre Oliva wrote: >> On Feb 4, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: >> >> >* libtool.m4 (lt_cv_deplibs_check_method): Support Linux/mips. >> >> Before I waste any further time

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
On Feb 4, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2002 at 09:52:04AM -0200, Alexandre Oliva wrote: >> On Feb 4, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: >> >> >* libtool.m4 (lt_cv_deplibs_check_method): Support Linux/mips. >> >> Before I waste any further time

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread H . J . Lu
On Thu, Feb 07, 2002 at 03:10:07AM -0200, Alexandre Oliva wrote: > On Feb 4, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > > > On Mon, Feb 04, 2002 at 09:52:04AM -0200, Alexandre Oliva wrote: > >> On Feb 4, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > >> > >> > * libtool.m4 (lt_cv_deplib

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
On Feb 7, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > Please read my original message again. Please read my original reply again. > # gcc -fPIC -c foo.c > # ar rcs libfoo.a foo.o > # gcc -fPIC -c bar.c > # gcc -shared -o libar.so bar.o -lfoo -L. > The linker will include files in libfoo.a

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread H . J . Lu
On Thu, Feb 07, 2002 at 04:27:15AM -0200, Alexandre Oliva wrote: > On Feb 7, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > > > Please read my original message again. > > Please read my original reply again. > > > # gcc -fPIC -c foo.c > > # ar rcs libfoo.a foo.o > > # gcc -fPIC -c bar.c > > #

Re: PATCH: Fix mips*-*-linux*

2002-02-06 Thread Alexandre Oliva
On Oct 23, 2001, Robert Boehne <[EMAIL PROTECTED]> wrote: > Here is the patch reworked for HEAD. If noone objects > I'll commit it. *wakes up* *stretches* *yawns* *looks around* *thinks* -- Hmm... It's been a long time since I last posted in libtool-patches. In fact, it's been a while si

Re: PATCH: Fix libtool to support Linux/mips

2002-02-06 Thread Alexandre Oliva
On Feb 7, 2002, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > # gcc -fPIC -c foo.c > # ar rcs libfoo.a foo.o > # gcc -fPIC -c bar.c > # gcc -shared -o libar.so bar.o -lfoo -L. > I don't want ANY dependency of libfoo.a in libbar.so. With the commands above, you don't get any dependency of libtool.a