Date: Thu, 12 Oct 2000 04:02:37 -0400 (EDT) Message-Id: <200010120802.EAA07145@indy.delorie.com> From: Eli Zaretskii To: pavenis AT latnet DOT lv CC: djgpp-workers AT delorie DOT com, gcc AT gcc DOT gnu DOT org In-reply-to: <00101118370500.01357@hal> (message from Andris Pavenis on Wed, 11 Oct 2000 18:37:04 +0200) Subject: Re: gcc-2.97: Problems building libio for targets i[3456]86-pc-msdosdjgpp References: <00101112452200 DOT 31210 AT hal> <200010111120 DOT HAA06472 AT indy DOT delorie DOT com> <00101118370500 DOT 01357 AT hal> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Andris Pavenis > Date: Wed, 11 Oct 2000 18:37:04 +0200 > > It seems to be conflict between libioP.and genops.c > in genops.c. (different return types which brokes libio build when > _IO_off_t and _IO_pos_t are different types). It looks like the different types are indeed the problem. Unfortunately, I don't know enough about libio to understand why does it use two different types for the same function.