Compiling and linking on SVR5 and SCO OpenServer 5
On SVR5 and SCO OpenServer 5 systems,
do the following:
-
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
-
If there are compilation errors,
resolve them and recompile.
-
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