Re: Template makefile for your D project

2011-12-11 Thread Mike Wey
On 12/11/2011 01:35 AM, bioinfornatics wrote: With Dav1d help we have have do a build system using make. project is here: https://github.com/bioinfornatics/MakefileForD Any feedback are welcome this build system support ldc, gdc, dmd generate tag for geany .pc file for pkg-config Show more

Re: Release: MinGW GCC 4.6.1 GDC 1.070/2,.055

2011-12-11 Thread Daniel Green
On 12/11/2011 2:39 AM, bearophile wrote: I feel stupid -.- Sorry, it's really a packaging issue. Switching GDC to target i686 changed some library and exectuable paths resulting in these issues. I'd like a single zip/rar/7zip with all needed files inside, with GCC too :-) That could be

Re: Release: MinGW GCC 4.6.1 GDC 1.070/2,.055

2011-12-11 Thread Andrew Wiley
On Sun, Dec 11, 2011 at 10:29 AM, Daniel Green ven...@gmail.com wrote: On 12/11/2011 2:39 AM, bearophile wrote: I feel stupid -.- Sorry, it's really a packaging issue.  Switching GDC to target i686 changed some library and exectuable paths resulting in these issues. I'd like a single

Re: Release: MinGW GCC 4.6.1 GDC 1.070/2,.055

2011-12-11 Thread bearophile
Daniel Green: I've repackaged and tested it from a clean install. https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111211.7z Now it compiles a working hello world, thank you :-) A not stripped hello world is 3_908_177 bytes, much bigger than the binary

Re: Release: MinGW GCC 4.6.1 GDC 1.070/2,.055

2011-12-11 Thread Daniel Green
On 12/11/2011 7:33 PM, bearophile wrote: A not stripped hello world is 3_908_177 bytes, much bigger than the binary produced by DMD, and it's 677_888 bytes stripped. DMD 2.057beta+optilink produce a 932_892 bytes hello world binary, while using the same DMD+ulink it becomes 334_576 bytes. I