-[Wed Jan 22 10:32:42 1997 by cxh]- If you are running HPUX10, and you plan on using the prebuilt hpux binaries in this directory, then you must have X11R6 installed. If you do not, you will see messages like: /usr/lib/dld.sl: Unresolved symbol: XOpenIM (code) from /users/ptolemy/bin.hppa For some odd reason, HP does not seem to ship a complete X11 distribution. contrib/hpux/XR6built-6.11-sd-9.03.tar.gz contains --start-- X Consortium X11R6 core distribution (PL 11) ready built. Comes with both archive (.a) and shared (.sl) versions of most libraries. All the binaries are compiled to use the shared versions. Author: X Consortium Packages Available: HP-UX 9.03 Dynamically Linked Binary (gzipped) [HTTP] [FTP] (Size: 11.15 MB, Archived: 5 Jul 1995) --end-- This file was downloaded from the hp archives at. http://hpux.cs.utah.edu/hppd/hpux/X11/Core/XR6built-6.11/ I found this location via the hpux faq. To install the tar file: cd to /usr/local gunzip and untar the tar file gunzip /tmp/XR6built-6.11-sd-9.03.tar.gz tar -xf /tmp/XR6built-6.11-sd-9.03.tar You may need to do 'chmod a+r /usr/local/X11R6' set your SHLIB_PATH to include the lib directory: setenv SHLIB_PATH /usr/local/X11R6/lib Then follow the usual Ptolemy installation instructions.