1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Compilation instructions for qstat
Version 1.6
I've simplified the compilation process for qstat. Assuming you
have some sort of make utility and a C compiler, you can run the
following in a shell or command window to compile qstat:
make <operating system>
The supported operating systems are in the Makefile:
solaris Sun Solaris 2.4 and 2.5
sgi irix SGI Irix 5.3
freebsd FreeBSD
linux Linux
windows Windows 95/NT using Microsoft compiler
os2 OS/2 Warp using IBM Visual Age compiler
hp HP-UX 10.20 using their ANSI C compiler
If your system uses GNU cc, edit the Makefile appropriately, or run
make CC=gcc <operating system>
If it doesn't compile for you, try tweaking the library settings
in the Makefile. If your version of Unix is not listed, try freebsd.
On most Unixes, this should be enough to compile qstat:
cc -o qstat qstat.c
As a last resort, send me email and I'll try to help.
steve@activesw.com
|