Date: Mon, 18 Oct 1999 10:39:43 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: kenken64 cc: djgpp AT delorie DOT com Subject: Re: ALLEGRO make ALL problem In-Reply-To: <380a43be.0@news.tm.net.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 18 Oct 1999, kenken64 wrote: > c:/compiler/djgpp/tmp\ccci0z3c(.text+0xb56):asmdef.c: undefined reference to > `_streamv' There was a thread about a similar problem here just a few days ago. It turns out these error messages mean that you have RSXNTDJ installed, and that you compile Allegro in an environment where the RSXNTDJ's include directories are searched instead of the DJGPP's ones. Did you follow the RSXNTDJ installation instructions on Johan Venter's page (http://surf.to/rsxntdj)? If not, please reinstall RSXNTDJ as those instructions tell. RSXNTDJ and DJGPP are two different environments with two different sets of include files and libraries. You cannot mix them.