[Haskell-cafe] Problems linking hsql-mysql
Nick Rudnick
joerg.rudnick at t-online.de
Tue Feb 23 19:07:09 EST 2010
Hi Maciej,
I will try to reproduce the error -- could you send me your both *.cabal
files (for hsql & hsql-mysql), if you have changed anything, and your
system configuration.
Is this extremely urgent? I ask this, as these days exactly the end
phase of the projects of about 100 beginner Haskell students, which I am
the one to look after. So I am in a little of slow motion regarding
other things... ;-)
But in case you are in emergency, please let me know... At first sight,
I would say it looks like a configuration problem... ;-)
Cheers,
Nick
Maciej Podgurski wrote:
> Hi,
>
> I have problems linking a simple test program that imports
> Database.HSQL.MySQL via ghc --make Test.hs. The error only occurs when
> importing this module of hsql-mysql-1.7.1. I pasted the building
> output here: http://hpaste.org/fastcgi/hpaste.fcgi/view?id=22911
> (actually it was even longer but hpaste only takes 30k).
>
> When I do ghc -e main Test.hs or starting it from GHCi, everything
> works fine and no errors occur. So I guess all needed .lib files are
> there but GHC can't find them when linking (adding the flag -L"path to
> mysql/lib/opt" doesn't help). Anyone an idea?
>
>
> Best wishes,
>
> Maciej
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
More information about the Haskell-Cafe
mailing list