#3617: There is no -debug runtime in 6.12 RC1
-----------------------+----------------------------------------------------
Reporter:  guest       |          Owner:                
    Type:  bug         |         Status:  new           
Priority:  normal      |      Component:  Compiler      
 Version:  6.12.1 RC1  |       Severity:  normal        
Keywords:              |       Testcase:                
      Os:  Linux       |   Architecture:  x86_64 (amd64)
-----------------------+----------------------------------------------------
 {{{
 $ cat Hello.hs
 module Main where

 main = print "Hello world"
 }}}

 {{{
 $ ghc -debug --make Hello.hs
 [1 of 1] Compiling Main             ( Hello.hs, Hello.o )
 Linking Hello ...
 /usr/bin/ld: cannot find -lHSrts_debug
 collect2: ld returned 1 exit status
 }}}

 Interestingly there is a debug runtime .so, but no .a. This seems like an
 oversight.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3617>
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