Re: Dynamic Library Support for x86_64/Linux

2008-10-23 Thread Clemens Fruhwirth
At Thu, 23 Oct 2008 17:53:51 +0100, Ian Lynagh wrote: > > On Fri, Oct 17, 2008 at 07:01:41PM +0200, Clemens Fruhwirth wrote: > > > > The situation at the moment is > > > > "./configure --enable-shared" gives you stage2 compiler that makes use > > of the ghc package in form of a shared lib. So it

Re: Dynamic Library Support for x86_64/Linux

2008-10-23 Thread Ian Lynagh
On Fri, Oct 17, 2008 at 07:01:41PM +0200, Clemens Fruhwirth wrote: > > The situation at the moment is > > "./configure --enable-shared" gives you stage2 compiler that makes use > of the ghc package in form of a shared lib. So it replaces the static > compiler. With previous incarnations of the bu

Re: Dynamic Library Support for x86_64/Linux

2008-10-22 Thread Simon Marlow
Clemens Fruhwirth wrote: Hi everyone, I'm happy to announce that dynamic library support is back and shows promissing results with the testsuite. At the beginning of the year we had a similar situation but then due to my lack of time, I was not able to complete the whole thing and it started bit

Dynamic Library Support for x86_64/Linux

2008-10-17 Thread Clemens Fruhwirth
Hi everyone, I'm happy to announce that dynamic library support is back and shows promissing results with the testsuite. At the beginning of the year we had a similar situation but then due to my lack of time, I was not able to complete the whole thing and it started bitrotting. But in the last tw