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 6.5 with gcc


Mr. Roman Putanowicz writes:
 > It compiles but make check crashes in block/:
 > 
 > Program received signal SIGSEGV, Segmentation fault.
 > 0x1000c3a4 in gsl_block_complex_long_double_fscanf (stream=0xfb525d8, 
 >     b=0x100300ce) at fprintf_source.c:85
 > 85                data [MULTIPLICITY * i + k] = tmp;
 > 

After running configure try editing config.h to comment out or delete
the line,

 #define HAVE_PRINTF_LONGDOUBLE 1

and see if that makes any difference.  The problem is a compiler bug
but maybe that will work around it.

regards
Brian


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