This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.0.4 build report from Womo 20020423, G++ compiler working with AIX 4.3.3.0
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Wolfgang Moser <womo at advm2 dot gm dot FH-Koeln dot DE>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 23 Apr 2002 09:36:01 -0700
- Subject: Re: GCC 3.0.4 build report from Womo 20020423, G++ compiler working with AIX 4.3.3.0
- References: <Pine.A41.4.33.0204231710430.62492-100000@advm1.GM.FH-Koeln.DE>
On Tue, Apr 23, 2002 at 05:21:56PM +0200, Wolfgang Moser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> Hello,
>
> I got an addition to your build status list. The following
> configuration includes a _working_ g++-compiler for AIX, because
> I disabled pthread-multilib-support. This way the g++-compiler
> is able to link without complaining about missing symbols
> .pthread_mutex_lock and .pthread_mutex_unlock; a problem that is
> caused by some missing weak symbol support in the linker?
>
> This is the configuration:
>
> % ../gcc-3.0.4/config.guess
> powerpc-ibm-aix4.3.3.0
>
> % gcc -v
> Reading specs from /home/womo/local/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.0.4/specs
> Configured with: ../gcc-3.0.4/configure --prefix=/home/womo/local --disable-pthread
> Thread model: single
> gcc version 3.0.4
>
>
> Except for the configure options, I didn't do anything special:
> make bootstrap; make install
Thanks! I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis