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 1.3 on IRIX 6.5


Greg Perkins writes:
 > (cd .libs && rm -f libgslsys.la && ln -s ../libgslsys.la
 > libgslsys.la) Making all in test
 >        /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H
 >        -I. -I.
 > -I..  -g -O2 -c results.c
 > mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c results.c
 > -DPIC -o .libs/results.lo In file included from results.c:24:
 > /usr/gnu/lib/gcc-lib/mips-sgi-irix6-o32/2.8.1/include/stdlib.h:207:
 > conflicting types for `initstate' /usr/include/math.h:731: previous
 > declaration of `initstate' *** Error code 1 (bu21)

Thanks for the bug report.

A google search for 'irix initstate' suggests it is a general gcc
problem on that platform.

 > I have also tried specifying the standard MipsPro C compiler (cc)
 > (version 7.3.1.3m) , using setenv CC "cc" ./configure make however
 > the configuration file continues to use the gcc compiler. I've
 > tried a couple of other methods to force the use of cc all to no
 > avail.
 > 
 > Does anybody have any suggestions on how to resolve these issues???
 > 

It should work.  If you still have problems please send a complete
transcript of the commands and corresponding output from configure,
from a clean start of a newly unpacked tarfile.

Brian



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