|
From: Tatsuro M. <tma...@ya...> - 2016-03-29 00:21:49
|
Hans-Bernhard Bröker wrote: > Am 28.03.2016 um 11:54 schrieb Tatsuro MATSUOKA: > > > My workaround is : > > > > $ ln -s wx-config-3.0 wx-config. > > Doing it exactly that way would mean you do this directly in /usr/bin, i.e. you put your own files into a distribution-managed directory. That's not exactly optimal. It's better to keep such things in diries that belong to the user, e.g. > > ln -s /usr/bin/wx-config-3.0 ~/bin/wx-config > > The canonical tool for this job would be the 'alternatives' mechanism (see /etc/alternatives/*), but for whatever reason cygwin doesn't use that for this particular job. Thanks for youradvance. I am using cygwin as an administrator and would like to change it all users. So $ ln -s /usr/bin/wx-config-3.0 /usr/local/bin/wx-config is appropriate, I suppose. Tatsuro |