On 14 September 2007 15:52, kafe wrote: > Hi, recently I had my cygwin updated for cygnome. But after updating I can't > start gvim in Xterm. It displays like: > > [EMAIL PROTECTED] ~ > $ gvim > > [EMAIL PROTECTED] ~ > $ > > And nothing happens.
It's quite likely if you were to type "echo $?" after that, you'd see it had exited with error status 53, which would mean you're missing a dll. Try running the cygcheck utility on gvim.exe, like so: cygcheck `which gvim` and it'll tell you what dlls gvim needs and whether they're all found or any are missing. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/