From: "John M. Aldrich" <fighteer AT cs DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: How do you load Alegro?
Date: Wed, 25 Mar 1998 10:38:13 -0500
Organization: Two pounds of chaos and a pinch of salt.
Lines: 29
Message-ID: <351924E5.5C2A@cs.com>
References: <6f7hm7$p55 AT bgtnsc03 DOT worldnet DOT att DOT net>
NNTP-Posting-Host: ppp234.cs.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Precedence: bulk

Pyrus wrote:
> 
> How do you load Alegro? or ANY library for that matter? I am using DFE 95
> for
> a font end. Please tell me!

If you are having trouble understanding Allegro's documentation, please
tell us exactly what you find confusing so we can give you some advice. 
If you're having trouble understanding DJGPP's documentation, please
also tell us exactly what isn't working.  If you haven't read the
documentation yet, well...

In any case, I don't know what DFE 95 is, but it shouldn't matter.  To
use Allegro, you have to do the following steps:

 - Download Allegro
 - Build the library using GNU Make (comes with DJGPP)
 - #include <allegro.h> in your programs.
 - Link your programs with '-lalleg'.

That's it!

-- 
---------------------------------------------------------------------
|      John M. Aldrich       | "History does not record anywhere at |
|       aka Fighteer I       | any time a religion that has any     |
|   mailto:fighteer AT cs DOT com   | rational basis."                     |
| http://www.cs.com/fighteer |                - Lazarus Long        |
---------------------------------------------------------------------