From owner-freebsd-questions@FreeBSD.ORG Fri Jul 6 12:39:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B421016A468 for ; Fri, 6 Jul 2007 12:39:53 +0000 (UTC) (envelope-from slepov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 4811D13C465 for ; Fri, 6 Jul 2007 12:39:53 +0000 (UTC) (envelope-from slepov@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so787923uge for ; Fri, 06 Jul 2007 05:39:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:thread-index; b=BcnDNC4GFLGngXIILNNK+5ALNmuEGeiBzeB8neOX6UXn8tRrOrdT85FznoMdRzOX7U7s7mD80bFMs99HAu8uCVOHD2mzDi/UseZkOisU+ODE1pnfUZphrIE7PsOi+9blJH11g9y9ehcmxQU5lk0y1jQL1VsYkBqB/+jdfEfNowU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:x-mimeole:thread-index; b=DPZs1cyM9G5HxdOFWejft0vFBBBfK/bzSpU7EaEefKL4QhOaE8O5CuRfC5qzTckXkJdnZNJqvWf9gOpBH5SBrmKcUHVu22KcXw3MvQe9cqjlqgiR5GL5poYwmZANqgNi7mNWtlnAwydc8TLao11IsSPdNnowlzzPyoa6iMCMdzM= Received: by 10.82.136.4 with SMTP id j4mr1592974bud.1183723947074; Fri, 06 Jul 2007 05:12:27 -0700 (PDT) Received: from sergef2313b2a2 ( [217.107.79.9]) by mx.google.com with ESMTP id h6sm4906965nfh.2007.07.06.05.12.25 (version=SSLv3 cipher=RC4-MD5); Fri, 06 Jul 2007 05:12:26 -0700 (PDT) From: "Serge Slepov" To: Date: Fri, 6 Jul 2007 18:12:22 +0600 Message-ID: <000d01c7bfc6$ea24d260$9920000a@sergef2313b2a2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: Ace/xtPiOR/kgNa+RE6D7CsowxV2BA== Subject: How to produce FreeBSD app under Windows? 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: Fri, 06 Jul 2007 12:39:53 -0000 Hello, I need to compile a C++ source into a binary that will run under FreeBSD, but I only have Windows installed. What's the easiest way for me to do this? Do I have to install FreeBSD? Thanks in advance. -Serge