This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc-2.97: Problems building libio for targets i[3456]86-pc-msdosdjgpp


> 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]