Dynamic linking in Windows GHC 7.0.3

Hussain Sobhy hussain.sob7y at gmail.com
Fri May 27 21:37:43 CEST 2011


When using dynamic linking on windows, shared libraries seem to be stored in
same folders where the packages where installed i.e each library in a
different folder. And these folders aren't visible to the system (by the
PATH variable). Is it possible to specify the folder to which the libraries
(libHSrts-ghc8.03.dll etc.) will be stored ? for example
C:\Windows\System32
Because currently when I try to run any executable which is dynamically
linked it complains about missing dlls.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20110527/d35b1a0b/attachment.htm>


More information about the Glasgow-haskell-users mailing list