Path: utzoo!telly!attcan!uunet!bu-cs!bloom-beacon!usc!csun!srhqla!kosman!kevin From: kevin@kosman.UUCP (Kevin O'Gorman) Newsgroups: gnu.utils.bug Subject: Can't make 'make' without directory routines - need help Message-ID: <768@kosman.UUCP> Date: 11 May 89 15:46:19 GMT Organization: K.O.'s Manor - Vital Computer Systems, Oxnard, CA 93035 Lines: 12 I just got the latest 'make' sources and tried to make them with gcc 1.35 on my 3b1. First, I found I needed to get ndir.h from the emacs sources (how annoying! -- can't they make these things complete?). I had that, so I fiddled with archive tapes for a while, and tried again. Now, the link step for make.new fails because I don't have readdir() and its brothers. I have no idea where to get these. In emacs, they come from sysdep.c, but that file won't compile in the make directory, and its .o file won't load because of symbol conflicts. I'm pretty sure I have the complete make sources, but I could use some help from anyone who has made this thing in a stock SYSV system.