bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make-3.8


From: Paul D. Smith
Subject: Re: make-3.8
Date: Tue, 8 Oct 2002 16:29:36 -0400

%% Wendy Palm <address@hidden> writes:

  wp> i finally boiled the problem down a change made 2001-05-06
  wp> to create a new macro MAKE_JOBSERVER.  this macro requires
  wp> HAVE_SA_RESTART, which is not defined in cray's <signal.h>.

HAVE_SA_RESTART is not supposed to be defined in signal.h; it's defined
by the configure script assuming that the system supports the POSIX
SA_RESTART capability.

  wp> therefore, <fcntl.h> isn't included in main.c, and line 818 in
  wp> main.c fails with O_CREAT, O_EXCL, O_WRONLY undefined.
  wp> (HAVE_FDOPEN IS defined).  explicitly including <fcntl.h>
  wp> compiles and tests correctly.

OK, I'll make that change, thanks.

  wp> also, alloca.c needs modifications.  i know many packages use
  wp> this.  where should i send the changes (i.e. _CRAY is no longer
  wp> correct, and CRAY2's no longer exist, etc.)

Good question.

I suggest sending any updates to the address@hidden mailing list.  If
they don't know where it goes, at least a large number of the people
using alloca.c probably read that list.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]