Hi Pádraig, > > +/* Declare abort(), without including <stdlib.h>. */ > > +extern > > +# if defined __cplusplus > > +"C" > > +# endif > > +_Noreturn > > The above _Noreturn is causing a build failure on Solaris 10 on Sparc.
A build failure of which package, which version? Can you please show the tail of the output of "make V=1"? I need to see whether it's a warning or an error (since I guess that you often compile with -Werror). > From config.log: > > $ gcc --version > $ gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) Is this on a publicly accessible machine (e.g. in the GCC compile farm)? If so, that would speed up my reproduction. > Commenting out that _Noreturn allows the build to complete. Thanks for the hint; I'll consider this after analyzing. Bruno