Hi, I have to build a 64 bit application under AIX 5.2 from a lot of C++ source file. I'm currently using GNU C++ 4.1.1 and everything works perfectly in 32 bit mode. 64 bit mode does not work however, because the binaries package I downloaded from UCLA does not include 64 bit C+ + runtime libraries. I would prefer using a compiled package of these libraries, so any hint where to find one would be very helpful.
If I have to build the libraries myself from the source code, is there a way to build the libraries only? As I understand the build process so far, it builds the complete package, including the compiler itself, which is not necessary for me, because I already have a perfectly working compiler of the same release. (I'm just trying keep the build as simple as possible, because installing additional tools needed to build the compiler itself would be a major headache, like long (really long) discussions with the admin of the machine) Thanks Michael _______________________________________________ help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
