From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 00:49:01 2004 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 9655916A4CE for ; Fri, 19 Nov 2004 00:49:01 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E400D43D4C for ; Fri, 19 Nov 2004 00:49:00 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CUwxP-0005jy-QT for freebsd-questions@freebsd.org; Fri, 19 Nov 2004 00:48:59 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iAJ0mslZ060211 for ; Fri, 19 Nov 2004 00:48:59 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iAJ0msrj060210 for freebsd-questions@freebsd.org; Fri, 19 Nov 2004 00:48:54 GMT Date: Fri, 19 Nov 2004 00:48:54 +0000 From: Jonathon McKitrick To: freebsd-questions@freebsd.org Message-ID: <20041119004854.GA59616@dogma.freebsd-uk.eu.org> References: <20041118160531.GA43779@dogma.freebsd-uk.eu.org> <419CC961.4030804@mukappabeta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <419CC961.4030804@mukappabeta.de> User-Agent: Mutt/1.4i Subject: Re: BSD equivalents of autoconf, automake, etc. 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: Fri, 19 Nov 2004 00:49:01 -0000 One of the reasons I have been asking this is I will be spearheading a side project at work to port a device driver (a library, really) from Win32 to Linux. I *really* don't want to use Linux to write this. Since it's really just going to be a shared library that talks to a serial port, most of the code will be straight C/C++, and I just need to worry about the serial port semantics. However, we will probably use a Linux box at work for development. I'd like to set up a platform-independent build environment so I can code/test/run this on my BSD laptop. Any suggestions on where to start? jm -- My other computer is your Windows box.