Re: getting gcc mailing list archives

2008-06-29 Thread Eus
Hi Ho! I successfully got replies from gcc.gnu.org for the following requests: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] I guess your e-mail is not registered at [EMAIL PROTECTED] In other words, the e-mail address with which you sent the request is not subscribed to [EMAIL PROTECTED

Re: Failure building GFortran (Cygwin)

2008-06-29 Thread Angelo Graziosi
Oops, I have discovered this, in libiberty/ChangeLog 2008-06-19 Eric Blake <[EMAIL PROTECTED]> Adjust strsignal to POSIX 200x prototype. * strsignal.c (strsignal): Remove const. Cheers, Angelo. Paul Richard Thomas ha scritto: Angelo, I have seen this too - I thought th

Re: Linking very large application with GCC trunk on powerpc-linux leads to relocation error of crtbegin/end.o

2008-06-29 Thread Andreas Jaeger
I had the same problem on my PowerPC Linux machine and the workaround I'm using now is to run make with the additional flag STAGE1_CFLAGS=-O. The problem (thanks to Andreas Schwab and Michael Matz for help) is that .glink and .text is too far away from each other (> 32 MB in the non-optimized case

Re: Linking very large application with GCC trunk on powerpc-linux leads to relocation error of crtbegin/end.o

2008-06-29 Thread David Edelsohn
> Andreas Jaeger writes: Andreas> I had the same problem on my PowerPC Linux machine and the workaround Andreas> I'm using now is to run make with the additional flag STAGE1_CFLAGS=3D-O. Andreas> The problem (thanks to Andreas Schwab and Michael Matz for help) is that Andreas> .glink and .te

Re: Linking very large application with GCC trunk on powerpc-linux leads to relocation error of crtbegin/end.o

2008-06-29 Thread Andreas Schwab
David Edelsohn <[EMAIL PROTECTED]> writes: >> Andreas Jaeger writes: > > Andreas> I had the same problem on my PowerPC Linux machine and the workaround > Andreas> I'm using now is to run make with the additional flag > STAGE1_CFLAGS=3D-O. > Andreas> The problem (thanks to Andreas Schwab and M

RE: Failure building GFortran (Cygwin)

2008-06-29 Thread Dave Korn
Angelo Graziosi wrote on 29 June 2008 11:38: > Oops, I have discovered this, in libiberty/ChangeLog > > 2008-06-19 Eric Blake <[EMAIL PROTECTED]> > > Adjust strsignal to POSIX 200x prototype. > * strsignal.c (strsignal): Remove const. You may need to build and install cygwin fro

Re: Failure building GFortran (Cygwin)

2008-06-29 Thread Angelo Graziosi
The point isn't that to find workarounds. The point is, so as stand the things, unless a new Cygwin 1.5.25-16 (or 1.5.26-1 ?), the build of GFortran-trunk and friends is *officially* broken for cygwin-users. Thanks, Angelo. Dave Korn ha scritto: Angelo Graziosi wrote on 29 June 2008 11

Re: Failure building GFortran (Cygwin)

2008-06-29 Thread Ian Lance Taylor
CC'ed to Eric. This may require some configury patches somewhere. Ian Angelo Graziosi <[EMAIL PROTECTED]> writes: > The point isn't that to find workarounds. > > The point is, so as stand the things, unless a new Cygwin 1.5.25-16 > (or 1.5.26-1 ?), the build of GFortran-trunk and friends is > *

Re: Failure building GFortran (Cygwin)

2008-06-29 Thread Jerry DeLisle
Ian Lance Taylor wrote: CC'ed to Eric. This may require some configury patches somewhere. Ian Angelo Graziosi <[EMAIL PROTECTED]> writes: The point isn't that to find workarounds. The point is, so as stand the things, unless a new Cygwin 1.5.25-16 (or 1.5.26-1 ?), the build of GFortran-trun

salut

2008-06-29 Thread info
Consultez ou Ajoutez GRATUITEMENT et FACILEMENT des annonces immobilières! http://www.LouerVendreAuMaroc.com Portail numéro 1 de l'immobilier au maroc -- Si vous ne voulez pas recevoir nos newsletters,http://canada-design.com/news/?p=unsubscribe&uid=73d1638bdff413326ac97786a62bb89a Envoyer

salut

2008-06-29 Thread info
Consultez ou Ajoutez GRATUITEMENT et FACILEMENT des annonces immobilières! http://www.LouerVendreAuMaroc.com Portail numéro 1 de l'immobilier au maroc -- Si vous ne voulez pas recevoir nos newsletters,http://canada-design.com/news/?p=unsubscribe&uid=30ea6f685c5e573d3806a965b60a663a Envoyer

RE: how can I contribute ?

2008-06-29 Thread Gurumurthy, Dinesh (IT)
Please send me the paper also, I am also willing to contribute. I am right now,going through whole of gcc wiki. Regards, Dinesh Gurumurthy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Edelsohn Sent: Thursday, June 26, 2008 4:23 AM To: Fabien C

Re: Linking very large application with GCC trunk on powerpc-linux leads to relocation error of crtbegin/end.o

2008-06-29 Thread Andreas Jaeger
On Sun, Jun 29, 2008 at 03:08:43PM +0200, Andreas Schwab wrote: > David Edelsohn <[EMAIL PROTECTED]> writes: > > >> Andreas Jaeger writes: > > > > Andreas> I had the same problem on my PowerPC Linux machine and the > > workaround > > Andreas> I'm using now is to run make with the additional f