On 22 Aug 1999, Lars Gullik Bjønnes wrote:

> Bill Currie <[EMAIL PROTECTED]> writes:
> 
> | This allows configure to get that parms for select() right when using
> | gcc-2.95. (g++ was complaining about the missing int).
[...]
> (in 1.0.x you have run make in the config dir, and in 1.1.x you have
> to run the autogen.sh script. )

I've been in further contact with the autoconf maintainer and they've just
added a fix to CVS for AC_INLINE testing.  I reminded them that there
is still a problem with select and const checking.  No idea when they'll
get that done.

They have patches they are considering adding but I think they're trying
to decide whether gcc is wrong or not.  If you wanted to Lars we could
add:
        -e "s/const charset x;/const charset x = {0,0};/"

to fix the const test problem (this is effectively the patch they are
considering).

If you're using 2.95 you should upgrade to 2.95.1 as a couple of tests
that fail with 2.95 work with the later release.  g++-2.95.1 only issues a
warning if main() doesn't have a return type defined while 2.95 issues an
error.

Allan. (ARRae)

Reply via email to