|
RE: ghc-pkg makes unnecessary assumptions on Solaris: msg#00004lang.haskell.glasgow.bugs
> How do you install ghc so that ghc-pkg doesn't use the > Solaris linker, but instead > the GNU linker which is called (here) gnu-ld? > > Obviously it doesn't want to use the Solaris linker since > that doesn't have > the --whole-archive option ghc-pkg needs. There isn't a way to do this currently. ghc-pkg's support for building GHCi libs is just a quick hack, it doesn't try to do anything sensible on systems which have GNU ld called something other than 'ld' (or system which don't have GNU ld, for that matter). Just invoke the appropriate ld command by hand. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-886205 ] Record syntax change, SourceForge.net |
|---|---|
| Next by Date: | ghc 6.2 gets confused about Main.hi reuse, C.Reinke |
| Previous by Thread: | [ ghc-Bugs-886205 ] Record syntax change, SourceForge.net |
| Next by Thread: | ghc 6.2 gets confused about Main.hi reuse, C.Reinke |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |