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

2011-12-10 Thread bearophile
Daniel Green: > Did you install TDM-GCC or MinGW Stable? Like in my precedent test I have installed "tdm-gcc-4.6.1 exe MinGW / sjlj": http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm-gcc-4.6.1.exe/download > TDM-GCC is built with shared libraries using gmp-4.3.2. MinGW sta

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

2011-12-10 Thread Daniel Green
On 12/10/2011 4:38 PM, bearophile wrote: I have tried the same install operations I have tried in a precedent post, and now it says it is not finding this: libgmp-3.dll Did you install TDM-GCC or MinGW Stable? TDM-GCC is built with shared libraries using gmp-4.3.2. MinGW stable is built with

Template makefile for your D project

2011-12-10 Thread bioinfornatics
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 more in README Is very easy to use it just set some

D1 dmd 1.072 release

2011-12-10 Thread Walter Bright
Highlights are use of XMM floating point registers in 64 bit targets, and now supporting OS X 64 as a target. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.072.zip The D2 version will follow in a few days, as those following the D n.g. know.

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

2011-12-10 Thread bearophile
Daniel Green: > Updated binaries. > https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111210.7z I have tried the same install operations I have tried in a precedent post, and now it says it is not finding this: libgmp-3.dll This thread that seems related: http://old

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

2011-12-10 Thread Daniel Green
Updated binaries. https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm-1-gdc-7e22befef29c-20111210.7z * GDC now targets i686 processors. Was targeting i386 which required substituting functions for atomic instructions. I will release MinGW64 binaries soon then work on updating to tip an