HP2000 Tape Conversion

From: Pete Turnbull <pete_at_dunnington.u-net.com>
Date: Sun Dec 7 05:16:31 2003

On Dec 6, 10:40, Bob Brown wrote:
> How can I get this to run under hpux (the system that has my 9-track
tape
> drive)? I am getting compile errors when I run 'make'...it wants to
find
> things like tapeio.d and someother .d files (and there are .c files
and 1
> .h file but no .d files).

If you want to use the Makefile you need gmake (GNU make) not an
ordinary make, and gcc, because the rule that creates the .d files from
.c files uses gcc-specific switches.

I didn't bother. I compiled Eric's utilities on an SGI running IRIX,
with the IRIX C compiler, like this:

    cc -O -fullwarn -o tsbextract tsbextract.c tapeio.c
    cc -O -fullwarn -o tsbdecode tsbdecode.c tapeio.c

("-fullwarn" is the IRIX cc equivalent of gcc's "-Wall").

If you want to use tsbdecode (to list BASIC programs), ask Eric if you
can have the updated version (tsbdecode is a work-in-progress, and I
recently sent him an update which takes it a bit further towards its
goal).

-- 
Pete						Peter Turnbull
						Network Manager
						University of York
Received on Sun Dec 07 2003 - 05:16:31 GMT

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:35:49 BST