RE: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Danny Smith
> 
> Angelo Graziosi wrote:
> 
> Thanks for the links.  Unfortunately, the package files that David 
> Billinghurst references therein seem to have disappeared; does anyone 
> know where they can currently be found?
> 

ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.bz2
http://www.mpfr.org/mpfr-current/mpfr-2.2.0.tar.bz2
http://www.mpfr.org/mpfr-current/patches

Danny


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Brooks Moses

Danny Smith wrote:
Thanks for the links.  Unfortunately, the package files that David 
Billinghurst references therein seem to have disappeared; does anyone 
know where they can currently be found?


ftp://ftp.gnu.org/gnu/gmp/gmp-4.2.1.tar.bz2
http://www.mpfr.org/mpfr-current/mpfr-2.2.0.tar.bz2
http://www.mpfr.org/mpfr-current/patches


Thanks!  However, those are the source distributions; the post that I 
was referring to references a set of precompiled-and-packaged Cygwin 
binaries that David had produced.  I was hoping to find a copy of those, 
but I suppose at this point they're out of date with regard to the MPFR 
patches, so it's probably a moot point.


- Brooks


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Billinghurst, David \(CALCRTS\)
> From: Brooks Moses
> 
> Angelo Graziosi wrote:
> > Tim Prince wrote:
> >>This is not such a new problem, but I have not been able to get a
> >>working pre-built version of gmp from the mirrors I normally use. It
> >>worked fine when I installed from the source on the same 
> server, once I
> >>recognized that --enable-shared is required, so that it 
> will over-write
> >>all the corrupted libraries. Perhaps you are the first 
> person to report
> >>trouble on an AMD.
> > 
> > FYI this:
> > 
> >   http://cygwin.com/ml/cygwin-apps/2006-05/msg00098.html
> >   http://cygwin.com/ml/cygwin-apps/2006-05/msg00104.html
> >   http://cygwin.com/ml/cygwin-apps/2006-05/msg00111.html
> > 
> > can help you, perhaps.
> 
> Thanks for the links.  Unfortunately, the package files that David 
> Billinghurst references therein seem to have disappeared; does anyone 
> know where they can currently be found?
> 
> For that matter, what's the current status for including these in the 
> Cygwin distribution proper?  Since the GCC trunk will very 
> soon switch 
> to requiring these for building GCC, they would be very nice 
> to have
> 
> Thanks,
> - Brooks

I had to delete them, and then ISP issues stopped me uploading them,
and then "Real Life" got in the way.

I'll see what I can do in the next couple of days.

David


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Wynfield Henman

1. The newes gnu mp (gmp) sources are at:
http://swox.com/gmp/


2.) To built it as a dll with cygwin you must use the following
conffigure options.

./configure --disable-static --enable-shared  CPPFLAGS="-DDLL_EXPORT"
make
make check
# All tests passed

make install

Regards,
 Darel Henman

On 10/24/06, Billinghurst, David (CALCRTS)
<[EMAIL PROTECTED]> wrote:

> From: Brooks Moses
> Angelo Graziosi wrote:
> > Tim Prince wrote:
> >>This is not such a new problem, but I have not been able to get a
> >>working pre-built version of gmp from the mirrors I normally use. It
> >>worked fine when I installed from the source on the same
> server, once I
> >>recognized that --enable-shared is required, so that it
> will over-write
> >>all the corrupted libraries. Perhaps you are the first
> person to report
> >>trouble on an AMD.
> >
> > FYI this:
> >
> >   http://cygwin.com/ml/cygwin-apps/2006-05/msg00098.html
> >   http://cygwin.com/ml/cygwin-apps/2006-05/msg00104.html
> >   http://cygwin.com/ml/cygwin-apps/2006-05/msg00111.html
> >
> > can help you, perhaps.
>
> Thanks for the links.  Unfortunately, the package files that David
> Billinghurst references therein seem to have disappeared; does anyone
> know where they can currently be found?
>
> For that matter, what's the current status for including these in the
> Cygwin distribution proper?  Since the GCC trunk will very
> soon switch
> to requiring these for building GCC, they would be very nice
> to have
>
> Thanks,
> - Brooks

I had to delete them, and then ISP issues stopped me uploading them,
and then "Real Life" got in the way.

I'll see what I can do in the next couple of days.

David


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/