X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZlRn0hMnh5/hllrQJQOqlNuL6+v//AOCFLnbGiE/Pd0=; b=P6NVugQ9CXWU8C5Gf3z3sLYL0DPDxDpHmQ3a6NpkRJ30HcDGMxjjLhkpiSUDuGPCQC u82a3/UF7W4XfLhwFE3m7zICOVN3i0osx+BrhWQXeIso7f6CFqheQ3D90ivUTHwJDUsY 7EinnXSnV+Lplt7j09HALK3WEQ9EDyQwzTSVzKWNaVD8LWnDcdfW7okUMjHCCB3NwydS g9MzAUhEycRxHfaQZSG8v0bvrDHZci6rxEQP3/b4x2zafIbQLbX6w3GBiarUSToBALAA rXnjcKxD9/GCTcpvVQOCaQZrh7hRalicP4qzfiBZvpSsFzYUdeGDryDgucYwCjMIuUDH 3qPg== MIME-Version: 1.0 In-Reply-To: <20130114000219.15484.qmail@stuge.se> References: <50F20C2D DOT 5080407 AT ecosensory DOT com> <201301130123 DOT r0D1NwQJ003903 AT envy DOT delorie DOT com> <50F34397 DOT 8000700 AT ecosensory DOT com> <20130114000219 DOT 15484 DOT qmail AT stuge DOT se> Date: Sun, 13 Jan 2013 21:10:47 -0500 Message-ID: Subject: Re: [geda-user] windows pcb version From: Bob Paddock To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > http://gnuwin32.sourceforge.net/packages/make.htm http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82-mingw32/make-3.82-5-mingw32-bin.tar.lzma/ Be aware that gnuwin32 is 3.81 and MingW is 3.82. 3.82 adds the useful .ONESHELL, however it did have a breaking change with some path handing splits. An other path to Make on Windows is http://nuwen.net/mingw.html . That gets you GCC 4.7.2, the Boost libraries and several other useful libraries precompiled. It is what I have been using most recently for my Windows work.