This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: V3 and cross-compiler (AIX 4.3 64-bit mode)


David Edelsohn wrote:
> 
>         Robert: Did you have any luck configuring with --disable-multilib?
> 
>         Rainer: Using --disable-multilib actually causes its own problems
> because AIX pthread support requires a multilib.
> 
>         It looks more like we need different GCC configuration
> rs6000/t-XXX files for 32-bit and 64-bit systems.
> 
> David

David:

The --disable-multilib option did allow gcc 3.0 to bootstrap, and
the resulting compiler worked just fine.

With the patch provided by David, I was able to configure with
configure --with-gnu-as --enable-languages=c++ --enable-aix64=no
--enable-threads=posix --without-gnu-ld
--enable-version-specific-runtime-libs
and everything works.  I tested with a short program that uses dlopen().

Thanks,

Robert

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  rboehne@ricardo-us.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]