*BSD News Article 22307


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!howland.reston.ans.net!sol.ctr.columbia.edu!news.kei.com!yeshua.marcam.com!charnel!psgrain!ee.und.ac.za!shrike.und.ac.za!beastie.cs.und.ac.za!maltby
From: maltby@beastie.cs.und.ac.za (Gavin Maltby)
Newsgroups: comp.os.386bsd.questions
Subject: Re: Odd behaviour ... (now solved, but a hack!?)
Date: 13 Oct 1993 00:41:15 GMT
Organization: University of Natal (Durban), South Africa
Lines: 23
Message-ID: <29firb$pi6@shrike.und.ac.za>
References: <29dlc7$sfh@shrike.und.ac.za> <29dq3b$11g@shrike.und.ac.za>
NNTP-Posting-Host: beastie.cs.und.ac.za
X-Newsreader: TIN [version 1.2 PL1]

Hi,

After some fiddling I noticed that it was mainly targets that 
depended on Makefile that were not being built, for whatever
reason.  Also, subr_mcount.o was did not have a {$NORMAL_C}
line with it as all the other targets did (it had nothing---the next
target came straight away).  Knocking out all explicit dependence
on Makefile and adding a {$NORMAL_C} line and then compiling as usual
has lead to repeatable success.  Neither part is sufficient on its
own.

Is the missing info for subr_mcount in error, in which case config
did something funny.  Also, does the screwy Makefile dependency
suggest something happened to mkdep config?

I repeat that immediately after installation everything worked normally.
Something has happened somewhere to confuse things, I just don't know
where.  Any ideas?

Thanks

Gavin