Relocatable libraries in windows
Jake Foell
jfoell at gmail.com
Fri Apr 15 17:05:06 CEST 2011
Dear haskell rascals,
In an attempt to create a relocatable repository of development tools, I
created this simple script to configure/build/install packages from
hackageDB. This script is meant to be used in an 'msys' environment on a
windows machine.
To quote the Cabal User's Guide (sec 4.1.2.3)
> A library cannot (currently) be prefix-independent, because it will be
> linked into an executable whose file system location bears no relation to
> the library package
>
So far, this attempt has been successful for me. Improvements, criticism,
and other solutions are welcome. Thanks.
jake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20110415/df28a4af/attachment.htm>
More information about the Libraries
mailing list