--- Comment #2 from jpvial at nerim dot net 2006-11-16 15:19 ---
Subject: Re: building libgfortran fails because of
multiple definitions gcc-4.3-2006
rguenth at gcc dot gnu dot org wrote:
> --- Comment #1 from rguenth at gcc dot gnu dot org 2006-11-16 11:50
> ---
--- Comment #3 from jpvial at nerim dot net 2006-11-14 11:10 ---
Subject: Re: wrong directory in makefile for ada and libada
when building the src directory
bonzini at gnu dot org wrote:
> --- Comment #2 from bonzini at gnu dot org 2006-11-14 08:26 ---
> it is support
char *, const char *, FILE *);
extern FILE *tmpfile64(void);
extern int fgetpos64(FILE *, fpos64_t *);
extern int fsetpos64(FILE *, const fpos64_t *);
extern int fseeko64(FILE *, off64_t, int);
extern off64_t ftello64(FILE *);
# 2 "longlong.c" 2
int main(void)
{
long long x;
long long y;
x=3;