From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12495 invoked by alias); 7 Mar 2005 19:30:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12443 invoked by uid 48); 7 Mar 2005 19:30:31 -0000 Date: Mon, 07 Mar 2005 19:30:00 -0000 Message-ID: <20050307193031.12442.qmail@sourceware.org> From: "dje at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050307191230.20366.dsanderson@panasas.com> References: <20050307191230.20366.dsanderson@panasas.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg00929.txt.bz2 List-Id: ------- Additional Comments From dje at gcc dot gnu dot org 2005-03-07 19:30 ------- G++ and libstdc++ on AIX currently is configured to enable _LARGE_FILE_API, but not _LARGE_FILES. _LARGE_FILE_API exposes the 64-bit functions with separate names off64_t and fopen64(), but does not redefine the original functions with their counterparts supporting 64-bit types. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20366