bug-libtool
[Top][All Lists]
Advanced

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

Re: Possible problem with LT 2.2


From: Ralf Wildenhues
Subject: Re: Possible problem with LT 2.2
Date: Sat, 15 Mar 2008 15:02:11 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi Jeff,

First, thanks for reporting, analysing and fixing the bug.  ;-)

Then, I don't see a whole lot of simplification possibilities
in your code,

* Jeff Squyres wrote on Sat, Mar 15, 2008 at 01:10:57PM CET:
>
> mca_btl_sctp_la_LDFLAGS = -module -avoid-version $(btl_sctp_LDFLAGS)
> mca_btl_sctp_la_LIBADD = $(btl_sctp_LIBS)

> libmca_btl_sctp_la_LDFLAGS = -module -avoid-version $(btl_sctp_LDFLAGS)
> libmca_btl_sctp_la_LIBADD = $(btl_sctp_LIBS)

but you could use
  libmca_btl_sctp_la_LDFLAGS = $(mca_btl_sctp_la_LDFLAGS)

here.

> - I'm assuming that what we're doing (compiling as DSO/convenience  
> library) is probably not very common

Well, it could probably be a lot more simplified if you always used the
lib-prefixed name, for both DSO and convenience library.

Cheers,
Ralf




reply via email to

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