Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-AuthUser: gerrit:koeln.convey.de Date: Mon, 14 Apr 2003 07:56:25 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <4838470878.20030414075625@familiehaase.de> To: Charles Wilson CC: cygwin AT cygwin DOT com Subject: Re: libtool-devel problem with building 'dummy' exe In-Reply-To: <3E9A1434.7080107@ece.gatech.edu> References: <1348756941 DOT 20030413234111 AT familiehaase DOT de> <3E9A1434 DOT 7080107 AT ece DOT gatech DOT 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-].c and NOT > .libs//[lt-].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/