[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-11-08 Thread multix at gmail dot com
--- Comment #7 from multix at gmail dot com 2006-11-08 23:11 --- If I configure with --prefix, as here: # ../gcc-4.1.1/configure --prefix=/usr/multiware --with-gnu-as --with-as=/usr/multiware/bin/as --disable-wchar_t --enable-languages=c,c++,objc I get the following error during

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-17 Thread multix at gmail dot com
--- Comment #6 from multix at gmail dot com 2006-07-17 18:50 --- I removed binutils from /usr/local and created a directory where I will install my own packages. Thus the binutils are now in /usr/multiware (/bin) I configured with ../gcc-4.1.1/configure --with-gnu-as --with-as=/usr

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-07-12 Thread multix at gmail dot com
--- Comment #26 from multix at gmail dot com 2006-07-12 12:27 --- I have 6.5.17 too. I would propose to either improve the autodetect features or point out that flag in the atchitecture specific page so that other users won't ask. I'm available for testing on my box. I Think I have

[Bug bootstrap/28324] boostrapping with gcc fails with unrecognized linker option

2006-07-12 Thread multix at gmail dot com
--- Comment #4 from multix at gmail dot com 2006-07-12 12:32 --- I already configured using --with-gnu-as but not with --with-gnu-ld. Possibly the two options need to be specified together, that is the gnu assembler needs the gnu linker? -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug bootstrap/28323] New: undeclared wcs symbols in libstdc++

2006-07-09 Thread multix at gmail dot com
Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: multix at gmail dot com GCC build triplet: mips-sgi-irix6.5 GCC host triplet: mips-sgi-irix6.5 GCC target triplet: mips-sgi-irix6.5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28323

[Bug bootstrap/28324] New: boostrapping with gcc fails with unrecognized linker option

2006-07-09 Thread multix at gmail dot com
: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: multix at gmail dot com GCC build triplet: mips-sgi-irix6.5 GCC host triplet: mips-sgi-irix6.5 GCC target triplet: mips-sgi-irix6.5 http://gcc.gnu.org/bugzilla

[Bug libstdc++/27878] GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.

2006-07-09 Thread multix at gmail dot com
--- Comment #17 from multix at gmail dot com 2006-07-09 12:34 --- as it appears that I am suffering form the same problem, what kind of confirmation do you need? Maybe we have different irix 6.5 subrevisions ? Even if they should all be binary compatible back and forth, later revisions

[Bug c/26768] New: fixinclude supplied file doesn't declare some constants in float.h

2006-03-20 Thread multix at gmail dot com
org ReportedBy: multix at gmail dot com GCC build triplet: powerpc-ibm-aix4.2.1.0 GCC host triplet: powerpc-ibm-aix4.2.1.0 GCC target triplet: powerpc-ibm-aix4.2.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26768

[Bug target/26541] std lib problems at link time

2006-03-09 Thread multix at gmail dot com
--- Comment #3 from multix at gmail dot com 2006-03-09 10:22 --- If I compile 3.4.5 using --disable-shared the problem goes away, thus it is a problem with the shared library. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26541

[Bug c++/26541] New: std lib problems at link time

2006-03-03 Thread multix at gmail dot com
: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: multix at gmail dot com GCC build triplet: powerpc-ibm-aix4.2.1.0 GCC host triplet: powerpc-ibm-aix4.2.1.0 GCC target triplet: powerpc-ibm-aix4.2.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26541

[Bug bootstrap/26545] New: undeclared 64bit constants in c-common.c

2006-03-03 Thread multix at gmail dot com
ReportedBy: multix at gmail dot com GCC build triplet: powerpc-ibm-aix4.2.1.0 GCC host triplet: powerpc-ibm-aix4.2.1.0 GCC target triplet: powerpc-ibm-aix4.2.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26545

[Bug c++/26541] std lib problems at link time

2006-03-03 Thread multix at gmail dot com
--- Comment #2 from multix at gmail dot com 2006-03-03 15:47 --- I read those caveats, there are no mentions for Fixes needed for 4.2.1 and since the web-based fix inteface of ibm is for 4.3 and up... without knowing a specific fix number it is impossible to find it on the FTP for 4.3

[Bug bootstrap/26545] undeclared 64bit constants in c-common.c

2006-03-03 Thread multix at gmail dot com
--- Comment #2 from multix at gmail dot com 2006-03-03 15:48 --- I have the AIX 4.2.1 awk in /usr/bin/awk -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26545

[Bug libstdc++/26297] boostrap fails with invalid cast compiling libstdc++ with --disable-nls on AIX

2006-02-21 Thread multix at gmail dot com
--- Comment #10 from multix at gmail dot com 2006-02-21 17:00 --- thanks. I fixed the header as you suggest and typed the same boostrap make command again and left it running overninght. I found that gcc had completed build and I installed. Trying to compile a hello world program like

[Bug libstdc++/26297] boostrap fails with invalid cast compiling libstdc++ with --disable-nls on AIX

2006-02-18 Thread multix at gmail dot com
--- Comment #8 from multix at gmail dot com 2006-02-18 23:04 --- this happens on 3.3.6 too, but I read http://gcc.gnu.org/ml/gcc/2003-10/msg00110.html who was able to build 3.3.1 on an even older system. Differences are that he disabled multilib and shared libraries. I don't see how

[Bug bootstrap/26297] New: boostrap fails with invalid cast cast on AIX

2006-02-15 Thread multix at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: multix at gmail dot com GCC build triplet: powerpc-ibm-aix4.2.1.0 GCC host triplet: powerpc-ibm-aix4.2.1.0 GCC

[Bug bootstrap/26297] boostrap fails with invalid cast cast on AIX

2006-02-15 Thread multix at gmail dot com
--- Comment #1 from multix at gmail dot com 2006-02-15 08:24 --- configure flags recorded in config.status are: # /home/multix/gcc-3.4.5/configure --prefix=/usr/local/gcc345 --enable-threads= aix --disable-nls --enable-languages=c,c++,objc --with-gcc-version-trigger=/home /multix/gcc

[Bug libstdc++/26297] boostrap fails with invalid cast compiling libstdc++ with --disable-nls on AIX

2006-02-15 Thread multix at gmail dot com
--- Comment #5 from multix at gmail dot com 2006-02-15 17:04 --- this bug appears to still exist in gcc 4.0.2 (compiled on the same box) /usr/local/build/buildgcc402/gcc/xgcc -shared-libgcc -B/usr/local/build/buildgcc402/gcc/ -nostdinc++ -L/usr/local/build/buildgcc402/powerpc-ibm

[Bug bootstrap/26275] New: boostrap fails with undefined symbol

2006-02-14 Thread multix at gmail dot com
Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: multix at gmail dot com GCC build triplet: powerpc-ibm-aix4.2.1 GCC host triplet: powerpc-ibm-aix4.2.1 GCC target triplet: powerpc-ibm-aix4.2.1

[Bug bootstrap/15226] [AIX 4.2.1] bootstrap failure in collect2.c: parse error before FILHDR

2006-02-14 Thread multix at gmail dot com
--- Comment #3 from multix at gmail dot com 2006-02-14 11:05 --- this is still broken in both gcc 3.4.5 and gcc 4.0.2 on aix 4.2.1 (well, it is marked as wontfix, thus it was to be expected) -- multix at gmail dot com changed: What|Removed |Added

[Bug target/26275] boostrap fails with undefined symbol when linking java front-end

2006-02-14 Thread multix at gmail dot com
--- Comment #2 from multix at gmail dot com 2006-02-14 15:44 --- well, indeed I used ../gcc-4.0.2/configure --prefix=/usr/local/gcc402 --enable-threads=aix --disable-nls --enable-shared --with-cpu=powerpc --with-gcc-version-trigger=/usr/local/build/gcc-4.0. 2/gcc/version.c --enable