DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Writing NFB graphical adapter drivers

Compiling and linking on SVR5 and SCO OpenServer 5

On SVR5 and SCO OpenServer 5 systems, do the following:

  1. Change to the directory where your driver code is located and issue the make command to recompile the driver:

    cd /usr/xlink/Xserver/hw/sco/ports/xxx
    make

  2. If there are compilation errors, resolve them and recompile.

  3. Link the driver into X server using the following commands:

    cd /usr/xlink/Xserver
    make loadXsco


    NOTE: You should not be root when running make loadXsco. However, you must be root to run the Xsco server.

    This creates a statically linked Xsco binary that includes your new driver.o.


© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005