Welcome, and getting started

John Wiegley johnw at newartisans.com
Tue Mar 31 13:21:31 UTC 2015


>>>>> Neil Mitchell <ndmitchell at 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


More information about the Glasgow-haskell-users mailing list