X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Finstalling.xml;fp=docs%2Fusers_guide%2Finstalling.xml;h=4f3a1c2a86f7d42d9e8061d52b776b2769d321fe;hb=b4d1234d58af102db3a064802f3fa7ca3242b8ce;hp=fba07e3bd5c71448d0ecadd1c8c42e7b1629c84a;hpb=d76a7a8ab754cab2c4285b914e84cf1269cddbe6;p=ghc-hetmet.git diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index fba07e3..4f3a1c2 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -420,16 +420,17 @@ truncates them. Similarly ghci is a C wrapper program that The layout of the library directory, $(libdir), is almost identical on Windows and Unix, as follows. Differences between Windows and Unix -are annoted [Win32 only] and are commented below. +are annotated [Win32 only] and are commented below. $(libdir)/ package.conf GHC package configuration ghc-usage.txt Message displayed by ghc ––help + ghci-usage.txt Message displayed by ghci ––help bin/ [Win32 only] User-visible binaries - ghc.exe - ghci.exe + ghc.exe + ghci.exe unlit Remove literate markup @@ -440,7 +441,7 @@ are annoted [Win32 only] and are commented below. ghc-x.xx GHC executable [Unix only] ghc-split Asm code splitter - ghc-asm Asm code mangler + ghc-asm Asm code mangler gcc-lib/ [Win32 only] Support files for gcc specs gcc configuration @@ -450,32 +451,31 @@ are annoted [Win32 only] and are commented below. ld.exe crt0.o Standard - ..etc.. binaries + ..etc.. binaries libmingw32.a Standard - ..etc.. libraries + ..etc.. libraries *.h Include files - imports/ GHC interface files - std/*.hi 'std' library - lang/*.hi 'lang' library - ..etc.. + hslibs-imports/ GHC interface files for the... + ghc/*.hi ...'ghc' library include/ C header files StgMacros.h GHC-specific - ..etc... header files + ..etc.. header files mingw/*.h [Win32 only] Mingwin header files - libHSrts.a GHC library archives - libHSstd.a - libHSlang.a - ..etc.. + lib/ GHC's library + base-2.1 + ..etc.. + + libHSrts*.a GHC RTS archive + libHSghc.a GHC package archive - HSstd1.o GHC library linkables - HSstd2.o (used by ghci, which does - HSlang.o not grok .a files yet) + HSrts.o GHC RTS linkable, used by ghci + HSghc.o GHC package linkable, used by ghci Note that: