make command

2008-01-14 Thread Kelsey Jason-JBPN64
I am trying to configure expect on my system. I need the correct make file my system, i copied over in attempt to trouble shoot errors without making a backup of the old. I need the latest and greatest for Red Hat 9. I believe it was GNU Make version 3.79.1, by Richard Stallman and Roland

RE: make command

2008-01-14 Thread Martin Dorey
I need the latest and greatest for Red Hat 9 Try http://rpmfind.net/linux/rpm2html/search.php?query=make. Please though, if you need more help, bear in mind that this mailing list is for bugs with make itself. From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Fixing broken djgpp support in make 3.81

2008-01-14 Thread Paul Smith
On Tue, 2008-01-15 at 01:32 +0100, Juan Manuel Guerrero wrote: /* Handle other OSs. */ #ifndef PATH_SEPARATOR_CHAR # if defined(HAVE_DOS_PATHS) # define PATH_SEPARATOR_CHAR ';' # define IS_PATHSEP(c) ((c) == '/' || (c) == '\\') # define HAVE_DRIVE(n) ((n)[0] (n)[1] == ':')