bug-make
[Top][All Lists]
Advanced

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

GNU make 3.79.1 and NeXTStep


From: Atro Tossavainen
Subject: GNU make 3.79.1 and NeXTStep
Date: Thu, 24 Jan 2002 10:58:00 +0200 (EET)

Hello,

Some patches:

arscan.c attempts to include ar.h unless it is known that the system
(win32, BEOS) doesn't have it.  NeXTStep doesn't, either, but this
isn't known to the developers(?).

#ifndef __MACH__
...
#endif

gets around it.

Also, gettext.c includes fcntl.h with no regard to _HAVE_FCNTL_H
from config.h.  The program compiles and works properly if fcntl.h
is checked against and replaced with <sys/file.h>, just as in other
source files.

-- 
Atro Tossavainen (Mr.)               / The Institute of Biotechnology at
Systems Analyst, Techno-Amish &     / the University of Helsinki, Finland,
+358-9-19158939  UNIX Dinosaur     / employs me, but my opinions are my own.
< URL : http : / / www . iki . fi / atro . tossavainen / >

File attachments NOT welcome unless agreed to beforehand.



reply via email to

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