This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compilation for files > 2Gb
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: compilation for files > 2Gb
- From: BLATS at fr dot ibm dot com
- Date: Thu, 25 Jan 2001 19:22:19 +0100
- cc: GCC at gcc dot gnu dot org
I use gcc 2.95.2, AIX 4.3.3
here the error message when I compile squid 2.3.STABLE4
/usr/include/sys/select.h:47: warning: empty declaration
cc -D_LARGE_FILES -g -I. -I../include -I../include -c
store_io_ufs.c
In file included from squid.h:184,
from store_io_ufs.c:36:
/usr/include/sys/select.h:47: warning: empty declaration
cc -D_LARGE_FILES -g -I. -I../include -I../include -c
store_client.c
In file included from squid.h:184,
from store_client.c:36:
/usr/include/sys/select.h:47: warning: empty declaration
store_client.c: In function `storeClientFileRead':
store_client.c:313: Could not find a spill register
(insn 153 178 155 (set (reg:DI 7 r7)
(plus:DI (reg:DI 121)
(reg:DI 6 r6))) 311 {*adddi3_noppc64} (nil)
(nil))
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
_______________________________________________________________________
Stephane Blat - Internet Team Leader AT&T Global Network Services
Phone : +33 1 49 31 43 45 -- Int 71 43 45 -- Fax : +33 1 43 03 69 43
MLV
Email : sblat@emea.att.com
France
David Edelsohn <dje@watson.ibm.com> on 25/01/2001 18:57:11
Please respond to David Edelsohn <dje@watson.ibm.com>
To: Stephane Blat/France/IBM@IBMFR
cc: "Zack Weinberg" <zackw@stanford.edu>, egcs@thewrittenword.com, Jakub
Jelinek <jakub@redhat.com>, gcc@gcc.gnu.org
Subject: Re: compilation for files > 2Gb
>>>>> BLATS writes:
BLATS> It's on AIX
BLATS> with -D_LARGE_FILES option I have a error with gcc
And the error from GCC is...? Please do not make us guess and
pull teeth for you to provide complete information.
David