Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-20 Thread Joel Soete
Hi Randolph, I am looking to rebuild gcc-3.3 64bits to rebuild the last kernel 2.4 to conitnue my investigation about smp(64bits) [which failled to boot on a N4000 when compile d with gcc-3.2 get from unofficial-debs]. If you are working on 64-bit, I would advise staying with 3.0.4 for

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-14 Thread Joel Soete
Ok I am gonna try to rebuild it with gcc-3.0. Wel I just do it (in 32bits naturaly) and already encounter a problem :_) : `gcc -print-libgcc-file-name` /usr/src/work/linux-2.4.20-pa28/arch/parisc/lib/lib.a /usr/src/work/linux-2.4.20-pa28/lib/lib.a \ --end-group \ -o vmlinux

RE: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-12 Thread Joel Soete
Hi Randolph, -- Original Message -- From: Randolph Chung [EMAIL PROTECTED] To: Matthias Klose [EMAIL PROTECTED] Cc: debian-hppa@lists.debian.org, debian-gcc@lists.debian.org, [EMAIL PROTECTED] Reply-To: Randolph Chung [EMAIL PROTECTED] Subject: [parisc-linux] Re: gcc-3.2 - gcc-3.3

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-12 Thread Randolph Chung
I am looking to rebuild gcc-3.3 64bits to rebuild the last kernel 2.4 to conitnue my investigation about smp(64bits) [which failled to boot on a N4000 when compile d with gcc-3.2 get from unofficial-debs]. If you are working on 64-bit, I would advise staying with 3.0.4 for now no one has

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-12 Thread Joel Soete
-3.2 - gcc-3.3 transition on hppa Reply-To: Randolph Chung [EMAIL PROTECTED] I am looking to rebuild gcc-3.3 64bits to rebuild the last kernel 2.4 to conitnue my investigation about smp(64bits) [which failled to boot on a N4000 when compile d with gcc-3.2 get from unofficial-debs]. If you

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-09 Thread John David Anglin
Randolph Chung writes: In reference to a message from Matthias Klose, dated Mar 01: Matthias Klose writes: AFAIK the transition from 3.2 to 3.3 requires recompilation of C++ code due to the changed exception handling (now DWARF2 based). As libstdc++ in 3.2 and 3.2 have the same

RE: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-03 Thread Joel Soete
-- Original Message -- From: Randolph Chung [EMAIL PROTECTED] To: Matthias Klose [EMAIL PROTECTED] Cc: debian-hppa@lists.debian.org, debian-gcc@lists.debian.org, [EMAIL PROTECTED] Reply-To: Randolph Chung [EMAIL PROTECTED] Subject: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-03 Thread John David Anglin
Nice and is it also possible to produce a 64bits version of gcc? Last time I tried (couple of weeks ago), it was possible to build a 64-bit cross starting with 3.3. This still doesn't work with 3.2. Dave -- J. David Anglin [EMAIL PROTECTED] National Research

Re: [parisc-linux] Re: gcc-3.2 - gcc-3.3 transition on hppa

2003-03-02 Thread John David Anglin
In reference to a message from Matthias Klose, dated Mar 01: Matthias Klose writes: AFAIK the transition from 3.2 to 3.3 requires recompilation of C++ code due to the changed exception handling (now DWARF2 based). As libstdc++ in 3.2 and 3.2 have the same soname, how to handle it?