User guide
200 DC 900-1333P
Freeway User Guide
c. Run the make file:
cd /usr/local/freeway/lib
make -f Makefile.op-sys all
The op-sys variable indicates the operating system: DEC, HPUX, SGI, SOL,
or
SUN. The newly created files will be placed in the proper freeway/client/
op-sys/bin
or freeway/client/op-sys/lib directory.
Step 5: Build the CS API library file (X.25 only) page 49
a. Run the make file:
cd /usr/local/freeway/lib/cs_api
make -f makefile.op-sys all
The op-sys variable indicates the operating system: dec, hpux, sgi, sol, or sun.
The newly created file will be placed in the
freeway/client/op-sys/lib directory.
Step 6: Compile the example SRA page 50
a. If it doesn’t already exist, create the
freeway/server/vw directory.
cd /usr/local/freeway/server
mkdir vw
b. If you did not install the server software in /usr/local, modify the path
assigned to
FWBASE in the freeway/envcom file.
c. If you did not install the Tornado software in
/usr/wind, modify the path
assigned to
WIND_BASE in the freeway/[env486, env68k, or envppc] file.
d. If you will be using a GNU compiler that is not part of a Tornado distribu-
tion, see the Freeway Server-Resident Application and Server Toolkit
Programmer Guide.