GHCI Problem
Dominic Steinitz
dominic.steinitz at blueyonder.co.uk
Sun Sep 4 10:26:59 EDT 2005
Can anyone tell me why ghci has this problem whereas ghc itself doesn't and
how I fix it.
Thanks, Dominic.
[dom at tility LAMH]$ ghci -package hsql-mysql
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version 6.4, for Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package base-1.0 ... linking ... done.
Loading package hsql-1.6 ... linking ... done.
Loading package hsql-mysql-1.6 ... ghc-6.4: can't load .so/.DLL for: c
(/usr/lib/libc.so: invalid ELF header)
dom at tility LAMH]$ ghc -o ListReminders ListReminders.hs -package WASH-CGI
-package hsql-mysql
[dom at tility LAMH]$
More information about the Libraries
mailing list