This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with '-static' in 3.0 release on AIX
- To: Matt_Conway at i2 dot com
- Subject: Re: Problem with '-static' in 3.0 release on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 20 Jun 2001 11:06:48 -0400
- cc: gcc at gcc dot gnu dot org
I have absolutely *NO* idea why the errors like
ld: 0711-212 SEVERE ERROR: Symbol __quous, found in the global symbol
table of archive
are appearing for you. I do not see them on my AIX 4.3.3 system. I am
not even sure what the error means because libstdc++.a only should contain
the shared object libstc++.so.3.
I do not configure with --enable-threads=pthreads. What is in
your libstdc++.a? Are you somehow finding GNU ld and GNU ar during
configuration?
The duplicate symbol warnings are expected. The "alignment more
strict" warning is a bug in the GNU Assembler which will be fixed in the
updated GNUPro assembler available from IBM's website and should be
included in the next gas update coming out shortly (2.11.2?).
David