Re: master branch broken

2014-03-31 Thread Brad Roberts
On 3/31/14, 10:06 AM, Iain Buclaw wrote: On 24 March 2014 07:34, Iain Buclaw wrote: On 23 March 2014 19:28, Iain Buclaw wrote: On 23 March 2014 09:31, Johannes Pfau wrote: Am Sat, 22 Mar 2014 14:50:22 -0700 schrieb Brad Roberts : On 3/22/14, 12:02 PM, Iain Buclaw wrote: On 22 March 2014

Re: master branch broken

2014-03-31 Thread Iain Buclaw
On 24 March 2014 07:34, Iain Buclaw wrote: > On 23 March 2014 19:28, Iain Buclaw wrote: >> On 23 March 2014 09:31, Johannes Pfau wrote: >>> Am Sat, 22 Mar 2014 14:50:22 -0700 >>> schrieb Brad Roberts : >>> On 3/22/14, 12:02 PM, Iain Buclaw wrote: > On 22 March 2014 18:20, Johannes Pfau

Re: using shared runtime and phobos

2014-03-31 Thread ketmar
This is not presently in the configure/build scripts. These will be updated when there exists runtime support for shared libraries. is there anything i can help with? i.e. some directions i can take and write patches? i hardly need this feature, but have closely to none knowledge of D/GCD comp

Re: using shared runtime and phobos

2014-03-31 Thread Iain Buclaw
On 30 March 2014 19:23, ketmar wrote: > can i tell gdc to build and use shared druntime and phobos libraries? it's > ok for me to install gdc system-wide, and i don't like huge compiled D > binaries which won't share the same code. > > i tried '--enable-shared', but it have no effect. > > is there