>>>>> Neil Mitchell <[email protected]> writes:
> Is the ability to generate dlls with both shared and non-shared RTS's a
> feature of dynamic linking? At Standard Chartered we build non-shared
> (static) dlls on Windows 32bit and shared-RTS dlls/sos on Linux 64bit. Both
> are essential to us.
I believe for your scenario you would use:
Windows: -shared
Linux: -dynamic -shared
This is from http://www.vex.net/~trebla/haskell/so.xhtml.
John
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users