Missing Data.Map library? GHC 6.8.2 under OS X

2008-06-09 Thread Thomas Krauss
I seem to be having trouble using GHC 6.8.2 and OS X (10.5). It seems that any use of anything from Data.Map results in a link error like Undefined symbols: ___stginit_containerszm0zi1zi0zi1_DataziMap_, referenced from: ___stginit_Main_ in tst_parse.o ld: symbol(s) not found Has anyone

Re: Missing Data.Map library? GHC 6.8.2 under OS X

2008-06-09 Thread Johannes Waldmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 what is the exact source file, what is the compile/link command that causes the error? if you use ghc --make Foo then all dependencies should be handled correctly. what is the output of ghc-pkg list containers? -BEGIN PGP SIGNATURE-

Re: Missing Data.Map library? GHC 6.8.2 under OS X

2008-06-09 Thread Bulat Ziganshin
Hello Thomas, Monday, June 9, 2008, 11:42:40 PM, you wrote: Undefined symbols: ___stginit_containerszm0zi1zi0zi1_DataziMap_, referenced from: ___stginit_Main_ in tst_parse.o ld: symbol(s) not found add --make to cmdline -- Best regards, Bulat

Re: Missing Data.Map library? GHC 6.8.2 under OS X

2008-06-09 Thread Jeremy Shaw
At Mon, 9 Jun 2008 15:42:40 -0400, Thomas Krauss wrote: I seem to be having trouble using GHC 6.8.2 and OS X (10.5). It seems that any use of anything from Data.Map results in a link error like Undefined symbols: ___stginit_containerszm0zi1zi0zi1_DataziMap_, referenced from: