#1739: Can't compile apps with the -fvia-C flag - Can't locate vars.pm
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:         
      Type:  bug       |         Status:  new    
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.8    
  Severity:  normal    |       Keywords:         
Difficulty:  Unknown   |             Os:  Windows
  Testcase:            |   Architecture:  x86    
-----------------------+----------------------------------------------------
 When I try to compile even the simplest application with the -fvia-C
 flags, the compilation fails with the following error message:

 {{{
 Can't locate vars.pm in @INC (@INC contains: C:/ghc/ghc-6.8.0.20070925/lib
 .) at
  C:\ghc\ghc-6.8.0.20070925\ghc-asm line 1289.
 BEGIN failed--compilation aborted at C:\ghc\ghc-6.8.0.20070925\ghc-asm
 line 1289
 }}}

 the app I used to reproduce bug:
 {{{
 main = putStrLn "Hello, World!"
 }}}
 vars.pm is not present in older versions of GHC but they don't have this
 problem.

 Cheers,

 Olivier Boudry.

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