Le jeu 03/11/2005 à 15:53, Vitaly Lipatov a écrit : > В сообщении от 16 Октябрь 2005 18:51 Dimi Paun написал(a): > > On Sun, October 16, 2005 9:05 am, Vitaly Lipatov said: > > > Please take attention, is it bug or I use winegcc incorrectly? > > > > Yes, this seems to be a bug. > What we can do with this problem? > I can't compile any program... > I can't figure what thing needs fixes: > > In function `__wine_spec_nt_header': > : undefined reference to `__wine_spec_exe_entry' > doublegl.exe-wRtEBe.spec.o(.init+0x1): undefined reference to > `__wine_spec_init_ctor' > collect2: ld returned 1 exit status
winegcc hasn't been updated to know about winecrt0, and pass it implicitely to gcc via -lwinecrt0. Not sure yet why it does work for building programs/... I'l send a patch soon for this problem. Vincent