Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 1998 18:34:32 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, mark@grondar.za
Cc:        freebsd-current@FreeBSD.ORG, shimon@simon-shapiro.org
Subject:   Re: MAke buildworld fails here. help?
Message-ID:  <199803150734.SAA30752@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> >terminal.o: Undefined symbol `_tgetnum' referenced from text segment
>> >terminal.o: Undefined symbol `_tgetnum' referenced from text segment
>> 
>> This is because kadmin/Makefile and `make world' are broken.
>> kadmin/Makefile neglects to link to libtermcap after libreadline,
>> so only shared linkage works.  Yesterday's version of `make world'
>> doesn't install shared libraries early enough, so shared linkage
>> doesn't get used.
>
>AHA! So is the better fix to repair higher up in the tree or to add the 
>-ltermcap to kadmin/Makefile?

Both bugs should be fixed.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803150734.SAA30752>