This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: header file question


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]