Re: ghci and ld scripts

2004-05-23 Thread Duncan Coutts
On Fri, 2004-05-21 at 17:22, Sven Panne wrote: Simon Peyton-Jones wrote: We've no idea what to do here. In your case it'd be possible to just ignore the script, but presumably not so in general. [...] I've just made a quick test on my SuSE 9.1 Linux and it seems to be the case that an

Re: ghci and ld scripts

2004-05-21 Thread Sven Panne
Simon Peyton-Jones wrote: We've no idea what to do here. In your case it'd be possible to just ignore the script, but presumably not so in general. [...] I've just made a quick test on my SuSE 9.1 Linux and it seems to be the case that an explicit -lpthread is not necessary anymore, even for

ghci and ld scripts

2004-05-16 Thread Duncan Coutts
So here's the problem: We have a Haskell binding to a C library (one of the gtk extension libs) which uses the pthread library. So we put pthread in the extra_libraries section of our ghc package conf file. This works fine when building standalone programs, however when we try and use this