[Bug target/38547] duplicate symbols with g++ on AIX

2011-05-15 Thread tammer at tammer dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547 --- Comment #21 from Rainer Tammer tammer at tammer dot net 2011-05-15 09:20:15 UTC --- Hello, Sorry for the delayed answer. On 02.05.2011 19:41, jqian at tibco dot com wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547 --- Comment #20

[Bug other/38606] AIX: build failed in stage 2

2009-07-19 Thread tammer at tammer dot net
--- Comment #17 from tammer at tammer dot net 2009-07-19 16:53 --- Hello, gcc 4.3.4 solves this problem. Bye Rainer -- tammer at tammer dot net changed: What|Removed |Added

[Bug other/38606] AIX: build failed in stage 2

2009-06-13 Thread tammer at tammer dot net
--- Comment #15 from tammer at tammer dot net 2009-06-13 14:18 --- Hello, OK I will try gcc 4.3.3. Please could you be so kind and post your complete configure call + additional env settings (if set) ? Thanks in advance. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug other/38606] AIX: build failed in stage 2

2009-02-08 Thread tammer at tammer dot net
--- Comment #13 from tammer at tammer dot net 2009-02-08 09:39 --- Hello, OK, I will try with an extended heap. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug target/38547] duplicate symbols with g++ on AIX

2009-01-25 Thread tammer at tammer dot net
--- Comment #19 from tammer at tammer dot net 2009-01-25 09:18 --- Hello, I second that. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug other/38606] AIX: build failed in stage 2

2009-01-11 Thread tammer at tammer dot net
--- Comment #11 from tammer at tammer dot net 2009-01-12 07:12 --- Hello, any news ? Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug bootstrap/38607] AIX error messages about TOC during build

2009-01-11 Thread tammer at tammer dot net
--- Comment #12 from tammer at tammer dot net 2009-01-12 07:13 --- Hello, any news ?? Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-26 Thread tammer at tammer dot net
--- Comment #7 from tammer at tammer dot net 2008-12-26 08:37 --- Hello, this problem is present for every call to xgcc with the output of -o .libs/libstdc++.so.6. The resulting library is not correct for AIX. The error message (example): ld: 0711-768 WARNING: Object ../libsupc

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-26 Thread tammer at tammer dot net
--- Comment #8 from tammer at tammer dot net 2008-12-26 08:52 --- Hello, one small addition. I have tried to add -Wl,-brtl to the xgcc calls (which produces the libstdc++.so.6) and as a result the ld errors are gone. /powerpc-ibm-aix5.3.0.0/libstdc++-v3/src/Makefile OPT_LDFLAGS = -Wl

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-26 Thread tammer at tammer dot net
--- Comment #9 from tammer at tammer dot net 2008-12-26 09:06 --- Created an attachment (id=16986) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16986action=view) g++.sum -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-26 Thread tammer at tammer dot net
--- Comment #10 from tammer at tammer dot net 2008-12-26 09:07 --- Created an attachment (id=16987) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16987action=view) gcc.sum -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-26 Thread tammer at tammer dot net
--- Comment #11 from tammer at tammer dot net 2008-12-26 09:10 --- Created an attachment (id=16988) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16988action=view) libstdc++.sum -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-24 Thread tammer at tammer dot net
--- Comment #5 from tammer at tammer dot net 2008-12-24 11:13 --- Hello, the patch did not affect this problem. I have started a new build without the patch and the problem is still the same. I especially do not understand why the linker call for libstdc++.so.6 ends in ${wl}-berok

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-24 Thread tammer at tammer dot net
--- Comment #6 from tammer at tammer dot net 2008-12-24 15:45 --- Hello, in addition to IBM XLC/C++ V9 I have tried gcc 4.2.4 (from www.perzl.org) to bootstrap 4.2.4. The error is always the same. The build finishes but according to the log the libstdc++.so.6 is not OK. I have used

[Bug other/38606] AIX: build failed in stage 2

2008-12-23 Thread tammer at tammer dot net
--- Comment #10 from tammer at tammer dot net 2008-12-23 08:35 --- Hello, same error: echo timestamp s-attr /opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/xgcc -B/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/ -B/opt/freeware/powerpc-ibm-aix5.3.0.0/bin/ -c -O2 -I/opt

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-22 Thread tammer at tammer dot net
--- Comment #11 from tammer at tammer dot net 2008-12-22 08:03 --- Hello, one clarification ... this happened with all 4.x gcc versions ... This means I have tried to build gcc 4.x myself and I ran in the same problem that the symbols come from two libraries. One library provides

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-22 Thread tammer at tammer dot net
--- Comment #14 from tammer at tammer dot net 2008-12-22 09:48 --- Hello, yes, the binary executes. So these symbols should be removed from the export file from ligbcc_s.a then? I will build gcc 4.2.4 on my build machine (AIX 5.3) with the SPEC file/patch from Mr. Perzl. Then I

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-22 Thread tammer at tammer dot net
--- Comment #16 from tammer at tammer dot net 2008-12-22 12:17 --- Created an attachment (id=16962) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16962action=view) errors during build -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-22 Thread tammer at tammer dot net
--- Comment #15 from tammer at tammer dot net 2008-12-22 12:16 --- Hello, I just started my own build of 4.2.4 ... During stage3 I get the following errors: ld: 0711-768 WARNING: Object ../libsupc++/.libs/libsupc++convenience.a[eh_terminate.o], section 1, function .__cxxabiv1

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-22 Thread tammer at tammer dot net
--- Comment #17 from tammer at tammer dot net 2008-12-22 12:31 --- Hello, I found one interesting thing: The call (for .libs/libstdc++.so.6) which produced the error messaged ends in: ${wl}-berok Should this not be: -Wl,-berok Bye Rainer -- http://gcc.gnu.org/bugzilla

[Bug c/38606] New: AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tammer at tammer dot net GCC build triplet: powerpc-ibm-aix5.3.0.0 GCC host triplet: powerpc-ibm-aix5.3.0.0 GCC target triplet: powerpc-ibm-aix5.3.0.0 http://gcc.gnu.org

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #1 from tammer at tammer dot net 2008-12-22 14:53 --- Created an attachment (id=16963) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16963action=view) spec file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #2 from tammer at tammer dot net 2008-12-22 14:54 --- Created an attachment (id=16964) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16964action=view) script to start build -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #3 from tammer at tammer dot net 2008-12-22 14:55 --- Created an attachment (id=16965) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16965action=view) build log -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #4 from tammer at tammer dot net 2008-12-22 14:55 --- Created an attachment (id=16966) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16966action=view) last 250 lines build log -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #5 from tammer at tammer dot net 2008-12-22 15:16 --- Hello, some additions: The same happens for genautomata.c. /opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/xgcc -B/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/ -B/opt/freeware/powerpc-ibm-aix5.3.0.0/bin

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #6 from tammer at tammer dot net 2008-12-22 15:17 --- Created an attachment (id=16967) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16967action=view) genautomata.prep.c.gz -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug c/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #7 from tammer at tammer dot net 2008-12-22 15:17 --- Created an attachment (id=16968) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16968action=view) insn-attrtab.prep.c.gz -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug other/38606] AIX: build failed in stage 2

2008-12-22 Thread tammer at tammer dot net
--- Comment #9 from tammer at tammer dot net 2008-12-23 07:24 --- Hello, OK, I will rebuild with a doubled stack size. I will report back as soon as I have new results. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

[Bug bootstrap/38607] New: AIX error messages about TOC during build

2008-12-22 Thread tammer at tammer dot net
: unassigned at gcc dot gnu dot org ReportedBy: tammer at tammer dot net GCC build triplet: powerpc-ibm-aix5.3.0.0 GCC host triplet: powerpc-ibm-aix5.3.0.0 GCC target triplet: powerpc-ibm-aix5.3.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-22 Thread tammer at tammer dot net
--- Comment #1 from tammer at tammer dot net 2008-12-23 07:28 --- Created an attachment (id=16971) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16971action=view) build log -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-22 Thread tammer at tammer dot net
--- Comment #2 from tammer at tammer dot net 2008-12-23 07:28 --- Created an attachment (id=16972) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16972action=view) gcc-4.2.4-aix.patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug bootstrap/38607] AIX error messages about TOC during build

2008-12-22 Thread tammer at tammer dot net
--- Comment #3 from tammer at tammer dot net 2008-12-23 07:28 --- Created an attachment (id=16973) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16973action=view) gcc-4.2.4-1.spec -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #3 from tammer at tammer dot net 2008-12-22 07:22 --- Hello, here is the -v log: Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../gcc-4.2.4/configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #4 from tammer at tammer dot net 2008-12-22 07:27 --- Created an attachment (id=16957) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16957action=view) libgcc dump -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #5 from tammer at tammer dot net 2008-12-22 07:27 --- Created an attachment (id=16958) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16958action=view) libgcc_s dump -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #6 from tammer at tammer dot net 2008-12-22 07:28 --- Hello, I have uploaded the dump of ligbcc.a and libgcc_s.a. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #8 from tammer at tammer dot net 2008-12-22 07:56 --- Hello, this happened with all 4.x gcc versions. This version is from www.perzl.org. There is only a tiny patch to the build files (see attachment). Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #9 from tammer at tammer dot net 2008-12-22 07:56 --- Created an attachment (id=16959) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16959action=view) AIX gcc 4.2.4 patch -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug target/38547] duplicate symbols with g++ on AIX

2008-12-21 Thread tammer at tammer dot net
--- Comment #10 from tammer at tammer dot net 2008-12-22 07:57 --- Created an attachment (id=16960) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16960action=view) AIX gcc 4.2.4 spec file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug c++/38547] New: duplicate symbols with g++

2008-12-16 Thread tammer at tammer dot net
symbols with g++ Product: gcc Version: 4.2.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tammer at tammer dot net GCC build triplet: powerpc

[Bug c++/38547] duplicate symbols with g++

2008-12-16 Thread tammer at tammer dot net
--- Comment #1 from tammer at tammer dot net 2008-12-17 07:29 --- Created an attachment (id=16914) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16914action=view) build log of sample -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38547

[Bug libstdc++/35029] problem with -prefer-pic in comparing stages 2 and 3

2008-01-30 Thread tammer at tammer dot net
--- Comment #2 from tammer at tammer dot net 2008-01-30 12:34 --- Hello, I think this is the location where the first failure occurs: /opt/freeware/bin/bash ../libtool --tag CXX --tag disable-shared --mode=compile /opt/freeware/src/packages/BUILD/ gcc-build/./gcc/xgcc -shared-libgcc -B

[Bug libstdc++/35029] problem with -prefer-pic in comparing stages 2 and 3

2008-01-30 Thread tammer at tammer dot net
--- Comment #1 from tammer at tammer dot net 2008-01-30 12:30 --- Created an attachment (id=15056) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15056action=view) gcc 4.3 build log Interesing part starts at: line 17385 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35029

[Bug libstdc++/35029] New: problem with -prefer-pic in comparing stages 2 and 3

2008-01-30 Thread tammer at tammer dot net
Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tammer at tammer dot net GCC build triplet: powerpc-ibm-aix6.1.0.0 GCC host triplet: powerpc-ibm-aix6.1.0.0 GCC target triplet: powerpc-ibm-aix6.1.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[Bug target/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-29 Thread tammer at tammer dot net
--- Comment #17 from tammer at tammer dot net 2008-01-29 15:17 --- I have used IBM XL C/C++ 9.0 to bootstrap the gcc 4.3 compiler. I will test the build with the gcc 4.2.2 build from www.perzl.org (Mr. Perzl from IBM Germany) for the initial stage1. Thanks for your help. -- http

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-28 Thread tammer at tammer dot net
--- Comment #14 from tammer at tammer dot net 2008-01-29 07:03 --- Hello, I just tested HEAD on AIX 6.1 and you are right ... the build crashes here: /opt/freeware/bin/bash ../../gcc-4.3.0/gcc/../move-if-change tmp-attr.h insn-attr.h echo timestamp s-attr /opt/freeware/src/packages

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-24 Thread tammer at tammer dot net
--- Comment #10 from tammer at tammer dot net 2008-01-25 07:13 --- Hello, I can try with the updated source and the AIX 5.3 math.h ... What is the correct SNV tag for the updated version or did you only update you local copy ?? Bye Rainer -- http://gcc.gnu.org/bugzilla

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-22 Thread tammer at tammer dot net
--- Comment #5 from tammer at tammer dot net 2008-01-23 07:12 --- Created an attachment (id=15004) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15004action=view) AIX 6.1 TL0 SP2 math.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-22 Thread tammer at tammer dot net
--- Comment #6 from tammer at tammer dot net 2008-01-23 07:13 --- Hallo, this is exactly what I feared. But unfortunately I do not know exactly how to fix this. I have attached the math.h from AIX 6.1. Maybe you can have a look at the header and find a quick fix ? Bye Rainer

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-21 Thread tammer at tammer dot net
--- Comment #3 from tammer at tammer dot net 2008-01-21 11:14 --- Hello, any news ? Do you need further information / tests ? Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794

[Bug libstdc++/34794] New: build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-15 Thread tammer at tammer dot net
ReportedBy: tammer at tammer dot net GCC build triplet: AIX 6.1 GCC host triplet: AIX 6.1 GCC target triplet: AIX 6.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34794

[Bug libstdc++/34794] build of gcc 4.2.2 fails on AIX 6.1 / libstdc++-v3/libmath/stubs.c:47

2008-01-15 Thread tammer at tammer dot net
--- Comment #2 from tammer at tammer dot net 2008-01-15 11:28 --- Hello, currently I am working with Ralf Wildenhues (libtool, autconf, automake, config) to get AIX 6.1 in. The libtool (branch-1.5 / HEAD) and config.guess now recognizes AIX 6.1 as - powerpc-ibm-aix6.1.0.0. I have