Re: [1.7] cannot run native win32 app

2008-12-17 Thread Christopher Faylor
On Wed, Dec 17, 2008 at 05:14:47PM +0900, SungHyun Nam wrote: > Christopher Faylor wrote: >>Please, at the very least provide the cygcheck output that we always >>ask for whether this is Cygwin 1.5 or 1.7. For the record, what we "always ask for" is mentioned here: http://cygwin.com/problems.html

Re: [1.7] cannot run native win32 app

2008-12-16 Thread Christopher Faylor
On Wed, Dec 17, 2008 at 09:12:00AM +0900, SungHyun Nam wrote: > Hello, > > If I use cygwin-1.5, I can run any native win32 app from the bash prompt. > If I switch to cygwin-1.7, I cannot. > > ~[13]$ notepad > ~[14]$ notepad& > [1] 1656 > ~[15]$ > [1]+ Exit 127notepad > > There's no

[1.7] cannot run native win32 app

2008-12-16 Thread SungHyun Nam
Hello, If I use cygwin-1.5, I can run any native win32 app from the bash prompt. If I switch to cygwin-1.7, I cannot. ~[13]$ notepad ~[14]$ notepad& [1] 1656 ~[15]$ [1]+ Exit 127notepad There's no notepad window. If I try to run 'strace notepad', I get a windows dialog box. Th