Re: GDC build comes with C/C++ ... ?

2012-11-21 Thread Joseph Rushton Wakeling
On 11/21/2012 06:02 PM, Iain Buclaw wrote: I didn't say it would work. ;-) I know, but I thought I'd at least let you know! ;-) Thanks in any case for the thought. On another note -- big thanks for that donation that pushed DConf over the success line. I thought that was a very generous t

Re: GDC build comes with C/C++ ... ?

2012-11-21 Thread Iain Buclaw
On 21 November 2012 16:51, Joseph Rushton Wakeling wrote: > On 11/21/2012 05:06 PM, Iain Buclaw wrote: >> >> cd gcc && make d.install-common; > > > ... falls over with this error: > > > perl -e 'exit 0;' && /usr/bin/i

Re: GDC build comes with C/C++ ... ?

2012-11-21 Thread Joseph Rushton Wakeling
On 11/21/2012 05:06 PM, Iain Buclaw wrote: cd gcc && make d.install-common; ... falls over with this error: perl -e 'exit 0;' && /usr/bin/install -c ../../gcc-snapshot-20121008/src/gcc/d/dmd-script /opt/gdc/bin/g

Re: GDC build comes with C/C++ ... ?

2012-11-21 Thread Iain Buclaw
On 21 November 2012 13:45, Joseph Rushton Wakeling wrote: > On 11/20/2012 11:51 PM, H. S. Teoh wrote: >> >> Don't install gdc into the system directories; put it in its own tree, >> say, /usr/src/gdc/{bin,include,...}, then add a symlink from >> /usr/bin/gdc -> /usr/src/gdc/bin/gdc. Don't include

Re: Precompiled libraries in D

2012-11-21 Thread Matthew Caron
On 11/21/2012 02:24 AM, Jacob Carlborg wrote: This is a fairly generic D question which would have fit better in the digitalmars.D newsgroup. Ah. I will subscribe to it. But I'll answer it here anyway :) Thank you very much. The precompiled-library-and-header paradigm can be used in D as

Re: GDC build comes with C/C++ ... ?

2012-11-21 Thread Joseph Rushton Wakeling
On 11/20/2012 11:51 PM, H. S. Teoh wrote: Don't install gdc into the system directories; put it in its own tree, say, /usr/src/gdc/{bin,include,...}, then add a symlink from /usr/bin/gdc -> /usr/src/gdc/bin/gdc. Don't include /usr/src/gdc in your $PATH, but just let the symlink do its job. Well