Bug#294481: ghci -lpthread fails

2005-02-11 Thread Ian Lynagh
On Fri, Feb 11, 2005 at 11:27:21AM -, Simon Marlow wrote: > On 10 February 2005 23:35, Ian Lynagh wrote: > > > I'm no library expert, so there may be a cleaner/simpler/more portable > > equivalent to the above. > > I'm not that familiar with libtool, but I guess what you're doing here > is c

Bug#294481: ghci -lpthread fails

2005-02-11 Thread Simon Marlow
On 10 February 2005 23:35, Ian Lynagh wrote: > On Thu, Feb 10, 2005 at 07:00:47PM +0100, Juliusz Chroboczek wrote: >> Hi Ian, >> >>> What is your particular problem? >> >> Running Darcs under ghci. > > This seems to work for me (at least in as much as ghci loads and > FastPackedString.lengt

Bug#294481: ghci -lpthread fails

2005-02-10 Thread Ian Lynagh
On Thu, Feb 10, 2005 at 07:00:47PM +0100, Juliusz Chroboczek wrote: > Hi Ian, > > > What is your particular problem? > > Running Darcs under ghci. This seems to work for me (at least in as much as ghci loads and FastPackedString.lengthPS (FastPackedString.packString "Foo") says 3): rm -rf .

Bug#294481: ghci -lpthread fails

2005-02-10 Thread Duncan Coutts
On Thu, 2005-02-10 at 16:58 +, Ian Lynagh wrote: > On Wed, Feb 09, 2005 at 11:13:36PM +0100, Juliusz Chroboczek wrote: > > Package: ghc6 > > Version: 6.2.2-2 > > > > /usr/lib/libpthread.so (comes from libc6-dev 2.3.2.ds1-20) is a GNU > > linker script, not a shared object. This breaks ghci.

Bug#294481: ghci -lpthread fails

2005-02-10 Thread Juliusz Chroboczek
Hi Ian, > What is your particular problem? Running Darcs under ghci. Juliusz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#294481: ghci -lpthread fails

2005-02-10 Thread Ian Lynagh
On Wed, Feb 09, 2005 at 11:13:36PM +0100, Juliusz Chroboczek wrote: > Package: ghc6 > Version: 6.2.2-2 > > /usr/lib/libpthread.so (comes from libc6-dev 2.3.2.ds1-20) is a GNU > linker script, not a shared object. This breaks ghci. Known problem: http://www.haskell.org/pipermail/glasgow-haskell-

Bug#294481: ghci -lpthread fails

2005-02-09 Thread Juliusz Chroboczek
Package: ghc6 Version: 6.2.2-2 /usr/lib/libpthread.so (comes from libc6-dev 2.3.2.ds1-20) is a GNU linker script, not a shared object. This breaks ghci. $ ghci -lphtread ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.2.2, for Haskell 98.