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


On Thu, Sep 27, 2001 at 12:09:56PM +0100, Brian Gough wrote:
> 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.

Ick. This is not necessary. We have *no* problems with GSL 0.9.2 on
AIX 4.3.2 with xlc 5.0.2.0.

-- 
albert chin (china@thewrittenword.com)


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