public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Yaakov (Cygwin/X)" <yselkowitz@users.sourceforge.net>
To: cygwin@cygwin.com
Subject: Re: libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64)
Date: Fri, 21 Jun 2013 18:05:00 -0000	[thread overview]
Message-ID: <51C49413.2090708@users.sourceforge.net> (raw)
In-Reply-To: <20130621113357.GF25850@calimero.vinschen.de>

On 2013-06-21 06:33, Corinna Vinschen wrote:
> as our resident autotools/libtool experts, could you please have a
> look here?

The problem is, as a fork of GMP, it too tries to be too clever with 
libtool in an attempt to shorten configure times by avoiding the CXX/F77 
checks.  Those hacks are not only unnecessary with libtool 2.x, they are 
incompatible with it.

Run the following to remove the offending 25 lines of configure:

sed -i -e '/# Enable CXX/,/AC_PROVIDE/d' configure.in

Then you still need to teach configure.in about Cygwin wrt -f 
win32/win64 and which asm sources to use before running (cyg)autoreconf.


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

  parent reply	other threads:[~2013-06-21 17:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-20 22:56 Broken MPIR 2.6.0 on Cygwin64 Jean-Pierre Flori
2013-06-21  8:33 ` Corinna Vinschen
2013-06-21  9:30   ` Corinna Vinschen
2013-06-21  9:43   ` Jean-Pierre Flori
2013-06-21 10:57     ` Corinna Vinschen
2013-06-21 11:35       ` libtool weirdness (was Re: Broken MPIR 2.6.0 on Cygwin64) Corinna Vinschen
2013-06-21 17:00         ` Jean-Pierre Flori
2013-06-21 17:27           ` Jean-Pierre Flori
2013-06-21 17:35             ` Jean-Pierre Flori
2013-06-21 18:10               ` Jean-Pierre Flori
2013-06-21 22:44                 ` Jean-Pierre Flori
2013-06-21 22:48                   ` Jean-Pierre Flori
2013-06-24  9:20                     ` Corinna Vinschen
2013-06-24  9:19           ` Corinna Vinschen
2013-06-21 18:05         ` Yaakov (Cygwin/X) [this message]
2013-06-24  9:22           ` Corinna Vinschen
2013-06-24 11:55             ` Corinna Vinschen
2013-06-24 16:21               ` Yaakov (Cygwin/X)
2013-06-21 13:39       ` Broken MPIR 2.6.0 on Cygwin64 Jean-Pierre Flori
2013-06-24 11:03         ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51C49413.2090708@users.sourceforge.net \
    --to=yselkowitz@users.sourceforge.net \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).