From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ford, Mark (MFORD)" To: "'gcc-help@gcc.gnu.org'" Subject: Missing libraries? Date: Mon, 27 Dec 1999 09:24:00 -0000 Message-id: <09328AED5429D311A3000008C7911B1001C28E7A@exanpmb1.arinc.com> X-SW-Source: 1999-12/msg00363.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ford, Mark (MFORD)" To: "'gcc-help@gcc.gnu.org'" Subject: Missing libraries? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <09328AED5429D311A3000008C7911B1001C28E7A@exanpmb1.arinc.com> X-SW-Source: 1999-12n/msg00363.html Message-ID: <19991231222400.eUCFT2cwnBF9CvRUeII3gprxUs-DtmZEXDzuYnJinWM@z> 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