From owner-freebsd-current Tue Feb 16 21: 4:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with SMTP id ECADB10F3D for ; Tue, 16 Feb 1999 21:04:30 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 10Cz9x-0006Rq-00; Tue, 16 Feb 1999 22:04:29 -0700 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.2/8.8.3) with ESMTP id WAA51354; Tue, 16 Feb 1999 22:07:08 -0700 (MST) Message-Id: <199902170507.WAA51354@harmony.village.org> To: Andre Albsmeier Subject: Re: runsocks (Was Re: gpib driver - does anybody use it?) Cc: Kris Kennaway , current@FreeBSD.ORG In-reply-to: Your message of "Wed, 10 Feb 1999 13:59:02 +0100." <19990210135902.A7279@internal> References: <19990210135902.A7279@internal> <19990210070611.D10285@internal> Date: Tue, 16 Feb 1999 22:07:08 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19990210135902.A7279@internal> Andre Albsmeier writes: : Hmm, just finished my 3.1 upgrade, compiled socks and runsocks seems : to work now. The only thing that doesn't work is compiling the telnet : included with socks5: : : cc -I. -I../../include -I./../../include -O -pipe -DANDRE -D__USE_FIXED_PROTOTYPES__ -DHAVE_SETUPTERM -DSOCKS -DINCLUDE_PROTOTYPES -DKLUDGELINEMODE -DSOCKS -DINCLUDE_PROTOTYPES -o telnet authenc.o commands.o main.o network.o ring.o sys_bsd.o telnet.o terminal.o tn3270.o utilities.o -L../../lib -lsocks5 -lcrypt -lncurses -Llibtelnet -ltelnet : telnet.o: In function `gettermname': : telnet.o(.text+0x9f2): undefined reference to `ttytype' : *** Error code 1 (continuing) : `all' not remade because of errors. : : But this doesn't bother me because always I runsocks the FreeBSD telnet. : : Anyway, I will keep on experimenting on my home machine (where it failed : yesterday) and look what happened. Maybe it was just to late in the evening Ah yes. the telnet bug. I had forgotten about that one. I'll try to fix it shortly. In fact, most of the r utilities that socks creates could likely be better integrated with FreeBSD's commands. I'll look into how hard that would be. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message