kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Corinna Vinschen
On Aug 21 18:04, Angelo Graziosi wrote: > wget http://cygwin.com/snapshots/cygwin1-20100820.dll.bz2 > bunzip2 cygwin1-20100820.dll.bz2 > chmod +x cygwin1-20100820.dll > [...] > With 20100820 snapshot Cygwin.bat does not start and Windows says > (literally): > [...] > "Can not find entry point Creat

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Chris Sutcliffe
On 21/08/2010 2:58 PM, Corinna Vinschen wrote: Not anymore. I could reproduce the problem on XP, but not on W7. This reminded me of a checkin to w32api from yesterday. The kernel32.def file, which is used to create the kernel32.a inport library for linking against kernel32.dll has been regenera

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Corinna Vinschen
On Aug 21 15:23, Chris Sutcliffe wrote: > On 21/08/2010 2:58 PM, Corinna Vinschen wrote: > >Not anymore. I could reproduce the problem on XP, but not on W7. This > >reminded me of a checkin to w32api from yesterday. The kernel32.def > >file, which is used to create the kernel32.a inport library f

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Chris Sutcliffe
On 21/08/2010 3:35 PM, Corinna Vinschen wrote: Chris [Sutcliffe], can we please revert this change for now? It breaks building Win32 apps, if the link order prefers kernel32.a over advapi32.a. Done. Thanks. Are you sure that only CreateProcessAsUserW is affected? In a word, no. I'll have

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Corinna Vinschen
On Aug 21 15:47, Chris Sutcliffe wrote: > On 21/08/2010 3:35 PM, Corinna Vinschen wrote: > >>>Chris [Sutcliffe], can we please revert this change for now? It breaks > >>>building Win32 apps, if the link order prefers kernel32.a over advapi32.a. > >>Done. > >Thanks. Are you sure that only CreateP

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-21 Thread Chris Sutcliffe
On 21/08/2010 3:47 PM, Chris Sutcliffe wrote: On 21/08/2010 3:35 PM, Corinna Vinschen wrote: Chris [Sutcliffe], can we please revert this change for now? It breaks building Win32 apps, if the link order prefers kernel32.a over advapi32.a. Done. Thanks. Are you sure that only CreateProcess

Re: kernel32.dll breakage (was Re: [ANNOUNCEMENT] Updated: cygwin-1.7.6-1)

2010-08-23 Thread Corinna Vinschen
On Aug 21 19:04, Chris Sutcliffe wrote: > On 21/08/2010 3:47 PM, Chris Sutcliffe wrote: > > On 21/08/2010 3:35 PM, Corinna Vinschen wrote: > Chris [Sutcliffe], can we please revert this change for now? > It breaks > building Win32 apps, if the link order prefers kernel32.a > over a