1 Whew! You really want this stuff to run under solaris, huh?
3 Well, you can try "make solaris" if you have got sun-workshop, if you use gcc
4 "make solaris-gcc" *might* work. The Problem is, everybody installs libXpm in
5 a different place. If you know that your sysadmin put everything that is X11
6 related into, say, /usr/X11, the default targets will work. But if libXpm
7 resides in /usr/local/lib you might help yourself with:
9 make SOLX=/usr/local solaris
11 If all fails, you will have to look at the solaris target and adjust the
12 variables INCLUDES and LIBPATHS to help the compiler find the includes and
15 I also noticed that on one machine wmswallow appeared to generate constant
16 network load (when i was using it over a remote link) so be aware of problems.