[Haskell-cafe] HaXml and ghci unresolved symbol

Jason Dagit dagit at eecs.oregonstate.edu
Sat Sep 9 12:58:03 EDT 2006


On 9/9/06, Andrea Rossato <mailing_list at istitutocolli.org> wrote:
> Hello!
[snip]
> During interactive linking, GHCi couldn't find the following symbol:
>   TextziXMLziHaXmlziParse_xmlParse_closure
> This may be due to you not asking GHCi to load extra object files,
> archives or DLLs needed by your current session.  Restart GHCi, specifying
> the missing library using the -L/path/to/object/dir and -lmissinglibname
> flags, or simply by naming the relevant files on the GHCi command line.
> Alternatively, this link failure might indicate a bug in GHCi.
> If you suspect the latter, please send a bug report to:
>   glasgow-haskell-bugs at haskell.org
> *Xml>

Maybe "...use -package HaXml interactively with GHCi..." (That's from
the HaXml website.)

So try it with ghci -package HaXml Xml.hs?

HTH,
Jason


More information about the Haskell-Cafe mailing list