X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_YG X-Spam-Check-By: sourceware.org X-Received: by 10.50.173.102 with SMTP id bj6mr5434937igc.16.1362476492956; Tue, 05 Mar 2013 01:41:32 -0800 (PST) Date: Tue, 5 Mar 2013 03:41:27 -0600 From: Yaakov (Cygwin/X) To: cygwin AT cygwin DOT com Subject: Re: Shouldn't gcc-4 depend on libmpfr4 ? Message-ID: <20130305034127.22dc8a65@YAAKOV04> In-Reply-To: <87ip57nf3r.fsf@Rainer.invalid> References: <5131CD7E DOT 8050001 AT gmail DOT com> <20130304090904 DOT GA5468 AT calimero DOT vinschen DOT de> <20130304161925 DOT GA4078 AT calimero DOT vinschen DOT de> <87ip57nf3r DOT fsf AT Rainer DOT invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mon, 04 Mar 2013 20:23:52 +0100, Achim Gratz wrote: > Earnie Boyd writes: > >> If someone can sell me a clue on why autotools skips the renaming of lib*.dll to > >> cyg*.dll for gmp (this should normally be done via soname_spec, but it is always > >> empty in the generated libtool script), I could perhaps provide updated > >> packages, but at least working cygport files. > > > > Perhaps it needs to be updated to use newer autotools, especially libtool. > > I've already done that, I've even ran autoupdate (and fixed some fallout > from that), but this didn't change things a bit. It might be that > LT_INIT is called at the wrong place, but I'm running out of ideas (for > today, anyway). The problem is a hack in gmp's configure.ac which is incompatible with newer libtool versions. As I've been working on 64bit packages, these are now in Ports git: http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/gmp;a=tree http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/mpfr;;a=tree http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/libmpc;a=tree ppl and cloog-ppl should be straight-forward, but for 4.8 we instead need isl and cloog-isl, and the two cloog's aren't fully parallel-installable OOTB. To work around that, I suggest both be built with --includedir=/usr/include/${NAME}, then we can pass --with-cloog-include to GCC depending on the version being built. HTH, Yaakov -- 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