Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-AuthUser: gerrit:koeln.convey.de
Date: Mon, 14 Apr 2003 07:56:25 +0200
From: "Gerrit P. Haase" <gp@familiehaase.de>
Reply-To: "Gerrit P. Haase" <gp@familiehaase.de>
Organization: Esse keine toten Tiere
X-Priority: 3 (Normal)
Message-ID: <4838470878.20030414075625@familiehaase.de>
To: Charles Wilson <cwilson@ece.gatech.edu>
CC: cygwin@cygwin.com
Subject: Re: libtool-devel problem with building 'dummy' exe
In-Reply-To: <3E9A1434.7080107@ece.gatech.edu>
References: <1348756941.20030413234111@familiehaase.de>
 <3E9A1434.7080107@ece.gatech.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hallo Charles,

Am Montag, 14. April 2003 um 03:51 schriebst du:

> Gerrit P. Haase wrote:

>> /expat/expat-1.95.6/.obj/libtool: cannot create .libs/lt-xmlwf/xmlwf.c: directory nonexistent

[...]

> So, in *every* case I have seen, the source code for the wrapper is
> dumped into
>    .libs/[lt-]<executable-name>.c  and NOT
>    .libs/<some subdir>/[lt-]<executable-name>.c

> I suspect something wacky in the Makefile.am for expat...

xmlwf is in its own subdir, without a Makefile, it is build from the
top-sourcedir.
Makefile.in:
...
default:  buildlib xmlwf/xmlwf

buildlib: $(LIBRARY)

all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline

I understand now, the target has a / in its name, libtool should use
some function like basename and append the lt- to the basename and not
to the target name.


Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

