This document contains a lot of information on the current Web distribution. Some of it may not be relevant to your situtation.
| Web | Irix | processors |
|---|---|---|
| web2 | 5.3 | all |
| web3 | 6.2 | R4*** |
| web4 | 6.2 | R5000,R8000,R10000 |
cd WEB_DIR/src
mv web? web?_orig
make -f Makefile?
cd WEB_DIR/srcIf the make operation fails or the new executable does not run contact us at the address below.
mv web?.a web?_orig.a
make -f Makefile?
Notes: The archive ar command in the Makefile will
use a lot of space in your TMPDIR. If you get a message
about no space being left on your device I suggest you
redefine TMPDIR to a directory that has space (e.g.):
setenv TMPDIR /usr/tmp
| WEB | Irix | processors | make |
|---|---|---|---|
| web2 | 5.3 | all | make 2 |
| web3 | 6.2 | R4*** | make 3 |
| web4 | 6.2 | R5000,R8000,R10000 | make 4 |
| -P_SGIOSF | cpp flag used IEEE Format numbers on DEC-UNIX | -DSP_SUNSP | cpp flag used for selective compilation on Sun 4.* Unix | -DSP_UNIX | cpp flag for selective compilation on Unix | -DSP_NT | cpp flag for selective compilation on NT | -O2 | optimization level | -mips2 | target SGI architecture | -mips3 | target SGI architecture | -mips4 | target SGI architecture | -32 | 32 bit code | -n32 | 64 bit code with 32 bit addresses | -g | for debug use | -woff | ignore enumerated warnings | -DFUNCPROTO | require function prototypes | -fullwarn | list verbose warnings |
| -Xm | motif | -Xt | X Toolkit | -X11 | X11 | -PW | Window | -M | math |
Send such info to:
ArDean Leith
Wadsworth Labs, P.O. Box 509, Albany, New York 12201
phone: 518-486-5604
fax: 518-474-7992
email: spider@wadsworth.org
WWW:
http://www.wadsworth.org/spider_doc/web/docs/web.html
Source file: compiles.html Updated: 10 Mar 1998 ArDean Leith