Re: error with libmoldname.a

2013-07-17 Thread Florent Monnier
2013/07/17, JonY wrote: > On 07/17/2013 17:12, Altgr wrote: [...] >> I could temporarily solve the issue by installing the older version of >> mingw64-i686-runtime (3.0b_svn5747-1 instead of 3.0b_svn5935-1) >> > > Do not do this, this will break the compiler and some header > dependencies as well.

Re: error with libmoldname.a

2013-07-17 Thread JonY
On 7/17/2013 17:12, Altgr wrote: > Florent Monnier gmail.com> writes: > >> >> But since yesterday, after a cygwin update, I get the following error: >> >> Fatal error: Error while reading: >> C:/cygwin/usr/i686-w64-mingw32/sys-root/mingw/lib/libmoldname.a: >> end-of-file >> >> Does someone know

Re: error with libmoldname.a

2013-07-17 Thread Altgr
Florent Monnier gmail.com> writes: > > But since yesterday, after a cygwin update, I get the following error: > > Fatal error: Error while reading: > C:/cygwin/usr/i686-w64-mingw32/sys-root/mingw/lib/libmoldname.a: > end-of-file > > Does someone know what's wrong, and how to fix it? > I co

Re: [solved] error with libmoldname.a

2013-07-13 Thread Florent Monnier
2013/07/13, JonY wrote: > On 7/13/2013 22:25, Florent Monnier wrote: >> + flexlink -chain mingw -stack 16777216 -o .\dllsdl2_stubs.dll >> sdlinit_stub.o sdlquit_stub.o sdlrect_stub.o sdlblendMode_stub.o >> sdlsurface_stub.o sdlwindow_stub.o sdlrender_stub.o sdltexture_stub.o >> sdlpixel_stub.o sdle

Re: error with libmoldname.a

2013-07-13 Thread JonY
On 7/13/2013 22:25, Florent Monnier wrote: > + flexlink -chain mingw -stack 16777216 -o .\dllsdl2_stubs.dll > sdlinit_stub.o sdlquit_stub.o sdlrect_stub.o sdlblendMode_stub.o > sdlsurface_stub.o sdlwindow_stub.o sdlrender_stub.o sdltexture_stub.o > sdlpixel_stub.o sdlevent_stub.o sdlkeyboard_stub.o

Re: error with libmoldname.a

2013-07-13 Thread Florent Monnier
2013/07/13, JonY wrote: > On 7/13/2013 17:46, Florent Monnier wrote: >> Hi, >> One week ago a project compiled under Cygwin with CC defined as bellow >> was compiling just fust fine, >> CC = c:/cygwin/bin/i686-w64-mingw32-gcc.exe >> >> But since yesterday, after a cygwin update, I get the following

Re: error with libmoldname.a

2013-07-13 Thread JonY
On 7/13/2013 17:46, Florent Monnier wrote: > Hi, > One week ago a project compiled under Cygwin with CC defined as bellow > was compiling just fust fine, > CC = c:/cygwin/bin/i686-w64-mingw32-gcc.exe > > But since yesterday, after a cygwin update, I get the following error: > > Fatal error: Error

error with libmoldname.a

2013-07-13 Thread Florent Monnier
Hi, One week ago a project compiled under Cygwin with CC defined as bellow was compiling just fust fine, CC = c:/cygwin/bin/i686-w64-mingw32-gcc.exe But since yesterday, after a cygwin update, I get the following error: Fatal error: Error while reading: C:/cygwin/usr/i686-w64-mingw32/sys-root/mi