[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-04-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-04-01 14:34 --- I think we can safely close this one. -- What|Removed |Added Status|UNCONFIRMED

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-03-02 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-03-02 23:23 --- GCC 3.4 requires that it can build and run an application in every multilib variant for which it tries to build a target library. This technically is not necessary, but that is the way it currently works. You

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-02-16 Thread quanah at stanford dot edu
--- Additional Comments From quanah at stanford dot edu 2005-02-17 05:24 --- using config-ml.in from gcc-3.3.1 also didn't resolve the problem. I can only assume the problem lies elsewhere. Any ideas? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19995

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-02-16 Thread quanah at stanford dot edu
--- Additional Comments From quanah at stanford dot edu 2005-02-17 00:51 --- Also note that my case differs from 18033 because I'm *not* setting: --disable-aix64 (--enable-aix64=no) My configure options worked fine with gcc-3.3.1. I'm currently testing using the config-ml.in file from

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-02-16 Thread quanah at stanford dot edu
--- Additional Comments From quanah at stanford dot edu 2005-02-16 21:34 --- The patch listed in bug 18033 does *not* fix the problem. After applying the patch, and regenerating the top level configure via autoconf (just to be safe), I still have the exact same bootstrapping problem lis

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-02-16 Thread quanah at stanford dot edu
--- Additional Comments From quanah at stanford dot edu 2005-02-16 17:02 --- never mind, i forgot to run autoconf to regenerate configure after applying the patch. *** This bug has been marked as a duplicate of 18033 *** -- What|Removed |Added --

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-02-16 Thread quanah at stanford dot edu
--- Additional Comments From quanah at stanford dot edu 2005-02-16 16:28 --- I disagree that this is a duplicate of 18033. I applied the following patch to gcc-3.4.3: --- gcc-3.4.3/config-ml.in.orig 2005-02-15 21:37:41.0 -0800 +++ gcc-3.4.3/config-ml.in 2005-02-15 21:38:08

[Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2

2005-02-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-16 05:14 --- Cannot run a 64-bit program on a 32-bit machine. You want --disable-aix64 but that does not work for 3.4.x where x < 4 (maybe even when build normal it should have dected it I don't know). Anyways this i