This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
AIX trunk build fail #3
- From: Perry Smith <pedzsan at gmail dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Mon, 22 Oct 2012 08:49:14 -0500
- Subject: AIX trunk build fail #3
In stage 3, libatomic's configure fails. The config.log file is here: https://gist.github.com/3931504
I've recreated the conftest.c and ran the same command. The output is fine and executes with a 0 status.
The clue (that I can't figure out) is cc1 is a 32 bit program but it tried to load the 64 bit version of libstdc++. I can't figure out why it tried to do that and I can't recreate it.
I also added the output of dump -H /usr/work/build/gcc.git/./gcc/cc1 to the gist.
Any suggestions?
Thank you,
Perry Smith