I've been trying a simple test of time profiling on a Mac OS 10.3.9
machine. It fails during linking on the program:
main = putStrLn "Hello World!\n"
See the attached typescript. Is this a known problem?
I note that the libraries on this machine can't be ranlib -s'ed since
they have multiple definitions of some symbols. Is this related or can
I ignore these warnings?
Tony Sloane