X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:cc :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=xdg7WYv4dKGb7P/lV/w+iR5hlDVryZWXwXcS7ObR3aWNjNaRqrbyk 1llur3J7V437eyYQj7P3PhBdlbXyOsqVbC6D5/hnevvRDdxmYRnaNhmAnBotPJR8 XcXNlfYkP0wn84F/wF90D5wQ03PtB9AawsBycP8omjO+eLqhr6Sr78= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:cc :mime-version:content-type:content-transfer-encoding; s=default; bh=Z4puFoahKImKcq9wgPDOBnlSRyA=; b=QBHzwGQ+SOe5xtmKyUQ5SoNz57ib aqr3zw8vEZMFFMEe6fq1Vfk6ULhQsn9hrP4CYQ+WENSuXaG5eibN4IULTmTz3XJs dmJQrO54wdg3KnsCvByN+Uff6e0dOXEDriBcmAEVUShXQcdm+9oBI7HVLIvxRw2X J/If8X8dgIow+80= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp-vbr13.xs4all.nl Message-ID: Date: Sun, 15 Jun 2014 14:47:43 +0200 Subject: build cygwin fails: libintl missing From: "Houder" To: cygwin AT cygwin DOT com Cc: houder AT xs4all DOT nl User-Agent: SquirrelMail/1.4.18 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Yaakov ? The following as a reminder ... libintl.a has been moved out of gettext (pkg) recently. As result of that, cygwin (pkg) no longer builds. The build now fails on dumper.exe. Building dumper.exe requires libbfd.a to be present (among others), which in turn requires libintl.a to be present. src/winsup/utils/Makefile.in only tests for the presence of libbfd.a ... (otherwise, it will skip building dumper.exe and the build of cygwin (pkg) will NOT fail). Btw, the definition of the macro libname in src/winsup/Makefile.common uses one argument to many, I think define libname ###$(realpath $(shell ${CC} --print-file-name=$1 $2)) $(realpath $(shell ${CC} --print-file-name=$1)) # my correction endef Regards, Henri -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple