[comp.os.minix] Need help making estdio with bcc/makelib

mstephen@isis.cs.du.edu (Michael R. Stephens) (05/17/91)

When I try to make estdio library using bcc and the makelib shell scrip
it fails in the following section, because it can't find zap1.

Could someone tell me what zap1 does and/or where I can a copy.

>	386)	for specialclassfile in _z_cvt.o _z_tvc.o \
>			fprintf.o fscanf.o printf.o scanf.o \
>			sprintf.o sscanf.o vfprintf.o \
>			vprintf.o vsprintf.o
>		do
> >>>>>>		zap1 $specialclassfile 15 1
>		done ;;
>	esac

Thanks in advance

Mike

-------------------------------------------------------------------------
Mike Stephens              email: mstephens@isis.cs.du.edu
6510 W 109th Ave.          or     uunet!ncar!stcvax!d2atat50!stephens
Westminster, Co. 80020

evans@syd.dit.CSIRO.AU (Bruce.Evans) (05/18/91)

In article <1991May17.122919.22116@mnemosyne.cs.du.edu> mstephen@isis.cs.du.edu (Michael R. Stephens) writes:
>When I try to make estdio library using bcc and the makelib shell scrip
>it fails in the following section, because it can't find zap1.
>
>Could someone tell me what zap1 does and/or where I can a copy.
>...
>> >>>>>>		zap1 $specialclassfile 15 1

This writes the byte 0x01 at offset 15 in the file.
-- 
Bruce Evans		evans@syd.dit.csiro.au