This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Shouldn't gcc-4 depend on libmpfr4 ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]