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]

Re: Build problem on ABM AIX + solution


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


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