Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread Vincent Torri
On Mon, Aug 8, 2011 at 4:29 AM, NightStrike nightstr...@gmail.com wrote: On Fri, Aug 5, 2011 at 3:36 PM, Jon jon.for...@gmail.com wrote: 1) Strip -s on all exes. I maintain a build recipe at https://github.com/oneclick/rubyinstaller which aggregates MSys and the latest

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread NightStrike
On Mon, Aug 8, 2011 at 2:24 AM, Vincent Torri vincent.to...@gmail.com wrote: On Mon, Aug 8, 2011 at 4:29 AM, NightStrike nightstr...@gmail.com wrote: On Fri, Aug 5, 2011 at 3:36 PM, Jon jon.for...@gmail.com wrote: 1) Strip -s on all exes. I maintain a build recipe at

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread Jon
Where's the source for this automated build recipe? I'd like to look it over to determine if I've got enough time to work up patch series for your review that does the following: Hi; sorry about the delay. The automated builds are done via this makefile:

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread JonY
On 8/8/2011 21:54, Jon wrote: 2) Add prefix-stripped (eg - gcc) exes to the download to accompany the prefixed (eg - i686-w64-mingw32-gcc) exes. Why? Not all downstream packages or users play well with the prefixing

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread Ruben Van Boxem
2011/8/8 JonY jo...@users.sourceforge.net: On 8/8/2011 21:54, Jon wrote: 2) Add prefix-stripped (eg - gcc) exes to the download to accompany the prefixed (eg - i686-w64-mingw32-gcc) exes. Why? Not all downstream packages or users play well with the prefixing  

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-08 Thread Luis Lavena
On Mon, Aug 8, 2011 at 12:20 AM, Mook mookgcc+gm...@gmail.com wrote: 3) Compress the final download using LZMA2 to a *.7z similar to what Ruben provides. Given the robustness and availability of the 7-Zip project, I don't believe there's a good reason to stick with zip's for Windows users.

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-07 Thread Mook
On 8/5/2011 12:36 PM, Jon wrote: Where's the source for this automated build recipe? I'd like to look it over to determine if I've got enough time to work up patch series for your review that does the following: Hi; sorry about the delay. The automated builds are done via this makefile:

Re: [Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-07 Thread NightStrike
On Fri, Aug 5, 2011 at 3:36 PM, Jon jon.for...@gmail.com wrote: 1) Strip -s on all exes. I maintain a build recipe at https://github.com/oneclick/rubyinstaller which aggregates MSys and the latest mingw-w32-1.0-bin_i686-mingw_* download into what we call the DevKit. Currently this explodes

[Mingw-w64-public] recipes for automated 32bit mingw build?

2011-08-05 Thread Jon
Where's the source for this automated build recipe? I'd like to look it over to determine if I've got enough time to work up patch series for your review that does the following: 1) Strip -s on all exes. I maintain a build recipe at https://github.com/oneclick/rubyinstaller which aggregates