From owner-freebsd-questions@FreeBSD.ORG Sun Apr 10 23:46:14 2005 Return-Path: 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 62A3C16A4CE for ; Sun, 10 Apr 2005 23:46:14 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FF343D2D for ; Sun, 10 Apr 2005 23:46:11 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j3ANkBbc073982 for freebsd-questions@freebsd.org; Sun, 10 Apr 2005 18:46:11 -0500 (CDT) (envelope-from dan) Date: Sun, 10 Apr 2005 18:46:11 -0500 From: Dan Nelson To: freebsd-questions@freebsd.org Message-ID: <20050410234611.GC284@dan.emsphone.com> References: <817133105.20050410190009@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <817133105.20050410190009@wanadoo.fr> X-OS: FreeBSD 5.4-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i Subject: Re: Cross-development of Windows 32-bit applications under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2005 23:46:14 -0000 In the last episode (Apr 10), Anthony Atkielski said: > Is it possible to develop and build native Windows 32-bit > applications under FreeBSD, using only command-line tools like gcc > and other open-source components? Check out /usr/ports/devel/mingw , which will install a gcc cross-compiler targeted to build native win32 binaries. -- Dan Nelson dnelson@allantgroup.com