Hello,
I believe I have found a bug in version 3.79 of gmake.
I ftp'd the src files from the ftp mirror site at
ftp://sunsite.utk.edu/pub/gnu/ftp/
I have attached a small gzipped tarfile which illustrates
the problem. you should be able to cd into the lib/
directory and just type "make".
I
%% "Lauer, Thilo" <[EMAIL PROTECTED]> writes:
lt> i'm using the AVR port of gnu gcc for a small project consisting
lt> of a simple kw.c file.
I don't know what AVR is; is it some kind of Windows-based thing?
lt> So i tried to install the latest version of make (v3.79.1, from
lt> the djg
Hello;
i'm using the AVR port of gnu gcc for a small project consisting of a simple
kw.c file. When using make v3.78 from avr-gcc i get errors when trying to
execute make from within an IDE, something like:
process_easy: DuplicateHandle(e=6) failed
So i tried to install the latest version of ma