[Bug c++/13682] Compile error with cstdio: fgetpos not declared on AIX

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jan 14 17:43:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 17:43 -------
Not a bug, looks like you GCC is not really compiled for you OS version.
In the preprocessed file, I see:
# 295 "/cmDevTest/Dev/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/include/stdio.h" 2 
3 4
.......
extern int fgetpos64(FILE *, fpos_t *);
.......
# 492 "/cmDevTest/Dev/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/include/stdio.h" 3 
4
extern int fgetpos64(FILE *, fpos64_t *);
......
using :: fgetpos

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13682



More information about the Gcc-bugs mailing list