Re: Decimal float and the Cygwin build of GFortran.

2007-07-05 Thread Timothy C Prince
-Original Message- A few months ago this did not happen (same building procedure). ___ You posted this several places, and they're still arriving. Apparently, nothing has changed, except they've added this warning that the maintainers of this librar

RE: Decimal float and the Cygwin build of GFortran.

2007-07-05 Thread Dave Korn
On 05 July 2007 17:06, Joe Buck wrote: > On Wed, Jul 04, 2007 at 11:00:40AM +0200, Paolo Bonzini wrote: >> Brian Dessent wrote: >>> Angelo Graziosi wrote: >>> ./configure --prefix=${prefix_dir} \ >>> >>> According to the documentation you should not do this (build in the same >>>

Re: Decimal float and the Cygwin build of GFortran.

2007-07-05 Thread Joe Buck
On Wed, Jul 04, 2007 at 11:00:40AM +0200, Paolo Bonzini wrote: > Brian Dessent wrote: > >Angelo Graziosi wrote: > > > >>./configure --prefix=${prefix_dir} \ > > > >According to the documentation you should not do this (build in the same > >dir as the source.) > > This is just less test

Re: Decimal float and the Cygwin build of GFortran.

2007-07-04 Thread Paolo Bonzini
Brian Dessent wrote: Angelo Graziosi wrote: ./configure --prefix=${prefix_dir} \ According to the documentation you should not do this (build in the same dir as the source.) This is just less tested, not unsupported. If people report bugs related to "./configure" builds, we'll

Re: Decimal float and the Cygwin build of GFortran.

2007-07-04 Thread Angelo Graziosi
On Wed, 4 Jul 2007, Brian Dessent wrote: > Angelo Graziosi wrote: > > > ./configure --prefix=${prefix_dir} \ > > According to the documentation you should not do this (build in the same > dir as the source.) Obviously I forgot to say: cd ${build_dir} ${gcc_dir}/configur

Re: Decimal float and the Cygwin build of GFortran.

2007-07-04 Thread Brian Dessent
Angelo Graziosi wrote: > ./configure --prefix=${prefix_dir} \ According to the documentation you should not do this (build in the same dir as the source.) > A few months ago this did not happen (same building procedure). The warning is correct because libdecnumber is only supported

RE: Decimal float and the Cygwin build of GFortran.

2007-07-04 Thread Danny Smith
Angelo Graziosi Wednesday, 4 July 2007 7:19 p.m. > > > > I have build GFortran under Cygwin configuring with: > > ./configure --prefix=${prefix_dir} \ > --enable-languages=c,fortran \ >--enable-bootstrap \ >-

Decimal float and the Cygwin build of GFortran.

2007-07-04 Thread Angelo Graziosi
I have build GFortran under Cygwin configuring with: ./configure --prefix=${prefix_dir} \ --enable-languages=c,fortran \ --enable-bootstrap \ --enable-libgomp \ --enable-threads \