[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building C++ runtime libraries only
From: |
Michael H. |
Subject: |
Building C++ runtime libraries only |
Date: |
Fri, 22 Jun 2007 10:10:56 -0700 |
User-agent: |
G2/1.0 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Building C++ runtime libraries only,
Michael H. <=