This is the mail archive of the gcc-patches@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: [Fortran, committed to trunk] Preparing libf2c/libI77 for 64-bitfile sizes.


On Sun, 1 Jul 2001, Toon Moene wrote:

> The following patch [attached] survived a make bootstrap / make check
> for C and Fortran on i686-pc-linux-gnu.  I installed it on the trunk.

This patch causes bootstrap to fail for me on i686-pc-linux-gnu:

In file included from ../../../../gcc-cvs/libf2c/libI77/close.c:3:
../../../../gcc-cvs/libf2c/libI77/fio.h:37: parse error before "off_t"

Older versions of glibc had a bug which made <stdio.h> declare off_t.  
This bug is now fixed in recent versions; you need to include a suitable
header to declare off_t, such as <sys/types.h>.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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