next up previous contents 5
Next: Building the jpegsoc library Up: Installing the libraries Previous: Installing the XOS library   Contents


Installing the auth library

  1. Checkout the auth software into the /usr/local/dcs directory.

    blctlxx:/usr/local/dcs > cvs checkout auth
    cvs checkout: Updating auth
    cvs checkout: Updating auth/decunix
    U auth/decunix/auth.a
    U auth/decunix/makefile
    cvs checkout: Updating auth/irix
    U auth/irix/auth.a
    U auth/irix/makefile
    cvs checkout: Updating auth/linux
    U auth/linux/auth.a
    U auth/linux/makefile
    cvs checkout: Updating auth/src
    U auth/src/auth.c
    U auth/src/auth.h
    U auth/src/idea.c
    U auth/src/idea.h
    

  2. cd into the linux, decunix, or irix build directory.

    /usr/local/dcs > cd auth/linux

  3. Build the software with the make command.

    blctlxx:/usr/local/dcs/auth/linux > make
    cc -c -O -DLINUX -I../ -I../../xos//src/ ../src/idea.c
    cc -c -O -DLINUX -I../ -I../../xos//src/ ../src/auth.c
    ../src/auth.c: In function `auth_load_key':
    ../src/auth.c:437: warning: assignment makes integer from pointer without a cast
    ar -vr auth.a idea.o auth.o
    r - idea.o
    r - auth.o
    



Scott McPhillips 2002-10-10