Changes between Version 1 and Version 2 of SharedLibraries/PlatformSupport
- Timestamp:
- 01/29/13 07:00:26 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SharedLibraries/PlatformSupport
v1 v2 23 23 There has been some churn in how dynamic libraries are built since the introduction of the new build system in ghc HEAD (6.11). The only platforms that have been tested with the new system are currently Linux/x86 and Linux/x86-64. The current target is to have GHC itself built statically but to build dynamic libraries such that GHC is capable of linking libraries and programs that use dynamic libraries. 24 24 25 If anyone would like to help, report to the cvs-ghcmailing list or directly to wolfgang.thaller@gmx.net or duncan@well-typed.com.25 If anyone would like to help, report to the ghc-devs mailing list or directly to wolfgang.thaller@gmx.net or duncan@well-typed.com. 26 26 27 27 = Platform-Specific TODO =
