Re: libltdl fix

2000-09-03 Thread Alexandre Oliva
On Sep 1, 2000, Alexandre Oliva <[EMAIL PROTECTED]> wrote: > On Sep 1, 2000, Patrick Tullmann <[EMAIL PROTECTED]> wrote: >> I think something isn't quite right in the shared-library detection >> code in configure. (Quite possible when cross-compiling to the >> OSKit.) But, this patch at leas

Re: DLL naming conventions

2000-09-03 Thread Alexandre Oliva
On Sep 3, 2000, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote: > * When installing a libtool (.la) library: > - libfoo.la goes to $prefix/lib > - libfoo.dll goes to $prefix/bin > - libfoo.dll.a goes to $prefix/lib > - libfoo.a goes to $prefix/lib Nope. libfoo.la g

Re: DLL naming conventions

2000-09-03 Thread Gary V. Vaughan
On Sun, Sep 03, 2000 at 01:34:23AM -0400, Charles Wilson wrote: > "Gary V. Vaughan" wrote: > > > > Now, suppose that the png folks release a newer version, say png-2.1.x > > > that exposes some additional features, but is backwards compatible with > > > png-2.0.x. Great. You build it, but creat