From: Bjorn B. <bri...@cs...> - 2007-07-12 10:24:59
|
On Jul 12, 2007, at 3:03 , Edward Ing wrote: > Hello, > > I am using haskelldb 1.0 which is using HSQL 1.7 and attempting to =20= > use the ODBC driver. > I am running under GHC 6.6.1 on Windows platform. I build the APIs =20 > (has'kelldb and HSQL) under GHC 6.6.1. > > At runtime I seem to bump into a link problem with HSQL underlying =20 > Haskelldb. I get the following message. DBDirect is Haskell =20 > programme from haskelldb. > > > DBDirect.exe: > C:\Program Files\Haskell\hsql-1.7\ghc-6.6.1/HShsql-1.7.o: unknown =20 > symbol `_atoi' > DBDirect.exe: user error (resolvedObjs failed.) > > > This tells me that there is a problem with linking. Any thoughts on =20= > how to deal with this. > (I haven't got a usable haskelldb setup yet.) > > Edward Ing I don't really know much about Windows, but shouldn't atoi be in =20 libc? Maybe the hsql or hsql-odbc package needs to have "c" in the =20 extra-libraries field? /Bj=F6rn= |