HSQL Linking Problem with ghc6

2004-01-05 Thread Charles Perkins
Hello Haskellians, I have been looking for a way to get ghc-compiled haskell programs to talk to a PostgreSQL database, and HSQL seems to be exactly what I need... And what's more, it appears to have downloaded and installed with minimal hassle... Alas (and I am sure this is a problem with my own

Re: HSQL Linking Problem with ghc6

2004-01-05 Thread Christopher Milton
I keep only finding a Java SQL interface on SourceForge when I look for HSQL. What is the URL? --- Charles Perkins <[EMAIL PROTECTED]> wrote: > Hello Haskellians, > > I have been looking for a way to get ghc-compiled haskell programs to > talk to a PostgreSQL database, and HSQL seems to be exactl

Re: HSQL Linking Problem with ghc6

2004-01-05 Thread Christopher Milton
Nevermind, I found it. http://htoolkit.sourceforge.net/ --- Christopher Milton <[EMAIL PROTECTED]> wrote: > I keep only finding a Java SQL interface on SourceForge > when I look for HSQL. What is the URL? > > --- Charles Perkins <[EMAIL PROTECTED]> wrote: > > Hello Haskellians, > > > > I have bee

Re: HSQL Linking Problem with ghc6

2004-01-06 Thread Tomasz Zielonka
On Mon, Jan 05, 2004 at 03:20:04PM -0800, Charles Perkins wrote: > Alas (and I am sure this is a problem with my own lack of knowledge or > misconfiguration of my system) I can't get ghc to link my program to the > HSQL libHSSql.a library. At least I think that is the problem. Did you try '-packag