
You need to cd into fptools/libraries, and say 'make way=t'. (The "way" stuff is described in the building guide. Better still, set GhcLibWays=t to your build.mk file.) This will build a library tree with flag -ticky, which is what you need. You do need to build from source to do this. Simon | -----Original Message----- | From: Kirsten Chevalier [mailto:krc@uclink.berkeley.edu] | Sent: 09 December 2002 19:55 | To: glasgow-haskell-users@haskell.org | Subject: Ticky-ticky profiling? | | Hi, | I'm wondering what needs to be done in order to use ticky-ticky profiling -- | section 5.7 in the Users' Guide says: | | "To be able to use ticky-ticky profiling, you will need to have built | appropriate libraries and things when you made the system. See ?Customising | what libraries to build,? in the installation guide." | | but that section in the installation guide doesn't seem to exist. When I | try to compile programs with -ticky, I get lots of "Could not find interface | file" errors, so presumably I need to "build appropriate libraries and things". | If anyone could tell me what that specifically means, I'd appreciate it. | | Thanks, | Kirsten | | -- | Kirsten Chevalier * krc@uclink.berkeley.edu * Often in error, never in doubt | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users