
15 Oct
2008
15 Oct
'08
2:06 p.m.
Paul Johnston wrote:
paulj@hb-0021209.humanities.manchester:~/haskell/aht/3$ ghc -L=/usr/local/lib/ -o Haq --make Haq.hs [1 of 1] Compiling Main ( Haq.hs, Haq.o ) Linking Haq ... paulj@hb-0021209.humanities.manchester:~/haskell/aht/3$ ./Haq "Bother" "Haq! BotherOr not!" paulj@hb-0021209.humanities.manchester:~/haskell/aht/3$
Tried putting /usr/local/lib in $LD_LIBRARY_PATH but that didn't seem to work, pity. Anyway many, many thanks
I think setting LIBRARY_PATH would work. Cheers Christian