[darcs-users] ghci hints?

Taral taral at taral.net
Wed Oct 6 03:50:39 UTC 2004


On Tue, Oct 05, 2004 at 03:20:05PM -0400, Andrew Pimlott wrote:
> Thanks for the idea--I knew the answer as soon as I saw the question.
> :-)  Yes, it's a linker script.
> 
>     OUTPUT_FORMAT(elf32-i386)
>     GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )
> 
> But I don't know what to do about it.  I tried hacking around, making
> libpthread.so a link to /lib/libpthread.so.0, and adding
> /usr/lib/libpthread_nonshared.a to the list of objects, but then I get

You'll have to hack up the command line... ghci needs to run with
/lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a

Either that, or try relinking libpthread as a shared lib complete. But
that's yucky.

-- 
Taral <taral at taral.net>
This message is digitally signed. Please PGP encrypt mail to me.
"Some people cause happiness wherever they go; others, whenever they go."
    -- Oscar Wilde
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-users/attachments/20041005/8658f115/attachment.pgp 


More information about the darcs-users mailing list