Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!mcvax!hp4nl!botter!star.cs.vu.nl!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Re: More library problems Message-ID: <1587@ast.cs.vu.nl> Date: 27 Oct 88 21:29:53 GMT Article-I.D.: ast.1587 References: <5036@louie.udel.EDU> Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Organization: VU Informatica, Amsterdam Lines: 17 In article <5036@louie.udel.EDU> KYY%NIHCUDEC.BITNET@cunyvm.cuny.edu (M. DOBSON) writes: > >I came up with the following modules as missing: > _dup.s blm.s cmi4.s fat.s lfr6.s lfr8.s mon.s > ret6.s ret8.s retarea.s stop.s strhp.s var.s All these are compiler internal routines. I don't knoow off hand which are needed by which compiler, but they don't seem to be needed, don't worry. They may only be needed for translating EM instructions that the C compiler does not generate, but which Pascal or some other front end use. >Also, should I use the the >brksize.s, catchsig.s, getutil.s, sendrec.s and setjmp.s from >minix/lib/IBM_PC when recreating libc.a? Yes. Andy Tanenbaum (ast@cs.vu.nl)