View Single Post

   
  #8 (permalink)  
Old 01-05-2008, 11:50 AM
Michael H.
 
Posts: n/a
Default Re: Missing 64 bit runtime libraries for g++ 4.1.1 on AIX 5.2

On 25 Jun., 09:08, "Michael H." <aixrepair...@yahoo.de> wrote:
> Thank you for your suggestion. As I wrote I already have a working
> compiler (gcc/g++ 4.1.1), so I don't think that I need another one to
> build the libraries, or can't I build the libraries with gcc itself?
>

I succeded in building the libraries myself. It wasn't too difficult
after all, just run configure with parameters --disable-nls --disable-
bootstrap --enable-languages=c,c++ and without --disable-aix64 and the
libraries get built without bootstrapping the compiler. Important: use
bash als CONFIG_SHELL (export CONFIG_SHELL=/usr/local/bin/bash),
otherwise the build runs forever.

Michael

Reply With Quote