This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
_LARGE_FILES support in AIX -GCC compilation problem.
- From: "Kithsiri Lekamge" <kithsiri dot lekamge at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 28 Jul 2006 13:13:42 +0530
- Subject: _LARGE_FILES support in AIX -GCC compilation problem.
Hi All,
I am using GCC 3.46 version for AIX 5.1 platform.
I have used the -D_LARGE_FILES -D_LARGE_FILE_API as part of compiler options.
Then i received the follwoing error:
/opt/gccsrc1/GCC_INSTALL_DIR/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.6/../../../../include/c++/3.4.6/cstdio:108:
error: `::fgetpos' has not been declared
/opt/gccsrc1/GCC_INSTALL_DIR/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.6/../../../../include/c++/3.4.6/cstdio:110:
error: `::fopen' has not been declared
/opt/gccsrc1/GCC_INSTALL_DIR/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.6/../../../../include/c++/3.4.6/cstdio:115:
error: `::freopen' has not been declared
/opt/gccsrc1/GCC_INSTALL_DIR/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.6/../../../../include/c++/3.4.6/cstdio:118:
error: `::fsetpos' has not been declared
Is this the problem of GCC ?
Is there any workaround , please help me to come up from this problem.
Rgs,
Kithsiri