Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
To: "Gary V. Vaughan" <gvv@techie.com>
Cc: Charles Wilson <cwilson@ece.gatech.edu>, cygwin@sources.redhat.com,
        libtool@gnu.org
Subject: Re: DLL naming conventions
References: <200009011148.OAA23769@urkki.tellabs.fi>
	<39AFB333.69CE5F95@ece.gatech.edu> <20000902140958.F7695@demon.co.uk>
	<39B14893.A86AF3F9@ece.gatech.edu> <20000902231925.Q7695@demon.co.uk>
	<39B1E2DF.2F8E9A7F@ece.gatech.edu> <20000903130441.A7695@demon.co.uk>
From: Alexandre Oliva <oliva@lsd.ic.unicamp.br>
Date: 03 Sep 2000 16:39:51 -0300
In-Reply-To: "Gary V. Vaughan"'s message of "Sun, 3 Sep 2000 13:04:41 +0100"
Message-ID: <orvgwds1rs.fsf@guarana.lsd.ic.unicamp.br>
Lines: 22
User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

On Sep  3, 2000, "Gary V. Vaughan" <gvv@techie.com> wrote:

>   * When installing a libtool (.la) library:
>       - libfoo.la goes to $prefix/lib
>       - libfoo<iface>.dll goes to $prefix/bin
>       - libfoo.dll.a goes to $prefix/lib
>       - libfoo.a goes to $prefix/lib
      
Nope.  libfoo.la goes wherever -rpath specified when the library was
created; it should be the same directory that is specified at install
time.  This is often $(libdir), but it doesn't have to be.

I don't know how to arrange for an additional directory (bindir) to
be specifiable without introducing an additional command-line option.
Remember, libtool doesn't know about prefix, libdir or bindir, it just
knows about what it's given in the command line.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

