Re: Release: MinGW64 GCC 4.6.1 GDC 1.070/2.055

2011-12-19 Thread dsimcha
Yeah, I just added the -m64 to the command line for explicitness. I figured out that 64 is the default. On Monday, 19 December 2011 at 16:42:16 UTC, Andrej Mitrovic wrote: On 12/19/11, Andrej Mitrovic wrote: I think it compiles in 64bit mode by default. This assert passes without -m64: stat

Re: Release: MinGW64 GCC 4.6.1 GDC 1.070/2.055

2011-12-19 Thread dsimcha
ngw32/4.6.1/../../../../lib/libgphobos.a( win32.o):(.text+0xca): undefined reference to `_bss_end__' collect2: ld returned 1 exit status On Monday, 19 December 2011 at 16:10:32 UTC, dsimcha wrote: Seems to work in 32-bit mode, but crashes in 64-bit mode. hello.d: import std.stdio;

Re: Release: MinGW64 GCC 4.6.1 GDC 1.070/2.055

2011-12-19 Thread dsimcha
Seems to work in 32-bit mode, but crashes in 64-bit mode. hello.d: import std.stdio; void main() { writeln("Hello, world."); } gdc -o hello.exe hello.d -m64 -v2 hello.exe (crash) Running Windows 7, TDM-GCC 64 installed with the bundle installer. On Monday, 19 December 2011 at 03:27:

Re: Release: MinGW64 GCC 4.6.1 GDC 1.070/2.055

2011-12-18 Thread dsimcha
Nice work. One question, though: Why are you using an ancient revision of GDC? I'll try your build out, but I'm not sure most of my code still compiles on 2.055. That's **two** releases behind now, and two very significant releases. On 12/18/2011 10:27 PM, Daniel Green wrote: Please post

GDC 2.057 Merged

2011-12-15 Thread dsimcha
Thanks to Iain Buclaw for his hard work! What was different about this release that made the merge go so fast? What can we do to make these merges easier on you in the future?

Re: 2.056 merge update

2011-12-08 Thread dsimcha
f ../../gcc-4.6.1.tar.bz2 cd gcc-4.6.1 ln -s ../../../d gcc/d ./gcc/d/setup-gcc.sh -v2 mkdir objdir cd objdir export LD_LIBRARY_PATH=/cis/home/dsimcha/opt/tools/lib:$LD_LIBRARY_PATH ../configure --enable-languages=d --disable-shared \ --prefix=/gdc --enable-multilib \ --with-bugurl="htt

Re: C compiler cannot create executables?

2011-09-27 Thread dsimcha
== Quote from Iain Buclaw (ibuc...@ubuntu.com)'s article > For Debian/Ubuntu, you also need to consider that they've been experimenting > with > multiarch system for 32 and 64bit, which requires special patches to GCC so > that > it can find the correct locations of headers, libraries, etc. > If

Re: C compiler cannot create executables?

2011-09-27 Thread dsimcha
On 9/27/2011 1:44 AM, Iain Buclaw wrote: For Debian/Ubuntu, you also need to consider that they've been experimenting with multiarch system for 32 and 64bit, which requires special patches to GCC so that it can find the correct locations of headers, libraries, etc. If you are using a vanilla GC

C compiler cannot create executables?

2011-09-26 Thread dsimcha
I keep getting the following error on two newly set up Debian testing boxes, as well as a Ubuntu Oneric box, when building GDC tip using GCC 4.6.1: checking for x86_64-unknown-linux-gnu-gcc... /var/tmp/gdcStuff/gdc/dev/gcc-4.6.1/objdir/./gcc/xgcc -B/var/tmp/gdcStuff/gdc/dev/gcc-4.6.1/objdir/.

Re: GDC Updated to 2.055/1.070

2011-09-23 Thread dsimcha
== Quote from maarten van damme (maartenvd1...@gmail.com)'s article > I hope gdc (for D2) gets included in gcc so I can simply download it from > synaptic :D I don't think this will ever be a good solution. The glacial and centralized nature of Linux packaging conflicts with the fast-moving natur

GDC Updated to 2.055/1.070

2011-09-12 Thread dsimcha
Thanks to Iain Buclaw's hard work, GDC is now updated to the latest 2.055/1.070 DMD front end. Get it while it's hot at https://bitbucket.org/goshawk/gdc/overview . Generally, I think this forum should start having announcements when GDC is updated to the latest DMD front end. Also, I can't wait

Equivalent of dmd.conf for gdc?

2011-08-15 Thread dsimcha
Is there any equivalent of dmd.conf for GDC that I can use to specify default import directories and linking search directories that I want only GDC to be aware of?

Re: Installing GDC to home directory?

2011-08-15 Thread dsimcha
== Quote from Iain Buclaw (ibuc...@ubuntu.com)'s article > == Quote from Johannes Pfau (s...@example.com)'s article > > dsimcha wrote: > > >Is there an easy way to compile and install GDC + Phobos, druntime and > > >a few custom libraries to your home direc

Installing GDC to home directory?

2011-08-14 Thread dsimcha
Is there an easy way to compile and install GDC + Phobos, druntime and a few custom libraries to your home directory on a machine that you don't have root access to?

Re: MinGW64 Build Instructions

2011-05-14 Thread dsimcha
On 4/30/2011 1:42 AM, Daniel Green wrote: https://bitbucket.org/goshawk/gdc/wiki/MinGW64 The above link details the process of building GDC with TDM64. The instructions are not great at the moment. It's getting late and I rushed them. I'll get the patches posted sometime tomorrow. Post any ques

Re: MinGW64 Build Instructions

2011-04-30 Thread dsimcha
On 4/30/2011 1:42 AM, Daniel Green wrote: https://bitbucket.org/goshawk/gdc/wiki/MinGW64 The above link details the process of building GDC with TDM64. The instructions are not great at the moment. It's getting late and I rushed them. I'll get the patches posted sometime tomorrow. Post any ques

Re: Win64 MinGW

2011-04-15 Thread dsimcha
== Quote from Daniel Green (ven...@gmail.com)'s article > On 4/15/2011 1:38 PM, dsimcha wrote: > > How far away are we from getting a reasonably stable/usable MinGW GDC for > > Win64? I've noticed that GDC for Linux has made tremendous strides lately > > and >

Re: Win64 MinGW

2011-04-15 Thread dsimcha
== Quote from Daniel Gibson (metalcae...@gmail.com)'s article > Am 15.04.2011 19:38, schrieb dsimcha: > > I've just had the unexpected misfortune of having my work computer break, > > and > > then the unexpected fortune of being told I'm getting an 8 core w

Win64 MinGW

2011-04-15 Thread dsimcha
I've just had the unexpected misfortune of having my work computer break, and then the unexpected fortune of being told I'm getting an 8 core with 24 gigs of RAM to replace it. However, I strongly prefer Windows as my desktop OS. Therefore, I've started caring a lot more lately about 64-bit Window

Re: GDC/MinGW snapshot 3/28/2011

2011-03-28 Thread dsimcha
On 3/28/2011 9:57 PM, Daniel Green wrote: https://bitbucket.org/goshawk/gdc/downloads/gcc-4.5.1-tdm-1-gdc-r510-20110328.zip New/Changed Features: * GDC was updated to r510 * std.stdio should now work properly for D2. Unchanged/Pending: * libgphobos is still not stripped. An attempt was made to

Re: gcc 4.5.2 or DragonEgg for GDC?

2011-03-24 Thread dsimcha
== Quote from Iain Buclaw (ibuc...@ubuntu.com)'s article > == Quote from dsimcha (dsim...@yahoo.com)'s article > > == Quote from Jason E. Aten (j.e.a...@gmail.com)'s article > > > Has anyone ported GDC over to gcc 4.5.2 by chance? > > > Or even better,

Re: gcc 4.5.2 or DragonEgg for GDC?

2011-03-24 Thread dsimcha
== Quote from Jason E. Aten (j.e.a...@gmail.com)'s article > On Thu, 24 Mar 2011 16:31:14 +, dsimcha wrote: > > == Quote from Jason E. Aten (j.e.a...@gmail.com)'s article > >> Has anyone ported GDC over to gcc 4.5.2 by chance? Or even better, > >> already g

Re: gcc 4.5.2 or DragonEgg for GDC?

2011-03-24 Thread dsimcha
== Quote from Jason E. Aten (j.e.a...@gmail.com)'s article > Has anyone ported GDC over to gcc 4.5.2 by chance? > Or even better, already gotten GDC to work with DragonEgg (the LLVM > plugin). > I know about LDC2 of course, but DragonEgg would obviate the need for it > because DragonEgg makes LLVM

Re: Any plans for gdc (D2) releases?

2011-03-17 Thread dsimcha
== Quote from Nick Treleaven (nos...@example.net)'s article > Hi, > Personally I haven't built GDC but I'm really pleased about the work done > to support D2, which appears up to date with DMD. I'm wondering are there > plans to make tarball releases or is GDC not stable enough? > I think if there

Re: Win64/MinGW

2010-11-14 Thread dsimcha
== Quote from Daniel Gibson (metalcae...@gmail.com)'s article > dsimcha schrieb: > > I'm thinking of working on getting GDC MinGW binaries up somewhere. I > > understand the MinGW build process is highly non-trivial, and I'm trying to > > decide if it's

Win64/MinGW

2010-11-14 Thread dsimcha
I'm thinking of working on getting GDC MinGW binaries up somewhere. I understand the MinGW build process is highly non-trivial, and I'm trying to decide if it's worth the effort. What is the status of MinGW for 64-bit Windows? Is there any theoretical reason why 64-bit GDC for MinGW shouldn't wo

GDC2 Roadmap

2010-11-08 Thread dsimcha
I've noticed tremendous progress lately in getting GDC2 up to date. It's now only a few releases behind DMD and rapidly closing the gap. Excellent work, Iain! Once these last few merges are done, which of the following systems will GDC2 be almost immediately usable on, and which ones will still

Re: D2 Blockers?

2010-08-17 Thread dsimcha
== Quote from Iain Buclaw (ibuc...@ubuntu.com)'s article > Current developments that are taking priority first (in order) are: > * Updating/Uploading packages in Debian and Ubuntu - as of writing, package > is currently being built in Debian, with a predicted success across all 14 > supported archi

D2 Blockers?

2010-08-16 Thread dsimcha
What are the current blockers to merging non-ancient versions of D2 into GDC? I've been quietly following the project and noticed that: 1. It's actively being worked on. 2. D1 is up to date. 3. There were a bunch of issues w.r.t. druntime, but these seem to be resolved. 4. A new version of

Re: 1.041 is now working

2009-11-22 Thread dsimcha
== Quote from Michael P. (baseball@gmail.com)'s article > Just to let everyone now, I have got 1.041 as the latest front end now. Yipee! > Still don't think it's working with 4.3.4, but I haven't tested it. Has only been tested on 4.1.2 on my Ubuntu 9.10 system. I'll try to get that fixed soon.