Changes between Version 10 and Version 11 of SharedLibraries
- Timestamp:
- 08/03/07 12:54:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SharedLibraries
v10 v11 15 15 First of all, we take it as a given that a normal GHC installation will be a good citizen on its host platform: shared libraries will go in the standard locations, and we'll use the system's normal method for finding them at link time and runtime. Windows is an exception: there is no standard location for installing shared libraries on Windows. 16 16 17 So that we can support having multiple versions of GHC installed, shared libraries will have the GHC version number embedded, e.g. `libHS ghc6.6.1-network-1.1.so`.17 So that we can support having multiple versions of GHC installed, shared libraries will have the GHC version number embedded, e.g. `libHSnetwork-1.1-ghc6.6.1.so`. 18 18 19 19 Here is what else we'd like to do:
