Date: Tue, 1 Jun 93 10:04:12 EDT From: DJ Delorie To: men5cdr AT sun DOT leeds DOT ac DOT uk Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, men5cdr AT sun DOT leeds DOT ac DOT uk Subject: Re: General help information required > 1) Is there a MAKE type utility available for use with the compiler ? There are many makes on the network, but djgpp doesn't include any directly. I recommend gnuish make or ndmake. > 2) Are there any graphics library routines with the compiler? Get the libgrx modules (cb10*gr*.zip). > 3) If there are libaries with the compiler do they come with documentation? They're in the doc zip. > 4) Is there any further useful documentation in addition to that in the 4 files above? Not really. djgpp assumes you're familiar with the unix-style development environment already.