Re: -pthread support

2007-10-04 Thread Maggie
Hi Ian, Thanks for your reply. This question is appropriate for [EMAIL PROTECTED], not for [EMAIL PROTECTED] Please send any follow-ups to gcc-help. Thanks. I will send to gcc-help. Cheers Maggie

Re: Ada rts fails to build on ppc?

2007-10-04 Thread Richard Guenther
On 9/17/07, Eric Botcazou <[EMAIL PROTECTED]> wrote: > > It's actually powerpc configured like > > > > ../configure --with-cpu=default32 --build=powerpc64-suse-linux > > checking build system type... powerpc64-suse-linux-gnu > > checking host system type... powerpc64-suse-linux-gnu > > checking tar

RE: Make/bootstrap failure on i386-apple-darwin8.10.1 (Intel Core Duo)

2007-10-04 Thread Dave Korn
On 04 October 2007 00:58, Ian Lance Taylor wrote: > Jack Howarth <[EMAIL PROTECTED]> writes: > >>Why should using a Canadian Cross suddenly break on >> Mac OS X? We have been using --host when building gcc >> packages in fink on Mac OS X for ages and it has never >> been a problem. I would th

Non-blocking read too slow on file/serial stream

2007-10-04 Thread Jesús
dear all, I am doing a 'read' operation on a non-blocking FILE stream attached to the serial port. Every non-empty read (about 120 bytes) is performed in less than 200 us. However, if no data in buffer, read returns -1 but the operation takes 1500 us or more in average. Too much for my applica

Re: [RFC,wwwdocs] Ditch MetaHTML and use our own Perl preprocessor

2007-10-04 Thread François-Xavier Coudert
ping? Gerald, being web pages maintainers, what's your opinion? Answering to Janne's comment, I'm certainly not opposed to any preprocessor/templating system. My own goal is to rewrite the fortran pages, including the common navigation bar, and I can't use MetaHTML to do that. On 9/29/07, FX Co

RE: Non-blocking read too slow on file/serial stream

2007-10-04 Thread Dave Korn
On 04 October 2007 16:02, Jesús wrote: > dear all, > > I am doing a 'read' operation on a non-blocking FILE stream attached to > the serial port. > Every non-empty read (about 120 bytes) is performed in less than 200 us. > However, if no data in buffer, read returns -1 but the operation takes > 1

Re: Make/bootstrap failure on i386-apple-darwin8.10.1 (Intel Core Duo)

2007-10-04 Thread Ian Lance Taylor
"Dave Korn" <[EMAIL PROTECTED]> writes: > I always thought that if you want to build a "normal" package, i.e. one that > "will run on the machine on which you are doing the build" - what I've always > referred to as "a native build", you simply don't specify anything at all > (well, don't specif

Re: Make/bootstrap failure on i386-apple-darwin8.10.1 (Intel Core Duo)

2007-10-04 Thread Jack Howarth
Dave, Actually the usage of --host in the fink gcc packaging predates my ownership of it. I believe the fact that Apple configures their gcc builds with... --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 ...may have been the motivator. This actually

Downloading GCC

2007-10-04 Thread psheeha2
How do I go about downloading GCC. Which files do I need to download and how can I run a .tar file. Thanks for the help.

Re: Downloading GCC

2007-10-04 Thread Dennis Clarke
> How do I go about downloading GCC. Which files do I need to download and > how > can I run a .tar file. Thanks for the help. I'll try to help you here. One of the big problems with the open source world is that it can be tough to get started when you don't know .. much of anything about it.

How to run testsuite without building a complier

2007-10-04 Thread Mohamed Shafi
Hello all, I want to know whether its possible to run the gcc testsuite without actually building the complier. I have the dejagnu framework, compiler executables and i have the gcc test suite. So is it possible to run the testsuite without building the complier? Regards, Shafi

Re: How to run testsuite without building a complier

2007-10-04 Thread Brian Dessent
Mohamed Shafi wrote: > I want to know whether its possible to run the gcc testsuite without > actually building the complier. > > I have the dejagnu framework, compiler executables and i have the gcc > test suite. So is it possible to run the testsuite without building > the complier? Use the co