Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] cygwin toolchain unsupported?

That just reminds me on the new cygwin-1.7:

http://cygwin.com/1.7/cygwin-ug-net/ov-new1.7.html

One point is, that mount points are no longer stored in the registry.


Am 02/06/2009 22:15, schrieb Don Porges:

Andrew Voronin wrote:
  
Hi All.

I get the same message, but because I'v change cygwin home dir (is's not
"C:/cygwin" now).
How to tell CDT where cygwin lives ?

Thancks.

Andrew.


    
It looks like it checks in the registry for

HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/etc

(note that "/etc" is the final component of the key name!)

and if that's not there (which is typical) it appends "etc" to

HKEY_CURRENT_USER\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/

(again, "/" is the key name)

and if neither of these is found, it looks in HKEY_LOCAL_MACHINE instead.

  


Back to the top