ANNOUNCE: GHC vesrion 5.04.3 released

Ashley Yakeley ashley@semantic.org
Mon, 24 Mar 2003 01:25:05 -0800


In article <C1B4F2F0-5A59-11D7-AA1C-3BA4DAA4D6D3@gmx.net>,
 Wolfgang Thaller <wolfgang.thaller@gmx.net> wrote:

> A Mac OS X installer package is now available at
> http://www.uni-graz.at/imawww/haskell/GHC.5.04.3.dmg
> 
> It includes profiling libraries (this time, they should work), but not 
> the documentation (use the online docs instead).
> This binary requires Mac OS X 10.2 (Jaguar). It will not work on Mac OS 
> X 10.1.

Profiling libraries are still buggy. This file fails to link with 
profiling set:

module Main where
    {
    import System.IO;
    
    main :: IO ();
    main = putStrLn (show ReadMode);
    }

$ ghc -prof ProfTest.hs -o ProfTest_p
ld: warning table of contents of library: 
/usr/local/lib/ghc-5.04.3/libHSbase_p.a not sorted slower link editing 
will result (use the ranlib(1) -s option)
ld: Undefined symbols:
_GHCziHandle_ReadMode_static_info
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 5.04.3
$ uname -a
Darwin Avebury.local. 6.4 Darwin Kernel Version 6.4: Wed Jan 29 18:50:42 
PST 2003; root:xnu/xnu-344.26.obj~1/RELEASE_PPC  Power Macintosh powerpc
$

-- 
Ashley Yakeley, Seattle WA