Date: Tue, 21 May 1996 14:19:43 +0200 (IST) From: Eli Zaretskii To: bitsch AT altvater DOT com Cc: djgpp group Subject: Re: cim 1.64 with djgpp 2.00 In-Reply-To: <9605211249.AA0047@pc084.altvater.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 21 May 1996 bitsch AT altvater DOT com wrote: > Linking failed with error messages > "rrts.c(xxxxx) undefined reference of _iob" You are either using old v1.x include files (which define macros that access `_iob') or linking against libraries which where compiled with DJGPP v1.x. Check your installation carefully.