
15 Feb
2010
15 Feb
'10
12:57 a.m.
Thanks for reply – another issue is with ghc: $ ghc --make graphics.hs -lHSrts -lSystemStubs (the only way which I found to compile correctly on OSX) will compile okay and will run okay, but the program runs slowly and consumes only 15 % of processor in average. In GHCI, it consumes easily 100 % and runs even a bit more fast... Thanks On Feb 14, 2010, at 11:35, Yuras Shumovich wrote:
Loading package X11-1.5.0.0 ... can't load .so/.DLL for: X11 (dlopen(libX11.dylib, 9): image not found)
try DYLD_LIBRARY_PATH=/usr/X11R6/lib ghci graphics.hs