
31 Mar
2015
31 Mar
'15
9:21 a.m.
Neil Mitchell
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