Build problem on ABM AIX + solution

Brian Gough bjg@network-theory.co.uk
Wed Dec 19 13:20:00 GMT 2001


eric.van.der.velde@nl.fortisbank.com writes:
 > Trying to make gsl on an IBM AIX 4.3 (xlc) system failed in the file
 > test/results.c (problems concerning the va_list)
 > 
 > The problem is that __STDC__ is not defined on an AIX system (which should
 > be), and the prepocessor takes the 'wrong' decision.

Thanks for the bug report.

Can you try this, 

go into test/results.c and change

  __STDC__ 

to 

  STDC_HEADERS

throughout (there are several occurrences).  Assuming the configure
script has defined STDC_HEADERS correctly in config.h this should
work.

Let me know and I'll make the change.

regards
Brian Gough



More information about the Gsl-discuss mailing list