Re: [Cegcc-devel] New binutils does not compile on cygwin 1.7

2009-10-29 Thread İsmail Dönmez
Hi; On Thu, Oct 29, 2009 at 9:46 PM, Danny Backx wrote: > On Tue, 2009-10-27 at 02:21 -0700, İsmail "cartman" Dönmez wrote: >> Got the following error: >> >> /home/cartman/cegcc/src/build-mingw32ce/binutils/binutils/syslex.c:1: >> multiple definition of `_main' >> sysinfo.o:/home/cartman/cegcc/sr

Re: [Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-29 Thread Danny Backx
On Thu, 2009-10-29 at 14:21 +0100, Pierre Ynard wrote: > It seems to me that this was removed in the last merge. It causes > atoll() not to be declared for me. Done, thanks. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -

Re: [Cegcc-devel] New binutils does not compile on cygwin 1.7

2009-10-29 Thread Danny Backx
On Tue, 2009-10-27 at 02:21 -0700, İsmail "cartman" Dönmez wrote: > Got the following error: > > /home/cartman/cegcc/src/build-mingw32ce/binutils/binutils/syslex.c:1: > multiple definition of `_main' > sysinfo.o:/home/cartman/cegcc/src/build-mingw32ce/binutils/binutils/sysinfo.c:1: > first defined

[Cegcc-devel] [PATCH] Put back atoll() stuff in stdlib.h

2009-10-29 Thread Pierre Ynard
Hello, It seems to me that this was removed in the last merge. It causes atoll() not to be declared for me. --- trunk/cegcc/src/mingw/include/stdlib.h (révision 1398) +++ trunk/cegcc/src/mingw/include/stdlib.h (copie de travail) @@ -562,6 +562,10 @@ {return (_j >= 0 ? _j : -_j);} #