sco unx252 problem

Stuart Lynne sl at van-bc.wimsey.bc.ca
Thu Aug 23 17:44:19 AEST 1990


The unx252 fix disk apparantly has a bug in the installation script. It
doesn't update /usr/sys/io/libio.a with the new files. [This is the new high
performance SCSI drivers for Xenix.]

To fix:
	
	su
	cd /
	tar xvf unx252
	cd /tmp
	patch init.ad << EOF
	83c83
	< 	/tmp/ad/b1 r libio.a ad0.o ad1.o ad2.o ad3.o ad4.o\
	---
	> 	/tmp/ad/b1 r /usr/sys/io/libio.a ad0.o ad1.o ad2.o ad3.o ad4.o\
	EOF
	./init.ad

The b1 program seems to be a copy of ar that is copying the .o files into
/usr/sys/io/libio.a. But the full pathname was omitted.

-- 
Stuart.Lynne at wimsey.bc.ca ubc-cs!van-bc!sl 604-937-7532(voice) 



More information about the Comp.unix.xenix mailing list