This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include <iostream>
- From: "dsanderson at panasas dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Dec 2007 00:17:39 -0000
- Subject: [Bug target/20366] AIX g++ -D_LARGE_FILES fails to compile #include <iostream>
- References: <bug-20366-10214@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from dsanderson at panasas dot com 2007-12-20 00:17 -------
Note that my originally stated workaround -- to compile with -maix64 -- doesn't
really work beyond helping the compile to succeed. Using -maix64 gives you a
64-bit executable (e.g. with 64-bit pointers and a 64-bit off_t) that can't
access large files.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20366