> How do I go about linking to a static library when using --make?
>
> If i do
>
> ghc --make Module libmodulelib.a
>
> then ghc syas:
>
> chasing modules from Module,libmodulelib.a and complains
> about not being
> able to find the _module_ modulelib.a. Likewise on windows, if I do
>
> ghc --make Module modulelib.dll
>
> it also complains about not finding the _module_ modulelib.dll.
>
> If I specify the object files that makes up modulelib then
> there are no
> complaints, likewise, if I link without --make, ghc uses the library
> just fine.
Thanks, I've fixed this to do The Right Thing, I think.
Cheers,
Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users