From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 15:20:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E348416A41F for ; Sat, 17 Sep 2005 15:20:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82C3C43D49 for ; Sat, 17 Sep 2005 15:20:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (patr530-a118.otenet.gr [212.205.215.118]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8HFKQFh005670; Sat, 17 Sep 2005 18:20:26 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j8HFKE6t001330; Sat, 17 Sep 2005 18:20:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j8HFKDRc001329; Sat, 17 Sep 2005 18:20:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 17 Sep 2005 18:20:13 +0300 From: Giorgos Keramidas To: jessup15@yahoo.com Message-ID: <20050917152013.GB1269@flame.pc> References: <20050917142732.67249.qmail@web32113.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050917142732.67249.qmail@web32113.mail.mud.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: compiling for linux 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: Sat, 17 Sep 2005 15:20:31 -0000 On 2005-09-17 07:27, jessup15@yahoo.com wrote: > I understand that BSD binary code can not run under Linux. Is there a > way to compile my programs in such a manner that tey would work under > Linux? If they are reasonably portable, you can compile them *on* Linux. That should work.