This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: header file question
- To: Ken Shiring <kshiring at interpath dot com>
- Subject: Re: header file question
- From: Benjamin Kosnik <bkoz at fidel dot cygnus dot com>
- Date: Wed, 2 Feb 2000 09:02:51 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
> 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