%% Wendy Palm <[EMAIL PROTECTED]> writes: wp> sorry, i phrased it slightly wrong. you're right, it's not wp> HAVE_SA_RESTART but SA_RESTART that isn't in <signal.h>. wp> irregardless, CRAYs do not have SA_RESTART capability, so it's not wp> set.
Do they allow enabling/disabling restartable system calls in any other way (IIRC someone mentioned some systems supporting sigvec or similar)? Seems a shame to not be able to run parallel builds. wp> --- make-3.80/configure Thu Oct 3 13:18:48 2002 wp> +++ make-3.80.new/configure Tue Oct 8 14:52:28 2002 Any change to the configure script has to go through the autoconf team, at [EMAIL PROTECTED] wp> -#if defined(MAKE_JOBSERVER) && defined(HAVE_FCNTL_H) wp> +#if defined(MAKE_JOBSERVER) || defined(_UNICOS) && defined(HAVE_FCNTL_H) wp> # include <fcntl.h> wp> #endif I was just going to remove the MAKE_JOBSERVER stuff and leave it as: #if defined(HAVE_FCNTL_H) # include <fcntl.h> #endif it won't hurt to include that header anyway. wp> do the different packages share config.sub and config.guess files too? Yes; in fact these are more explicitly shared and can be updated pretty quickly; they are stuck on the FSF's FTP site and many packages download new versions as part of their package release process. Any updates to those should be sent to <[EMAIL PROTECTED]> (see the comments at the top of these files for more info). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make
