>>>>> Neil Mitchell <ndmitch...@gmail.com> 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
Glasgow-haskell-users@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users

Reply via email to