From owner-freebsd-ports Wed Oct 30 13:57:52 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA03492 for ports-outgoing; Wed, 30 Oct 1996 13:57:52 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA03487; Wed, 30 Oct 1996 13:57:44 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id FAA01248; Thu, 31 Oct 1996 05:57:39 +0800 (WST) Message-Id: <199610302157.FAA01248@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: asami@freebsd.org (Satoshi Asami) cc: chuckr@glue.umd.edu, ports@freebsd.org Subject: Re: expect build failure In-reply-to: Your message of "Wed, 30 Oct 1996 13:38:03 PST." <199610302138.NAA21271@silvia.HIP.Berkeley.EDU> Date: Thu, 31 Oct 1996 05:57:37 +0800 From: Peter Wemm Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > I have itcl installed (there is a "libtk41i" shared library in > /usr/local/lib), could it be causing the confusion? > > Satoshi > ------- > ===> Extracting for expect-5.21 > ===> expect-5.21 depends on shared library: tk41\.1\. - found > (cd /usr/ports/x11/tk41 && make extract) > Checksums OK. > ===> Extracting for tk-4.1 > ln -s /usr/ports/x11/tk41/work/tk* /a/ports/lang/expect/work > ===> Patching for expect-5.21 [...] > cc -O2 -pipe -g -fPIC -o expectk exp_main_tk.o -L/a/ports/lang/expect/work/e xpect-5.21 -lexpect521 -LNONE/lib/itcl -ltk41i -ltcl75 -lutil -L/usr/X11R 6/lib -lX11 -lm > ld: -ltk41i: no match > *** Error code 1 Hmm, it's getting the itcl stuff from somewhere, but it's not showing it up in the config output.. Have a look through the config.status file and see what values it's picked up for TCL_LIB_SPEC, TCL_BUILD_LIB_SPEC etc. Hmm, no, that would be in the tclConfig.sh and tkConfig.sh files. Hmm... The tkConfig.sh file hasn't been overwritten by any chance, has it? Cheers, -Peter