Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 1999 00:25:07 -0600
From:      Bill Hamilton <billh@directlink.net>
To:        freebsd stable <freebsd-stable@FreeBSD.org>
Subject:   Make Upgrade
Message-ID:  <36E21BC3.6E03C028@directlink.net>

next in thread | raw e-mail | index | archive | help
Trying to upgrade from 3.0R to 3.1 Current.
I'm failing in telnetd.c .
I've tried removing it and cvsupping again.
Same error:

telnetd.o: In function `telnet':
telnetd.o(.text+0xc7f): undefined reference to `Getstr'
telnetd.o(.text+0xc90): undefined reference to `Getstr'
telnetd.o(.text+0xca1): undefined reference to `Getstr'
telnetd.o(.text+0xcae): undefined reference to `Getstr'

The code looks like:
	if (getent(defent, "default") == 1) {
		char *Getstr();
		char *cp=defstrs;

		HE = Getstr("he", &cp);
		HN = Getstr("hn", &cp);
		IM = Getstr("im", &cp);
		IF = Getstr("if", &cp);
This seems to be an ncurses function, but ncurses.h is not included.
Is anybody getting this? What's the deal?


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36E21BC3.6E03C028>