libtool
[Top][All Lists]
Advanced

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

Re: Fix: Interlibrary dependencies SCO Uw7


From: Gary V . Vaughan
Subject: Re: Fix: Interlibrary dependencies SCO Uw7
Date: Mon, 23 Apr 2001 09:40:04 +0100

On Thursday 19 April 2001 11:08 pm, Alexandre Oliva wrote:
> On Apr 19, 2001, Alexandre Oliva <address@hidden> wrote:
> > That's the kind of problem deplib tests are supposed to catch
>
> I lied :-)
>
> Thanks Gary for setting me straight.
>
> We should definitely make one of the deplib libraries static.

Turns out that it was me that lied.  =)O|

In demo/Makefile.am, we have:

# This is one of the essential tests for deplibs_check_method=pass_all.
# If this one passes with pass_all, it is likely that pass_all works
EXTRA_LIBRARIES = libhell0.a
libhell0_a_SOURCES = hello.c foo.c
EXTRA_LTLIBRARIES = libhell1.la libhell2.la
libhell1_la_SOURCES = hell1.c
libhell1_la_LIBADD = -L. -lhell0
libhell1_la_LDFLAGS = -rpath $(libdir)
libhell1_la_DEPENDENCIES = libhell0.a
libhell2_la_SOURCES = hell2.c
libhell2_la_LIBADD = -L. -lhell0
libhell2_la_LDFLAGS = -rpath $(libdir)
libhell2_la_DEPENDENCIES = libhell0.a

So, it does seem fair that a full test suite pass when deplibs_check_method 
is set to pass_all (provided that you don't have to ./configure 
--disable-shared or something), is probably a good indication that pass_all 
is good on that host after all.

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc



reply via email to

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