Re: Building GDC on Ubuntu

2011-05-24 Thread Jérôme M. Berger
Don wrote: > I really want to use D but I'm constantly frustrated by issues just > like this. > > I get the same error message on 64 bit Ubunutu 10.10 as well. > Have you tried adding "CC=$(which gcc)" to your configure command line? Jerome -- mailto:jeber...@free.fr htt

Re: Building GDC on Ubuntu

2011-05-23 Thread Adam Burton
Don wrote: > I really want to use D but I'm constantly frustrated by issues just > like this. > > I get the same error message on 64 bit Ubunutu 10.10 as well. > > I do plan to stick with it and when D is within 5% of the speed of gcc > for my type of application (computer chess) I'm switching.

Re: Building GDC on Ubuntu

2011-05-23 Thread Adam Burton
Trass3r wrote: > What about Iain's ppa: https://launchpad.net/~ibuclaw/+archive/ppa I've not tested it but these looks like D1 packages rather than D2 (based on the contents of std in libphobos packages).

Re: Building GDC on Ubuntu

2011-05-23 Thread Trass3r
What about Iain's ppa: https://launchpad.net/~ibuclaw/+archive/ppa

Re: Building GDC on Ubuntu

2011-05-22 Thread Don
I really want to use D but I'm constantly frustrated by issues just like this. I get the same error message on 64 bit Ubunutu 10.10 as well. I do plan to stick with it and when D is within 5% of the speed of gcc for my type of application (computer chess) I'm switching. Sorry I cannot be of more

Re: Building GDC on Ubuntu

2011-04-20 Thread edam
Jérôme M. Berger Wrote: > I am going to take a bet that you have "." in your path. If that is > the case, you need to add "CC=$(which gcc)" to your configure > command line (and it is not something you are doing wrong, it is a > bug in gcc). That worked! Jérôme, you are a star! Thank yo

Re: Building GDC on Ubuntu

2011-04-20 Thread Jérôme M. Berger
edam wrote: > Hi there, > > I'm trying to follow the instructions at > https://bitbucket.org/goshawk/gdc/wiki/Home to build GDC from the mercurial > repos, but I've not been successful. Not being familiar with the GCC build > process myself, I was wondering if anyone could shed a bit of light o

Building GDC on Ubuntu

2011-04-19 Thread edam
Hi there, I'm trying to follow the instructions at https://bitbucket.org/goshawk/gdc/wiki/Home to build GDC from the mercurial repos, but I've not been successful. Not being familiar with the GCC build process myself, I was wondering if anyone could shed a bit of light on the problem? I shoul