[Haskell-cafe] Undefined symbols base_DataziTuple_ZxxxT_con_info

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Nov 5 15:01:55 EST 2008


Hello dmitry,

Wednesday, November 5, 2008, 10:46:20 PM, you wrote:

> (.text+0x66dd7):fake: undefined reference to `base_DataziTuple_Z110T_con_info

looks like you omitted --make on cmdline. without this switch, ghc
don't automaticaly links in packages used in you program.
alternatively you may try to use "--package base" (for this case) but
--make is more generic way - it automatically links in all packages
used

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list