From owner-freebsd-current Sun Aug 12 15:16:54 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (dsl092-013-169.sfo1.dsl.speakeasy.net [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5852B37B406 for ; Sun, 12 Aug 2001 15:16:51 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.5/8.11.1) id f7CMFbM05541; Sun, 12 Aug 2001 15:15:37 -0700 (PDT) (envelope-from obrien) Date: Sun, 12 Aug 2001 15:15:37 -0700 From: "David O'Brien" To: Bernd Walter Cc: Jim Bryant , Sheldon Hearn , tlambert2@mindspring.com, Wes Peters , Jason Vervlied , freebsd-current@FreeBSD.ORG Subject: Re: bash in /usr/local/bin? Message-ID: <20010812151537.C5339@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <71828.997617255@axl.seasidesoftware.co.za> <3B76756F.9020809@yahoo.com> <20010812203855.E8111@cicely20.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010812203855.E8111@cicely20.cicely.de>; from ticso@mail.cicely.de on Sun, Aug 12, 2001 at 08:38:56PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 12, 2001 at 08:38:56PM +0200, Bernd Walter wrote: > Yes the sun packages installs into /bin: > ticso@cicely22> uname -a > SunOS cicely22 5.8 Generic_108528-01 sun4m sparc SUNW,SPARCclassic > ticso@cicely22> which bash > /bin/bash > ticso@cicely22> file /bin/bash > /bin/bash: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped > > It's not the first time that Unix Vendors do very silly things - just I assume you are referring to the dynamically linked attribute. Note that it is not Sun being "silly" -- the ELF binary ABI *REQUIRES* dynamic linking. A statically linked "ELF" binary is not ABI compliant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message