From: Dave Nugent Newsgroups: comp.os.msdos.djgpp Subject: I've read the allegro faq but... Date: Sun, 04 Jan 1998 00:23:44 -0800 Organization: Bell Solutions Lines: 24 Message-ID: <34AF4710.620C@ns.sympatico.ca> Reply-To: dave DOT nugent AT ns DOT sympatico DOT ca NNTP-Posting-Host: 142.177.33.21 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 I've downloaded Allegro v2.2 and am trying to create the library. I got a few error messages at the end: setup/setup:cc:1: iostrean.h: No such file or directory (ENOENT) & setup/setup.cc:3: fstream.h No such file or directory (ENOENT) I checked the Faq, and it said I needed the C++ Files (I orginaly picked C only from the DJGPP Files You Need Picker). The Faq said to dl & install the lgp*b.zip file. I did this, and I am still having problems. I noticed however that the docs say there will be a file created called liballeg.a. This file is created although I get errors. It is 389,884 bytes. Is this the proper size? Also, the docs say add "alleg" when using RHIDE and make sure the box is ticked. Shouldn't this say add "liballeg.a" ? Appreciate any info! Thanks Muchly to all who have helped me with previous questions. I am starting to get a good hand on DJGPP Now!