Dear Hugs user, I am trying to install the SOE graphics library for Solaris, but I am having no success. Everything compiles fine, but at run-time I get an error:
ERROR "graphics-2.0.4/lib/x11/Xlib_StdDIS.hs" - Error while importing DLL "/.../chalmers.se/fs/cab/cs/work/proj/multi/home/src/hugs/soe/graphics-2.0.4/lib/x11/Xlib_StdDIS.so": ld.so.1: runhugs: fatal: relocation error: file /usr/X11/lib/libX11.so.6.1: symbol authdes_create: referenced symbol not found <<<
First, I thought it was a dynamic linking problem, so I added "-B static" to linker flags, recompiled, and then I got the following error:
ERROR "graphics-2.0.4/lib/x11/Xlib.hs" - Error while importing DLL "/.../chalmers.se/fs/cab/cs/work/proj/multi/home/src/hugs/soe/graphics-2.0.4/lib/x11/Xlib.so": ld.so.1: runhugs: fatal: relocation error: file /.../chalmers.se/fs/cab/cs/work/proj/multi/home/src/hugs/soe/graphics-2.0.4/lib/x11/Xlib.so: symbol XAllPlanes: referenced symbol not found <<<
And then I gave up (I am not a Makefile hero). Anyone who has done this before who can help me? Thanks, /Koen. -- Koen Claessen http://www.cs.chalmers.se/~koen Chalmers University, Gothenburg, Sweden.