
25 Feb
2005
25 Feb
'05
2:47 p.m.
On Fri, 25 Feb 2005 22:38:32 +0800, Edwin Eyan Moragas
On Fri, 25 Feb 2005 14:25:21 -0000, Bayley, Alistair
wrote: Do you not also need the -l option? e.g. (wild guess, assuming library is libpg.so)
$ ghc -o test -L/usr/local/pgsql/lib -lpg Main.hs
My bad, it's libpq. so: $ ghc -o test -L/usr/local/pgsql/lib -lpq Main.hs works. thanks a bunch! :-) -- kind regards, eyan http://www.eyan.org