Hi all,

I'm trying to get some code to compile on Windows, and have run into an unknown symbol. Has anyone else run into an unknown __fixunsdfdi? I'm using GHC 6.12.3. I'm trying to use my persistent-sqlite package. To reproduce, cabal install persistent-sqlite and then try running the example program[1].

Thanks,
Michael

[1] http://github.com/snoyberg/persistent/raw/ef31e6ddece659b1b8240756a1a47360fad5f268/backends/sqlite/test1.hs