I've installed Wolfgang Thaller's ghc 6.4 dmg on my G3 iBook running
MacOSX 10.3.8.
ghci works fine, but attempting any compilation fails with the message:
/tmp/ghc441.s:1564:Unknown pseudo-op: .subsections_via_symbols
Please upgrade your gcc by downloading XCode Tools 1.5 from Apple.
Cheers,
Wol
I've installed Wolfgang Thaller's ghc 6.4 dmg on my G3 iBook running
MacOSX 10.3.8.
ghci works fine, but attempting any compilation fails with the message:
/tmp/ghc441.s:1564:Unknown pseudo-op: .subsections_via_symbols
David Eddyshaw
___
Glasgow-haskell
Bugs item #1163018, was opened at 2005-03-14 14:16
Message generated for change (Comment added) made by simonmar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1163018&group_id=8032
Category: Profiling
Group: None
>Status: Closed
>Resolution: Fixed
Prior
The trouble is that instance declarations could be in *any* module. So
at the moment GHC just reports the instances it knows about.
As time goes on, it knows about more modules, so it may report more
instances.
I agree that it's odd that simply reporting one lot makes it know about
more!
And I do
Bugs item #1167383, was opened at 2005-03-21 09:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1167383&group_id=8032
Category: GHCi
Group: None
Status: Open
Resolution: None