#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
_______________________________________________
Haskell-platform mailing list
[email protected]
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform