GHC non-standard interface file location problem
Simon Peyton-Jones
simonpj@microsoft.com
Thu, 5 Apr 2001 00:58:33 -0700
Add "-package concurrent" to your command line.
In general, GHC-usage messages should go to
glasgow-haskell-users@haskell.org
Simon
| -----Original Message-----
| From: Bernd Holzm=FCller [mailto:holzmueller@ics-ag.de]=20
| Sent: 05 April 2001 08:50
| To: haskell@haskell.org
| Subject: GHC non-standard interface file location problem
|=20
|=20
| Hi all,
|=20
| while compiling a file select.hs ghc said:
|=20
| select.hs:1:
| Could not find interface file for `Concurrent'
| in the directories ./*.hi
| =20
| c:/programme/haskell/ghc-4.08/lib/imports/std/*.hi
|=20
| can someone tell me why ghc does not find the interface files=20
| for the concurrency library (or any of the other non-standard=20
| libraries) or how to tell ghc, where this library sits? Is=20
| there any GHC INCLUDE path to be set? I am using ghc 4.08 on=20
| a Windows NT machine.
|=20
| Thanks,
| Bernd Holzm=FCller
|=20
| _______________________________________________
| Haskell mailing list
| Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell
|=20