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
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
-
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
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);}
#