In article <[EMAIL PROTECTED]>,
 Wolfgang Thaller <[EMAIL PROTECTED]> 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

_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to