This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.97: Problems building libio for targets i[3456]86-pc-msdosdjgpp
- To: pavenis at latnet dot lv
- Subject: Re: gcc-2.97: Problems building libio for targets i[3456]86-pc-msdosdjgpp
- From: Eli Zaretskii <eliz at delorie dot com>
- Date: Thu, 12 Oct 2000 04:02:37 -0400 (EDT)
- CC: djgpp-workers at delorie dot com, gcc at gcc dot gnu dot org
- References: <00101112452200.31210@hal> <200010111120.HAA06472@indy.delorie.com> <00101118370500.01357@hal>
- Reply-to: Eli Zaretskii <eliz at is dot elta dot co dot il>
> From: Andris Pavenis <pavenis@latnet.lv>
> 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.