From: Edward I. <edw...@gm...> - 2007-07-12 01:03:46
|
Hello, I am using haskelldb 1.0 which is using HSQL 1.7 and attempting to use the ODBC driver. I am running under GHC 6.6.1 on Windows platform. I build the APIs (has'kelldb and HSQL) under GHC 6.6.1. At runtime I seem to bump into a link problem with HSQL underlying Haskelldb. I get the following message. DBDirect is Haskell programme from haskelldb. DBDirect.exe: C:\Program Files\Haskell\hsql-1.7\ghc-6.6.1/HShsql-1.7.o: unknown symbol `_atoi' DBDirect.exe: user error (resolvedObjs failed.) This tells me that there is a problem with linking. Any thoughts on how to deal with this. (I haven't got a usable haskelldb setup yet.) Edward Ing |