From mboxrd@z Thu Jan 1 00:00:00 1970 From: gsl-discuss@lists.thewrittenword.com To: gsl-discuss@sources.redhat.com Cc: eric.van.der.velde@nl.fortisbank.com Subject: Re: Build problem on ABM AIX + solution Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: <20010927082126.A87871@oolong.il.thewrittenword.com> References: <15283.2308.52852.125389@debian> X-SW-Source: 2001/msg00529.html 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)