header file question

Benjamin Kosnik bkoz@fidel.cygnus.com
Sat Apr 1 00:00:00 GMT 2000


> I am trying to compile libstdc++ on the AIX platform, which I think will
> work fine if I can get past one problem.  During the compilation in the
> libio directory, file "libio.h" includes a (standard?) header file
> called <_G_config.h>.  I can't seem to find it anywhere.  Is it part of
> another package?  If so, where can I get it?

Note that the ctype issues for AIX have not been worked out yet. So you
will only have limited success with iostreams. (BTW, what version of AIX
are you using?) Getting this platform to work is currently on the
backburner, after embedded targets and cross compiles.

_G_config.h should be installed with gcc-2.95.2 -- look in
GCC_EXEC_PREFIX. You'll need to install the complete distro to gcc-2.95.2
as per the instructions in the README file.

-benjamin



More information about the Libstdc++ mailing list