This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
libstdc++/9551: AIX c++ and large files
- From: rutt at chezrutt dot com
- To: gcc-gnats at gcc dot gnu dot org
- Date: 3 Feb 2003 19:03:19 -0000
- Subject: libstdc++/9551: AIX c++ and large files
- Reply-to: rutt at chezrutt dot com
>Number: 9551
>Category: libstdc++
>Synopsis: AIX c++ and large files
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Feb 03 19:06:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: rutt@chezrutt.com
>Release: gcc 3.2.1
>Organization:
>Environment:
aix 5.1
>Description:
Compile any c++ file that includes iostream with -D_LARGE_FILES (needed to be able to access files > 2GB).
I get
In file included from /usr/local/include/c++/3.2.1/powerpc-ibm-aix5.1.0.0/bits/c++io.h:35,
from /usr/local/include/c++/3.2.1/bits/fpos.h:44,
from /usr/local/include/c++/3.2.1/iosfwd:46,
from /usr/local/include/c++/3.2.1/ios:44,
from /usr/local/include/c++/3.2.1/ostream:45,
from /usr/local/include/c++/3.2.1/iostream:45,
from ../../../dev/src/intcache/protocol/noc.c:20:
/usr/local/include/c++/3.2.1/cstdio:108: `fgetpos' not declared
/usr/local/include/c++/3.2.1/cstdio:110: `fopen' not declared
/usr/local/include/c++/3.2.1/cstdio:115: `freopen' not declared
/usr/local/include/c++/3.2.1/cstdio:118: `fsetpos' not declared
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: