Date: Fri, 5 Sep 1997 09:16:10 -0400 (EDT) From: "Art S. Kagel" To: Dick Taylor Cc: djgpp AT delorie DOT com Subject: Re: Newbie Questions In-Reply-To: <340F04E4.53F@monmouth.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 4 Sep 1997, Dick Taylor wrote: > Just getting into djgpp, and need to know > a. location of the FAQ > b. suggestions as to compatible graphics libs, and locations > such as to Allegro Get readme.1st from www.delorie.com and all neccessary and optional files are listed along with installation and get started usage instructions. > c. does djgpp include its own linker? And if, so, do all of > the object modules need to have been compiled by djgpp? Yes and yes. > d. what about loader for the .exe file (if djgpp produces one) The linker (ld) takes care of producing a .exe file. The compiler driver (gcc) can be used to drive both compile and link phases in the UNIX style. All is explained in detail in the FAQ and the Info manual pages. Thanks for thinking of the FAQ first many do not. Have fun! Art S. Kagel, kagel AT bloomberg DOT com