#4948: Undefined symbols:
"_processzm1zi0zi1zi4_SystemziProcess_showCommandForUser_closure"
-------------------------+--------------------------------------------------
    Reporter:  ikeg      |        Owner:              
        Type:  bug       |       Status:  new         
    Priority:  normal    |    Milestone:              
   Component:  Compiler  |      Version:  7.0.1       
    Keywords:            |     Testcase:              
   Blockedby:            |   Difficulty:              
          Os:  MacOS X   |     Blocking:              
Architecture:  x86       |      Failure:  None/Unknown
-------------------------+--------------------------------------------------

Comment(by simonmar):

 I created a new ticket for this, and reverted your change to the proposal
 ticket #4305, to avoid confusion.

 This works for me:

 {{{
 GHCi, version 7.1.20110207: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 Prelude> :m +System.Process
 Prelude System.Process> :t showCommandForUser
 showCommandForUser :: FilePath -> [String] -> String
 Prelude System.Process>
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4948#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to