From: Marc W. <mar...@gm...> - 2006-03-20 18:09:54
|
On Mon, Mar 20, 2006 at 07:07:03PM +0100, Bj?rn Bringert wrote: > Marc Weber wrote: > >>I once ran into a similar problem in ghci when I had an unneccessary > >>"-lc" in the package configuration, and my libc.so was a linker script. > >Thanks a lot.. It's working like a charm now.. > What did you do to solve the problem? It'd be nice to know in case it > happens to someone else. What you've said cd MySQL (from HSQL) runhaskell Setup configure remove z from library dependencies and install again. > Yeah, you're right, the documentation needs to be updated. It's just > that noone has taken the time to do it yet. Perhaps I can do a little bit because the idea of haskelldb is that great! It's really this way: When using haskell you don't need a debugger. I love it. Just take text editor and start. No bloated gui.. nothing. When talking about quoting you have to pretty print for a particular driver then. > would be easier to read if you wrote it as: > putStrLn $ show $ (head t)!TblLang.iD Sure. That was it.. It drove me crazy.. I would be glad having some of your experience ;) Greetings Marc PS I'll try updating the examples the next days (if I understand them..) The wiki uses still genericConnect, too. |