From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 23:30:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D5AB106568C for ; Wed, 5 Nov 2008 23:30:06 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id ED7378FC13 for ; Wed, 5 Nov 2008 23:30:05 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so237559fkk.11 for ; Wed, 05 Nov 2008 15:30:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=mXp1VJs0dopueiZkHWScmG53t6K48pIyqRvoUoZnTwY=; b=K2eKgz1fS6CVb7NnhMp8HGk018OImolxtPpEduPPdynNhhrRg4eZ4kEcFEDZkHD1Fi qLAEkJ+B3wt20rwkiaXomoxZJr/KAlz9RDmUUN0gUT0KSUAAOYoLjNyOu8+80pFrhQDr uu6Ao1t+zaApYTo7Lf8yZSJ51ypfuvQOlZ08U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IlT5QmbpMyOhQ5VNWg8Oiw6QeSky3Wnn2vp3CaSV3yjHBU8Sh7wymIU0x/+b9WPrul F5fadeLCoF4EoM2xz5+9kgWyZbtct70AU0HrAWy8ikh2L6D9UmwmqX/BEmKNFq2jpuc5 tLEMdDxDIQNmUUVixPccj8XMKxyl53/pjAQc0= Received: by 10.187.187.20 with SMTP id o20mr348886fap.63.1225927804225; Wed, 05 Nov 2008 15:30:04 -0800 (PST) Received: by 10.187.194.10 with HTTP; Wed, 5 Nov 2008 15:30:04 -0800 (PST) Message-ID: <4ad871310811051530m675e06dq387fca6d4c39dc90@mail.gmail.com> Date: Wed, 5 Nov 2008 18:30:04 -0500 From: "Glen Barber" To: prad In-Reply-To: <20081105151905.4b7e0925@gom.home> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081105151905.4b7e0925@gom.home> Cc: freebsd-questions@freebsd.org Subject: Re: running linux programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 23:30:06 -0000 On Wed, Nov 5, 2008 at 6:19 PM, prad wrote: > if i want to run a linux program that is not offered in the linux-* > collection, can i compile it so that it will be run through the > emulator rather than as a freebsd program? > You could use linux binary compatability. > for instance, i want to run chessdb (a maintained version of scid which > is in the ports) and there is a tarball for unix: > > ChessDB-3.6.18.tar.gz UNIX/Linux tarball. > (http://chessdb.sourceforge.net/downloads/) > > but it doesn't seem to compile properly on freebsd. > What errors do you get? What `./configure' options do you give it? > i was wondering if i could compile it in linux, but there doesn't seem > to be any compiler present in /compat/linux ... > -- Glen Barber