From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HlmlW-0007sC-Cf for qemu-devel@nongnu.org; Wed, 09 May 2007 10:03:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HlmlU-0007od-MY for qemu-devel@nongnu.org; Wed, 09 May 2007 10:03:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HlmlU-0007oZ-EY for qemu-devel@nongnu.org; Wed, 09 May 2007 10:03:36 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HlmeH-0006A4-6N for qemu-devel@nongnu.org; Wed, 09 May 2007 09:56:09 -0400 Date: Wed, 9 May 2007 14:57:03 +0100 Subject: Re: [Qemu-devel] configure Message-ID: <20070509135703.GB29921@networkno.de> References: <20070508210023.GB13638@networkno.de> <20070509004103.GB27336@networkno.de> <16810605701.20070509120230@ena.si> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16810605701.20070509120230@ena.si> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jernej Simon?i? Cc: qemu-devel@nongnu.org Jernej Simon?i? wrote: > On Wednesday, May 9, 2007, 2:41:03, Thiemo Seufer wrote: > > > I don't see a warning for e.g. "which foo" on my system. Could you > > describe your system and paste the output the which command produces > > there? > > Gentoo: > > # which foo > which: no foo in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1:/opt/blackdown-jre-1.4.2.03/bin) > # which nano > /usr/bin/nano > # file /usr/bin/which > /usr/bin/which: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), for GNU/Linux 2.4.1, stripped > > Debian: > > # which foo > # which nano > /usr/bin/nano > # file /bin/which > /bin/which: Bourne shell script text executable > > which builtin in the shell on my firewall box (pfSense, based on > FreeBSD 6.2) also produces a warning, but /usr/bin/which on the same > box doesn't. Thanks, that's the information I needed. Thiemo