From: Ole Winther Message-Id: <199704101824.UAA20843@emma.ruc.dk> Subject: bugs in make To: djgpp AT delorie DOT com Date: Thu, 10 Apr 1997 20:24:45 +0200 (MET DST) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Well I got the file mak375, and where trying to use the Makefile utils, when I discovered that Makefile.exe was'nt in that file. Well trying to build then Makefile, I discover that it's made for using the sh.exe, which I did'nt have. Well I where then trying to compile the file with gcc.exe, but some bugs where discovered in the FNMATCH.c and the glob.c file. * FNMATCH.c It seems that defination of the vars FNM_._. are missing. * glob.c Some problems in the lines 857 or above that. In a sentense like pglob->gl_pathv = (char **) realloc (pglob->gl_pathv, (pglob->gl_pathc + ((flags & GLOB_DOOFFS) ? pglob->gl_offs : 0) + nfound + 1) * sizeof (char *)); Well I'm able to report more specific if meeded. I'm using a 486-50 and run dos enviroment, and need the makefile.exe to make the grx20 lib working on the machine. If it's possible to get a copy of that file on a ftp site, it would probaly be the best way? If I'm would need to compile it by My selfe, I would like to know, if there's a specific order of files, and what files meeded to be included. Well I'm Danish, but I do hope understanding this. Sincerely Ole Winther