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: Compilation errors on IRIX64 with optimizations


Daniel T Konkle writes:
 > At 05:42 PM 6/15/2003 +0100, Brian Gough wrote:
 > >Daniel Konkle writes:
 > >  > I am in the process of recompiling the GSL libraries for a few different
 > >  > platforms.  My need is to get the GSL libraries compiled with '-O3'
 > >  > optimizations.
 > >  >
 > >  > Compilation/Configure:
 > >  >  CC=cc CFLAGS="-OPT:IEEE_comparisons=ON -woff 728 -O3 -mips4 -64"
 > >  > LDFLAGS="-64" ./configure
 > >
 > >Does it work without -O3?
 > 
 > 
 > Yes I believe it does.  All but 3 modules check out with -O3.

I believe the errors in sys/ might be due to functions like log1p not
being correctly picked up by the configure script.  I've reproduced
them under those conditions.

In the past few days I've upgraded the CVS version to a more recent
versions of the autotools which might improve things. See the HACKING
file in CVS for details.

-- 
Brian


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