Jan, All, On Tuesday 19 February 2013 Jan Engelhardt wrote: > On Tuesday 2013-02-19 23:14, Yann E. MORIN wrote: > >I'm pleased to announce the release of kconfig-frontends 3.8.0.0! > >Go download it there: > > http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.8.0.0.tar.xz > > http://ymorin.is-a-geek.org/download/kconfig-frontends/kconfig-frontends-3.8.0.0.tar.bz2 > > This seems to install > /usr/bin/conf > /usr/bin/diff > /usr/bin/gettext > /usr/bin/merge > /usr/bin/tweak By default, the binaries should all ne prefixed with 'kconfig-' to avoid such name-clashing (as root, in a fresh debootstrap of squeeze here): ---8<--- $ ./configure --prefix=/usr && make && make install [--SNIP--] Making install in frontends Making install in conf /bin/bash ../../libtool --mode=install /usr/bin/install -c conf '/usr/bin/./kconfig-conf' libtool: install: /usr/bin/install -c .libs/conf /usr/bin/./kconfig-conf Making install in mconf /bin/bash ../../libtool --mode=install /usr/bin/install -c mconf '/usr/bin/./kconfig-mconf' libtool: install: /usr/bin/install -c .libs/mconf /usr/bin/./kconfig-mconf Making install in nconf /bin/bash ../../libtool --mode=install /usr/bin/install -c nconf '/usr/bin/./kconfig-nconf' libtool: install: /usr/bin/install -c .libs/nconf /usr/bin/./kconfig-nconf Making install in scripts Making install in utils /bin/bash ../libtool --mode=install /usr/bin/install -c gettext '/usr/bin/./kconfig-gettext' libtool: install: /usr/bin/install -c .libs/gettext /usr/bin/./kconfig-gettext /usr/bin/install -c tweak '/usr/bin/./kconfig-tweak' /usr/bin/install -c diff '/usr/bin/./kconfig-diff' /usr/bin/install -c merge '/usr/bin/./kconfig-merge' $ ls -lrt /usr/bin/*{conf,gettext,diff} [--SNIP--] lrwxrwxrwx 1 root root 26 Feb 19 23:11 fakeroot -> /etc/alternatives/fakeroot lrwxrwxrwx 1 root root 24 Feb 19 23:11 rename -> /etc/alternatives/rename lrwxrwxrwx 1 root root 21 Feb 19 23:11 c++ -> /etc/alternatives/c++ -rwxr-xr-x 1 root root 37440 Feb 19 23:13 kconfig-conf -rwxr-xr-x 1 root root 135583 Feb 19 23:13 kconfig-mconf -rwxr-xr-x 1 root root 95724 Feb 19 23:13 kconfig-nconf -rwxr-xr-x 1 root root 18748 Feb 19 23:13 kconfig-gettext -rwxr-xr-x 1 root root 3725 Feb 19 23:13 kconfig-tweak -rwxr-xr-x 1 root root 3642 Feb 19 23:13 kconfig-diff -rwxr-xr-x 1 root root 3378 Feb 19 23:13 kconfig-merge ---8<--- (Not all frontends are installed, because that minimal debootstrap is lacking Qt and GTK+.) Note, it is possible to override that default tools prefix with any of: --program-prefix=PREFIX --program-suffix=SUFFIX --program-transform-name=PROGRAM The default is PREFIX='kconfig-' (contrary to the traditional empty prefix). (I hope that did not trash your system...) Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html