From owner-freebsd-hackers Sat Dec 13 05:47:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23860 for hackers-outgoing; Sat, 13 Dec 1997 05:47:10 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from gateway.mitre.org (gateway.mitre.org [128.29.31.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23848 for ; Sat, 13 Dec 1997 05:47:02 -0800 (PST) (envelope-from rmoose@gateway.mitre.org) Received: from poisson.mitre.org (poisson.mitre.org [128.29.31.188]) by gateway.mitre.org (8.7.2/8.7.2) with ESMTP id IAA07724; Sat, 13 Dec 1997 08:46:26 -0500 (EST) Received: (from rmoose@localhost) by poisson.mitre.org (8.7.2/8.7.2) id IAA17755; Sat, 13 Dec 1997 08:47:35 -0500 (EST) Date: Sat, 13 Dec 1997 08:47:34 -0500 (EST) From: Robert Moose Reply-To: rmoose@gateway.mitre.org To: SangKyo LEE cc: freebsd-hackers@FreeBSD.ORG Subject: Re: question In-Reply-To: <3.0.1.32.19971213185000.00797e20@dcn.soongsil.ac.kr> Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm a testing fot sending video streams via rsvp. But I have some problem. > > I run vic-2.8 on freebsd and run into the problem with vic not able to work > When make the makefile, it has error. > after run sdr, sdr's monitor displays only black. > > If you know why happen, pls tell me. Yes, we're running it + sdr + vat. I do recall having a problem compiling the rsvp-enabled vic that came with the rsvp distribution (rel4.2a1) from ISI. I believe we found the fix on one of the FreeBSD mailing list archives. It was (I apologize for not being able to acknowledge the person who originally posted this): After you do your ./config, in the Makefile change STATIC = -static to STATIC = -lc (or some equivalent change). I believe this problem + fix originally arose in the context of the non-rsvp vic-2.8. I assume you already have tk4.1 and tcl7.5 installed. Bob MITRE Washington Networking Center