This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL 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: Compiling GSL on IRIX


On Thu, 7 Mar 2002, Daniel T Konkle wrote:

> At 03:41 PM 3/6/2002 -0600, you wrote:
> 
> >Look at the IRIX section in the MACHINES file.  We had failures last year
> >in the "sys" tests until we added "-OPT:IEEE_NaN_inf=ON" to the compiler
> >line.
> 
> How do I get the option to the configure / make of the gsl library?

Add the option to the CFLAGS environment variable before running
configure:

  setenv CFLAGS "$CFLAGS -OPT:IEEE_NaN_inf=ON"
  ./configure


    Lowell
-- 
--------------------------------------------------
Lowell D. Johnson
Software Engineering
Raytheon Systems
EROS Data Center
47914 252nd Street, Mundt Federal Bldg
Sioux Falls, SD 57198
--------------------------------------------------


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