#3374: Profiling libraries are not installed
--------------------+-------------------------------------------------------
Reporter:  scsibug  |          Owner:                
    Type:  bug      |         Status:  new           
Priority:  normal   |      Component:  Build System  
 Version:  6.11     |       Severity:  normal        
Keywords:           |       Testcase:                
      Os:  MacOS X  |   Architecture:  x86_64 (amd64)
--------------------+-------------------------------------------------------
 When building GHC from source, profiling libraries are created as
 requested, but are not installed.

 I followed the README's instructions, doing "sh boot; ./configure; make;
 make install".  No custom build.mk was used.

 Attempting to compile programs with the "-prof" option fails, with a
 message like:

     Could not find module `System.Random':
       Perhaps you haven't installed the profiling libraries for package
 `random-1.0.0.1'?
       Use -v to see a list of the files searched for.

 When using the inplace/bin/ghc-stage2 compiler, instead of the installed
 version, profiled applications can be built without error.

 Running "make show VALUE=GhcLibWays" in the build directory confirms that
 it is set to "v p".  Inspection of the library directory confirms that
 "_p.a" library files exist.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3374>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to