From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 21:01:20 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 CE62B16A41F for ; Thu, 1 Dec 2005 21:01:20 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921DC43D46 for ; Thu, 1 Dec 2005 21:01:19 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so986wxc for ; Thu, 01 Dec 2005 13:01:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=tv+ViOafIC9HNgRi8y5TAydVjqrQhoRefzwadqnY7X9N27BvTaUHVQrvILmSquRswJj9zXYiPDTM+93u+FyS9BlGymI0iefuzo09x+RwO2nltsnljVdtpmgb511izLPGOBv7afVIVnNJyhwH8N32dohQD8RcKAR4F1GP52EnC+Y= Received: by 10.70.108.6 with SMTP id g6mr2502724wxc; Thu, 01 Dec 2005 13:01:17 -0800 (PST) Received: from mindcrash ( [83.35.97.185]) by mx.gmail.com with ESMTP id i35sm2179692wxd.2005.12.01.13.01.16; Thu, 01 Dec 2005 13:01:16 -0800 (PST) Message-ID: <000601c5f6bb$13551ef0$0301a8c0@mindcrash> From: "Javier Matos" To: Date: Thu, 1 Dec 2005 22:06:16 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: gcc in freebsd to compile linux software 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: Thu, 01 Dec 2005 21:01:20 -0000 Hi, I need to compile a program to run it in a linux box. I know that freebsd has linux compatibility with binary files. Can I compile using freebsd gcc a binary file that can run under linux = and try if it works with freebsd binary linux emulation?? If it is possible... what kind of options need I to put when I compile = with gcc? Thx!