Re: Compiled program does nothing when executing it under Cygwin

2011-03-17 Thread Corinna Vinschen
On Mar 11 16:48, Corinna Vinschen wrote: > On Mar 11 15:14, Greg Chicares wrote: > > On 2011-03-11 14:56Z, Mengsk wrote: > > > > > [...previously-compiled program stopped working after partial Cygwin > > upgrade...] > > > > > > "Cannot find entry point _feinitialise in dynamic link library > > >

Re: Compiled program does nothing when executing it under Cygwin

2011-03-14 Thread Csaba Raduly
On Fri, Mar 11, 2011 at 5:36 PM, Larry Hall (Cygwin) wrote: > On 3/11/2011 10:09 AM, Mengsk wrote: >> >> When checking for the 'cygwin1.dll' file in C:\cygwin\bin, I discovered >> that >> there also was a file named 'cygwin1.dll.new' in there. I made a backup of >> my cygwin1.dll, deleted it and r

Re: Compiled program does nothing when executing it under Cygwin

2011-03-12 Thread Mengsk
Hi, >>On 3/11/2011 2:00 PM, Mengsk wrote: >> Most likely it's just something about my PC/settings > No, it is a well known problem Ok, sounds like it's not really cygwin's fault... I'm just writing this last email because I wanted to thank you guys for making Cygwin. I had most likely gone nu

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread René Berber
On 3/11/2011 2:00 PM, Mengsk wrote: > Most likely it's just something about my PC/settings, otherwise > others had noticed this already I guess. No, it is a well known problem with the handling of "in use" files, its even a well known problem in Microsoft (that the replace on boot doesn't always

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread Mengsk
Hi, On 3/11/2011 10:09 AM, Mengsk wrote: >> I have no idea what changed/renamed the files in the first place >> though... >'setup.exe' did this. [...] Thanks for the info! What you guessed is true, except for the reboot part. It seems something went wrong with the scheduled completion of the

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread Larry Hall (Cygwin)
On 3/11/2011 10:09 AM, Mengsk wrote: When checking for the 'cygwin1.dll' file in C:\cygwin\bin, I discovered that there also was a file named 'cygwin1.dll.new' in there. I made a backup of my cygwin1.dll, deleted it and renamed the 'cygwin1.dll.new' file to 'cygwin1.dll'. Then I recompiled my pro

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread Corinna Vinschen
On Mar 11 15:14, Greg Chicares wrote: > On 2011-03-11 14:56Z, Mengsk wrote: > > > [...previously-compiled program stopped working after partial Cygwin > upgrade...] > > > > "Cannot find entry point _feinitialise in dynamic link library cygwin1.dll" > > Try rebuilding your program from scratch. I

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread Greg Chicares
On 2011-03-11 14:56Z, Mengsk wrote: > [...previously-compiled program stopped working after partial Cygwin upgrade...] > > "Cannot find entry point _feinitialise in dynamic link library cygwin1.dll" Try rebuilding your program from scratch. It sounds like the cygwin1.dll you now have (after the u

Re: Compiled program does nothing when executing it under Cygwin

2011-03-11 Thread Mengsk
Hello again, I solved the problem already, sorry for the noise. Describing a problem to others often helps yourself if you do it properly I guess. ;) Mengsk wrote: > > I've been using Cygwin for a few weeks to develop C programs under Windows > XP. Since yesterday evening, various programs don