public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: GSL-1.1 : make check problem
  2002-12-31  9:55 ` GSL-1.1 : make check problem Brian Gough
@ 2002-04-23 14:24   ` Brian Gough
  2002-12-31  9:55   ` John Ketchum
  1 sibling, 0 replies; 4+ messages in thread
From: Brian Gough @ 2002-04-23 14:24 UTC (permalink / raw)
  To: Olivier CLOAREC; +Cc: gsl-discuss

Olivier CLOAREC writes:
 > Dear Brian,
 > 
 > Thank you for your very interesting library. I use it since a cup of
 > month on an old PC with the Debian Potato as OS.
 > 
 > I have just recieved a new computer and I have tryed to compile the
 > gsl-1.1.  but  "make check" return the message you will find in the
 > attached file.
 > 
 > My system is a Dell Dimension 8200, 1.8 GHz, the OS is a RedHat 7.2.
 > 
 > Can you help me ?
 > 

Hi,
This is a known problem with the Redhat 7.2 compiler.  Nobody has
found the exact cause yet but if you compile without optimisation or a
different compiler version the test should work. I don't have Redhat
7.2 so I've not investigated it myself.

regards
Brian Gough

 > 
 > 
 > PASS: herm(10), eigenvalue(0,0), real, unsorted (nan observed vs -2.14537 expected)
 > PASS: herm(10), eigenvalue(0,0), imag, unsorted (nan observed vs 0 expected)
 > PASS: herm(10), eigenvalue(0,1), real, unsorted (nan observed vs nan expected)
 > PASS: herm(10), eigenvalue(0,1), imag, unsorted (nan observed vs nan expected)
 > .....

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GSL-1.1 : make check problem
  2002-12-31  9:55   ` John Ketchum
@ 2002-04-24  6:11     ` John Ketchum
  0 siblings, 0 replies; 4+ messages in thread
From: John Ketchum @ 2002-04-24  6:11 UTC (permalink / raw)
  To: Brian Gough, Olivier CLOAREC; +Cc: gsl-discuss

RedHat 7.2 comes with gcc 2.96-98.  I installed the gcc 2.95.3 release 
obtained directly from the gnu site, and built gsl with it.  That fixed the 
make check problem.
At 09:26 PM 4/23/2002 +0100, Brian Gough wrote:
>Olivier CLOAREC writes:
>  > Dear Brian,
>  >
>  > Thank you for your very interesting library. I use it since a cup of
>  > month on an old PC with the Debian Potato as OS.
>  >
>  > I have just recieved a new computer and I have tryed to compile the
>  > gsl-1.1.  but  "make check" return the message you will find in the
>  > attached file.
>  >
>  > My system is a Dell Dimension 8200, 1.8 GHz, the OS is a RedHat 7.2.
>  >
>  > Can you help me ?
>  >
>
>Hi,
>This is a known problem with the Redhat 7.2 compiler.  Nobody has
>found the exact cause yet but if you compile without optimisation or a
>different compiler version the test should work. I don't have Redhat
>7.2 so I've not investigated it myself.
>
>regards
>Brian Gough
>
>  >
>  >
>  > PASS: herm(10), eigenvalue(0,0), real, unsorted (nan observed vs 
> -2.14537 expected)
>  > PASS: herm(10), eigenvalue(0,0), imag, unsorted (nan observed vs 0 
> expected)
>  > PASS: herm(10), eigenvalue(0,1), real, unsorted (nan observed vs nan 
> expected)
>  > PASS: herm(10), eigenvalue(0,1), imag, unsorted (nan observed vs nan 
> expected)
>  > .....

John Ketchum
Qualcomm Inc.
9 Damonmill Square Suite 2A
Concord, MA 01742
Office: 60915
Direct: 781-276-0915
Fax: 781-276-0901
Mobile: 617-312-7023

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GSL-1.1 : make check problem
       [not found] <3CC5747E.A78ABA61@free.fr>
@ 2002-12-31  9:55 ` Brian Gough
  2002-04-23 14:24   ` Brian Gough
  2002-12-31  9:55   ` John Ketchum
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Gough @ 2002-12-31  9:55 UTC (permalink / raw)
  To: Olivier CLOAREC; +Cc: gsl-discuss

Olivier CLOAREC writes:
 > Dear Brian,
 > 
 > Thank you for your very interesting library. I use it since a cup of
 > month on an old PC with the Debian Potato as OS.
 > 
 > I have just recieved a new computer and I have tryed to compile the
 > gsl-1.1.  but  "make check" return the message you will find in the
 > attached file.
 > 
 > My system is a Dell Dimension 8200, 1.8 GHz, the OS is a RedHat 7.2.
 > 
 > Can you help me ?
 > 

Hi,
This is a known problem with the Redhat 7.2 compiler.  Nobody has
found the exact cause yet but if you compile without optimisation or a
different compiler version the test should work. I don't have Redhat
7.2 so I've not investigated it myself.

regards
Brian Gough

 > 
 > 
 > PASS: herm(10), eigenvalue(0,0), real, unsorted (nan observed vs -2.14537 expected)
 > PASS: herm(10), eigenvalue(0,0), imag, unsorted (nan observed vs 0 expected)
 > PASS: herm(10), eigenvalue(0,1), real, unsorted (nan observed vs nan expected)
 > PASS: herm(10), eigenvalue(0,1), imag, unsorted (nan observed vs nan expected)
 > .....

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: GSL-1.1 : make check problem
  2002-12-31  9:55 ` GSL-1.1 : make check problem Brian Gough
  2002-04-23 14:24   ` Brian Gough
@ 2002-12-31  9:55   ` John Ketchum
  2002-04-24  6:11     ` John Ketchum
  1 sibling, 1 reply; 4+ messages in thread
From: John Ketchum @ 2002-12-31  9:55 UTC (permalink / raw)
  To: Brian Gough, Olivier CLOAREC; +Cc: gsl-discuss

RedHat 7.2 comes with gcc 2.96-98.  I installed the gcc 2.95.3 release 
obtained directly from the gnu site, and built gsl with it.  That fixed the 
make check problem.
At 09:26 PM 4/23/2002 +0100, Brian Gough wrote:
>Olivier CLOAREC writes:
>  > Dear Brian,
>  >
>  > Thank you for your very interesting library. I use it since a cup of
>  > month on an old PC with the Debian Potato as OS.
>  >
>  > I have just recieved a new computer and I have tryed to compile the
>  > gsl-1.1.  but  "make check" return the message you will find in the
>  > attached file.
>  >
>  > My system is a Dell Dimension 8200, 1.8 GHz, the OS is a RedHat 7.2.
>  >
>  > Can you help me ?
>  >
>
>Hi,
>This is a known problem with the Redhat 7.2 compiler.  Nobody has
>found the exact cause yet but if you compile without optimisation or a
>different compiler version the test should work. I don't have Redhat
>7.2 so I've not investigated it myself.
>
>regards
>Brian Gough
>
>  >
>  >
>  > PASS: herm(10), eigenvalue(0,0), real, unsorted (nan observed vs 
> -2.14537 expected)
>  > PASS: herm(10), eigenvalue(0,0), imag, unsorted (nan observed vs 0 
> expected)
>  > PASS: herm(10), eigenvalue(0,1), real, unsorted (nan observed vs nan 
> expected)
>  > PASS: herm(10), eigenvalue(0,1), imag, unsorted (nan observed vs nan 
> expected)
>  > .....

John Ketchum
Qualcomm Inc.
9 Damonmill Square Suite 2A
Concord, MA 01742
Office: 60915
Direct: 781-276-0915
Fax: 781-276-0901
Mobile: 617-312-7023

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-24 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3CC5747E.A78ABA61@free.fr>
2002-12-31  9:55 ` GSL-1.1 : make check problem Brian Gough
2002-04-23 14:24   ` Brian Gough
2002-12-31  9:55   ` John Ketchum
2002-04-24  6:11     ` John Ketchum

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).