From owner-freebsd-ports Sat Jan 18 17:05:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA10385 for ports-outgoing; Sat, 18 Jan 1997 17:05:10 -0800 (PST) Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA10378 for ; Sat, 18 Jan 1997 17:05:08 -0800 (PST) Received: from baloon.mimi.com (sjx-ca55-01.ix.netcom.com [206.214.106.97]) by dfw-ix10.ix.netcom.com (8.6.13/8.6.12) with ESMTP id RAA27296; Sat, 18 Jan 1997 17:04:24 -0800 Received: (from asami@localhost) by baloon.mimi.com (8.8.4/8.6.12) id RAA19089; Sat, 18 Jan 1997 17:04:15 -0800 (PST) Date: Sat, 18 Jan 1997 17:04:15 -0800 (PST) Message-Id: <199701190104.RAA19089@baloon.mimi.com> To: dbabler@Rigel.orionsys.com CC: ports@freebsd.org In-reply-to: (message from Dave Babler on Wed, 15 Jan 1997 10:39:38 -0800 (PST)) Subject: Re: problems making expect From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * That's my original problem... the port won't build because of the * interaction with tcl7.5. Tcl7.5 itself builds fine (and I tried removing * it and installing the package as well) - it's that the expect port doesn't * play well with Tcl and won't build past the point of trying to find * 'private headers' in the tclCongig.sh file. I see. I'm no expect export, but what you probably should do is to unpack the tcl tarball somewhere, edit the expect Makefile to have --with-tclconfig=/usr/local/lib and --with-tclinclude pointing to wherever you extracted the tcl tarball. Satoshi