Re: [Haskell-cafe] hdbc linking errors

2006-10-31 Thread Jeff Polakow
Hello,   I think my problem is a faulty ghc installation and not HDBC. sorry for the noise,   Jeff   [EMAIL PROTECTED] wrote on 10/31/2006 02:31:27 PM: > > Hello, > > When trying to compile a standalone program using hdbc in cygwin, I > get many linker errors. > I have no problems using

[Haskell-cafe] hdbc linking errors

2006-10-31 Thread Jeff Polakow
Hello, When trying to compile a standalone program using hdbc in cygwin, I get many linker errors. I have no problems using my code interactively with ghci. I am using the command line:     ghc --make -package HDBC -package HDBC-odbc -O -o testExecute testExecute.hs Am I missing something?