I'm compiling parallel C code on a cluster (HECToR).
Although I won't be running any parallel jobs interactively, my code contains some references to X11 functions which are used when it's run sequentially. The cluster I'm using doesn't support shared libraries, which rules out X11, at least in the way I've been using it so far.
Could you advise me on whether there's anything I can do to compile X11 statically?
Thanks in advance for your help.
Ross