This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Missing libraries?
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: Missing libraries?
- From: "Ford, Mark (MFORD)" <MFORD at arinc dot com>
- Date: Mon, 27 Dec 1999 12:23:10 -0500
Can someone here fill me in on how to use GCC (and specifically g++) with
AIX?
I have installed GCC under AIX 4.2.1. It seems to compile C++ programs
correctly.
But, it fails to link a significant number of library functions. These
seem to be mostly
functions from AIX's "threadsafe" library. (e.g. functions like rand_r). I
*am*, however,
able to link rand_r, from a "C" version of the same test program, using
"gcc" instead of
"g++".
Do these functions exist in GNU's C++ libraries, somewhere? Or, do I
have to continue
using the IBM version?
Thanks,
Mark Ford