
23 Jan
2008
23 Jan
'08
11:55 a.m.
Hi Robin, On Wed, Jan 23, 2008 at 04:38:25PM +0000, Robin Houston wrote:
import qualified Data.IntSet as IntSet main = print $ IntSet.empty
gives the errors:
/usr/bin/ld: Undefined symbols: ___stginit_containerszm0zi1zi0zi1_DataziIntSet_ _containerszm0zi1zi0zi1_DataziIntSet_empty_closure _containerszm0zi1zi0zi1_DataziIntSet_zdf3_closure
You don't say what commandline you are using, but it sounds like you need to add either --make or -package containers. Thanks Ian