Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ukma!tut.cis.ohio-state.edu!ucbvax!agate!violet.berkeley.edu!ilan343 From: ilan343@violet.berkeley.edu Newsgroups: gnu.utils.bug Subject: problem compiling make-3.54 Message-ID: <25930@agate.BERKELEY.EDU> Date: 30 Jun 89 17:35:53 GMT References: <1088@fxgrp.UUCP> Sender: usenet@agate.BERKELEY.EDU Distribution: usa Organization: University of California, Berkeley Lines: 16 Has anyone successfully compiled the new version of make under SysV? I tried to compile it in a 3B2 running SysV 3.0, with version 4.0 of ATT's cc. There were 3 "unresolved reference" diagnostics file function commands.c sigmask glob.c rindex job.c getdtablesize The first two were easily fixable. But what about "getdtablesize"? It looks like BSD to me. It is not used anywhere else in the code. Any hints?