From owner-freebsd-questions Tue Mar 30 5: 6:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from adam.framatome.fr (adam.framatome.fr [192.44.46.1]) by hub.freebsd.org (Postfix) with ESMTP id 260BC15011; Tue, 30 Mar 1999 05:05:58 -0800 (PST) (envelope-from ubc@paris.framatome.fr) Received: from localhost (ubc@localhost) by adam.framatome.fr (8.8.8/8.8.8) with SMTP id PAA13314; Tue, 30 Mar 1999 15:05:35 +0200 (CEST) Date: Tue, 30 Mar 1999 15:05:35 +0200 (CEST) From: Claude Buisson X-Sender: ubc@adam.framatome.fr To: questions@freebsd.org Cc: imp@freebsd.org Subject: problem (ttytype) with socks5 port on 3.1-R Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Trying to use the socks5 port on a 3.1-RELEASE system, I get: telnet.o: In function `gettermname': telnet.o(.text+0xd79): undefined reference to `ttytype' This can be traced back to #ifndef HAVE_SETUPTERM ^^^^^^^^^^^^^^ ... #else #define termbuf ttytype ^^^^^^^ extern char ttytype[]; #endif in telnet.c HAVE-SETUPTERM is defined because the configure script find: checking for setupterm in -ltermcap... no checking for setupterm in -lcurses... no checking for setupterm in -lncurses... yes ^^^^^^^^^ ^^^^^^^ but /usr/include/ncurses.h #if 0 /* MYTINFO not have it */ extern char ttytype[]; /* needed for backward compatibility */ #endif My current "correction" is to modify the Makefile so as not to built the telnet client. Same problem when trying to build the newer socks-v1.0r9. Claude Buisson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message