Re: This is a Cygwin failure yeah?

2009-01-14 Thread Andy Scott
On 10/01/2009, Bernd Roesch wrote: > Hello Dave > >> Unix commad for stack increase(forget the name) > > > > 'ulimit' > > > ah yes i see, I update from time and time and now its more.my bash show this > now.Maybe Andy can do this test what his bash show. > > $ ulimit -a > core file size

Re: This is a Cygwin failure yeah?

2009-01-14 Thread Dave Korn
Dave Korn wrote: > Andy Scott wrote: >> ../../../gcc/libiberty/strsignal.c -o strsignal.o >> ../../../gcc/libiberty/strsignal.c:408: error: conflicting types for >> 'strsignal' >> /usr/include/string.h:78: note: previous declaration of 'strsignal' was here >> make[2]: *** [strsignal.o] Error 1 >>

correct place for code.

2009-01-14 Thread IainS
Hi, I need to make a test expanded from ASM_OUTPUT_LABEL_REF that is language dependent (on objc/objcxx). It's not clear where the best/proper place to put the code is. if I put it in {stub,act}-objc.c that's fine for c, c++, objc and objc++ ... ... but it means that stub-objc then needs

gcc binary download

2009-01-14 Thread Simon Tsai
Hi, I cannot find where to download gcc binary for Linux. Can you email me the link? It's so confusing in the http://gcc.gnu.org/ web site. Thanks, simon

Re: Installing GCC:Configuration (GCC-4.3.2)

2009-01-14 Thread Ben Elliston
On Tue, 2009-01-13 at 16:48 -0500, Franklyn Simon wrote: > I download gcc-g++4.3.2 and uncompressed it along with the > prerequisites tar files in directory (/opt). I am confused as to the > srcdir and objdir mentioned in Install GCC: Configuration. You should take this question to gcc-h...@gc

Re: gcc binary download

2009-01-14 Thread Ben Elliston
> I cannot find where to download gcc binary for Linux. Can you email me > the link? It's so confusing in the http://gcc.gnu.org/ web site. You should install gcc from your Linux distribution. It will be far easier. Ben

gcc-4.2-20090114 is now available

2009-01-14 Thread gccadmin
Snapshot gcc-4.2-20090114 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.2-20090114/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.2 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

GCC 4.4 SNAPSHOT - BUILD ERROR

2009-01-14 Thread Guilherme Renato
Could someone help ? I am using an Intel 430 processor and the Insigne Linux operating system. I downloaded the 20090109 snapshot and tried to compile it using gcc 4.2.3 and the most recent GMP and mpfr libraries. Everything goes well, it creates cc1, cc1dummy, collect2, cpp, gcov, gcov-dump and xg

Re: GCC 4.4 SNAPSHOT - BUILD ERROR

2009-01-14 Thread Ben Elliston
> Could someone help ? Sure, there is even a mailing list: gcc-h...@gcc.gnu.org. ;-) > checking for suffix of object files... configure: error: in > `/home/meu/gcc-4.4-20090109/i686-pc-linux-gnu/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log

Re: correct place for code.

2009-01-14 Thread Ian Lance Taylor
IainS writes: > I need to make a test expanded from ASM_OUTPUT_LABEL_REF that is > language dependent (on objc/objcxx). > > It's not clear where the best/proper place to put the code is. > > if I put it in {stub,act}-objc.c that's fine for c, c++, objc and > objc++ ... > ... but it means that st