unregisterised and -prof

Christian Höner zu Siederdissen choener at tbi.univie.ac.at
Mon Feb 6 18:48:38 CET 2012


It would seem that you are building random with profiling enabled:

4. Build  random-1.0.1.1  by new by  ghc/7.4.1/instUnregis
   by
  ghc --make Setup
  ./Setup configure --prefix=/home/mechvel/ghc/7.4.1/instUnregis/lib/ghc-7.4.1 -p
  ./Setup build -v

while your non-reg'ged build of ghc has no profiling libraries.
At least that is what this error says:

* Serge D. Mechveliani <mechvel at botik.ru> [06.02.2012 18:20]:
> 
> System/Random.hs:97:8:
>     Could not find module `Numeric'
>     Perhaps you haven't installed the profiling libraries for package `base'?
>     Use -v to see a list of the files searched for.
> scico:~/ghc/random/random-1.0.1.1> 
> ------------------------------------------------------------

The easiest is to remove the "-p" flag, if you do not need profiling enabled.

Gruss,
Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20120206/01057014/attachment.pgp>


More information about the Glasgow-haskell-users mailing list