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
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.
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).
What about Iain's ppa: https://launchpad.net/~ibuclaw/+archive/ppa
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
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
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
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