Below are the changes between Ptolemy0.7.1 and Ptolemy0.7.1p1 To convert the Ptolemy0.7.1 sources to the Ptolemy0.7.1p1 sources, you must do two things: 1) Download the patch file from ftp://ptolemy.eecs.berkeley.edu/pub/ptolemy/ptolemy0.7.1/patches/patch/pt0.7.1p1.patch.gz Uncompress the patch with: gunzip pt0.7.1p1.patch.gz Apply the patch with: cd $PTOLEMY patch -p2 < /tmp/pt0.7.1p1.patch Solaris2.5 notes ---------------- I believe that the Solaris2.5 patch command slightly different from the publically available patch-2.1 Note that /usr/bin/patch under Solaris2.5 does not have a -v option, wheras my /usr/local/bin/patch does: cxh@tycho 24% uname -a SunOS tycho.eecs.berkeley.edu 5.5.1 Generic_103640-09 sun4u sparc SUNW,Ultra-2 cxh@tycho 25% /usr/bin/patch -v patch: Invalid options. patch: Usage: patch [-blNR] [-c|-e|-n] [-d dir] [-D define] [-i patchfile]\ [-o outfile] [-p num] [-r rejectfile] [file] cxh@tycho 26% /usr/bin/patch -p2 < pt0.7p1.patch Looks like a new-style context diff. File to patch: No file found -- skip this patch? [no] cxh@tycho 27% cxh@tycho 27% /usr/local/bin/patch -v Patch version 2.1 You can download a Solaris patch-2.1 via anonymous ftp from: ptolemy.eecs.berkeley.edu Download /pub/gnu/sol2/patch in binary mode. CHANGES ------- * mk/ptbin.mk * mk/ptbin.mk.vc Update version number to 0.7.1p1 * src/pigilib/pigiLoader.cc Incremental Linking fix: If we are compiling under the EGCS compiler, define PT_EGCS and include src/compat/cfront * src/kernel/Linker.sysdep.h Incremental linking fix for hppa