
01-05-2008, 11:50 AM
|
| |
Re: Missing 64 bit runtime libraries for g++ 4.1.1 on AIX 5.2 On Jun 22, 1:37 pm, "Michael H." <aixrepair...@yahoo.de> wrote:
> Hi,
>
> I need to build a 64 bit application from a lot of C++ source files.
> I'm currently using g++ 4.1.1 on AIX 5.2, which I downloaded as
> binaries from UCLA. In 32 bit mode everything works fine, but 64 bit
> mode does not work, because the package does not include 64 bit C++
> runtime libraries. (Exactly the same problem was reported in this
> group under the subject "Link problems to stdc++ lib on AIX 5.2 with g+
> + 4.1.1 in 64 bit mode", but without a solution)
>
> I tried using the 64 bit libraries from the AIX 5.3 package from UCLA,
> but this works only for the most simple C++ programs. As soon as I
> instantiate an fstream for example, the linker complains about an
> undefined symbol that should be in /usr/ccs/lib/libc.a (symbol
> __fd_poll). It looks like the 5.3 c++ libraries are not compatible
> with the 5.2 c libraries (which is not really a surprise). So any
> pointer to a compiled package of 64 bit C++ standard libraries for AIX
> 5.2 would be very (very!) helpful.
>
> I'm still not desperate enough to try and compile the libraries
> myself. But if I have to, is there a way to build the libraries only?
> As far as I understand the build process, it builds the complete
> package, including the compiler itself, which is not necessary for me,
> as I already have a perfectly working compiler.
>
> Thanks
> Michael
Why not get it from IBM? http://www-03.ibm.com/servers/aix/pr.../download.html
--S |