[haskell-platform] #132: Can't find dyn base libraries on OS X
haskell-platform
haskell-platform at projects.haskell.org
Wed Jul 21 02:24:17 EDT 2010
#132: Can't find dyn base libraries on OS X
---------------------------+------------------------------------------------
Reporter: pshc | Owner: gregorycollins
Type: defect | Status: new
Priority: major | Milestone:
Component: OSX installer | Keywords:
---------------------------+------------------------------------------------
Trying `ghc -dynamic --make Test.hs` gives
{{{
[1 of 1] Compiling Main ( Test.hs, Test.o )
Test.hs:1:0:
Failed to load interface for `Prelude':
Perhaps you haven't installed the "dyn" libraries for package
`base'?
Use -v to see a list of the files searched for.
}}}
Also, trying to install the dynamic library with `cabal install
--reinstall --enable-shared base` gives
{{{
Resolving dependencies...
cabal: internal error: impossible
}}}
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/132>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
More information about the Haskell-platform
mailing list