Date: Fri, 31 May 2002 08:11:53 -0400 From: "Wiederholt, Tod" To: smcpeak@cs.berkeley.edu Subject: SafeTP on HP-UX 11i Scott, I noticed on your SafeTP site that you requested any information on compiling and running SafeTP on other versions or platforms that you had listed. I have worked a short amount of time to get it running on HP-UX 11i by making a minor modification to line 28 of the Makefile. I removed the "-g -Wall -g" from that line and with using the HP ANSI C++ compiler is was able to compile the program without errors. Here is a complete list of my instructions: Requirements: safetp 1.46 gmake 3.79.1 HP ANSI C++ *for HP-UX 11i perl 5.6.1 gmp 3.1.1 To build binaries: Link gmp library and header files in source directory: ue ln -s /opt/gmp/lib/libgmp.a . ue ln -s /opt/gmp/include/gmp.h . In the parent build directory, run the following command to prepare for the build: ue CXX=aCC ./configure *for HP-UX 11i Edit the file Makefile: ue At line 28, remove the options -g -Wall -g from this line. *for HP-UX 11i Execute the following: ue gmake to - compile binaries ue gmake check - to check functionality