Re: shared libraries support in gdc and gdc compilation

2013-05-17 Thread eles
On Friday, 17 May 2013 at 06:22:02 UTC, Johannes Pfau wrote: Am Thu, 16 May 2013 22:21:03 +0100 schrieb Iain Buclaw : Maybe you could help with the unittests passing also. =) Yep. Thank you to both of you, guys.

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread Iain Buclaw
On 17 May 2013 07:22, Johannes Pfau wrote: > Am Thu, 16 May 2013 22:21:03 +0100 > schrieb Iain Buclaw : > > > > > > > Maybe you could help with the unittests passing also. =) > > Yep. BTW: Do you plan to implement exception chaining? Otherwise I > might have a look at that. But the unittests are

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread Johannes Pfau
Am Thu, 16 May 2013 22:21:03 +0100 schrieb Iain Buclaw : > > > Maybe you could help with the unittests passing also. =) Yep. BTW: Do you plan to implement exception chaining? Otherwise I might have a look at that. But the unittests are probably more important for now.

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread Iain Buclaw
On 16 May 2013 14:56, Johannes Pfau wrote: > Am Thu, 16 May 2013 15:45:06 +0200 > schrieb "eles" : > > > Hi, > > > > The two quick questions that I have: > > > > - does gdc support shared libraries compilation/linking, or it > > will rely on pending dmd changes to implement that feature? > > The

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread Johannes Pfau
Am Thu, 16 May 2013 16:08:24 +0200 schrieb "eles" : > Just tested with the gdc-4.8 branch: > > -> gdc -O0 -g "main.d"-o > "/home/e_ftotir/monodevelop-workspace/dtest/bin/Debug/dtest" > Error: cannot find source code for runtime library file 'object.d' > dmd might not be correctly ins

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread eles
On Thursday, 16 May 2013 at 13:56:14 UTC, Johannes Pfau wrote: By the way, thank you for the answers.

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread eles
Just tested with the gdc-4.8 branch: -> gdc -O0 -g "main.d"-o "/home/e_ftotir/monodevelop-workspace/dtest/bin/Debug/dtest" Error: cannot find source code for runtime library file 'object.d' dmd might not be correctly installed. Run 'dmd -man' for installation instructions. Do you

Re: shared libraries support in gdc and gdc compilation

2013-05-16 Thread Johannes Pfau
Am Thu, 16 May 2013 15:45:06 +0200 schrieb "eles" : > Hi, > > The two quick questions that I have: > > - does gdc support shared libraries compilation/linking, or it > will rely on pending dmd changes to implement that feature? The dmd backend changes are not needed for gdc, but the druntime c

shared libraries support in gdc and gdc compilation

2013-05-16 Thread eles
Hi, The two quick questions that I have: - does gdc support shared libraries compilation/linking, or it will rely on pending dmd changes to implement that feature? - does the gdc-4.8 (and, while at it, the gdc-4.7) branch receive updates or it is toi be considered as frozen and abandoned?