Newsgroups: comp.os.minix
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!EU.net!sun4nl!cs.vu.nl!kjb
From: kjb@cs.vu.nl (Kees J Bot)
Subject: Re: Stuck compiling 1.7.2 source
Nntp-Posting-Host: hornet.cs.vu.nl
References: <4j9ejp$u84@carbon.cudenver.edu>
Sender: news@cs.vu.nl
Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
Date: Thu, 28 Mar 1996 10:00:10 GMT
Message-ID: <Doz2GA.7EJ.0.-s@cs.vu.nl>
Lines: 19

ljnice@ouray.cudenver.edu (LINDSEY JEAN NICE) writes:

[Upgrading to 1.7.2 using the source.]

>exec cc -O -D_MINIX -D_POSIX_SOURCE init.c -o init
>Undefined 
>   _setsid
>   _endttyend
>   _getttyent

These functions are new in the 1.7.2 library, so I guess you forgot to
compile a new library.  This also means that you've linked kernel, mm,
and fs against the 1.7.1 library.  It will probably still work, but it
is better to run 'make clean' in src/tools and rerun 'make hdtest'.
(After compiling the library, of course:  cd /usr/src/lib; make install)
--
long:  http://www.cs.vu.nl/~ast/minix.html         Kees J. Bot  (kjb@cs.vu.nl)
short: http://www.cs.vu.nl/ftp/minix/README.html        Systems Programmer
ftp:   ftp://ftp.cs.vu.nl/pub/minix/		   Vrije Universiteit Amsterdam
