Compiling with -prof doesn't work on HPs (HP-UX 10.20):
-- Main.hs ----------
main = return ()
---------------------
panne@rimatara: > ghc-3.01 -prof Main.hs
ghc-3.01: module version changed to 1; reason: no old .hi file
collect2: ld returned 1 exit status
/usr/bin/ld: Internal Error 4012 (invalid subspace in symbol_value)
Using GHC-2.10 gives the same error. I can't even guess what HP's
linker is trying to tell me, so what's going on here? Without -prof
everything is fine.
--
Sven Panne Tel.: +49/89/2178-2235
LMU, Institut fuer Informatik FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen Oettingenstr. 67
mailto:[EMAIL PROTECTED] D-80538 Muenchen
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne