From owner-freebsd-ports Thu Jun 1 14:37:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BBCC37B5FF; Thu, 1 Jun 2000 14:37:20 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41355; Thu, 1 Jun 2000 14:37:20 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Thu, 1 Jun 2000 14:37:20 -0700 (PDT) Message-Id: <200006012137.OAA41355@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f From: Jean-Marc Zucconi To: andrews@technologist.com Cc: freebsd-ports@FreeBSD.org In-reply-to: <200006011730.KAA10794@freefall.freebsd.org> (message from Will Andrews on Thu, 1 Jun 2000 10:30:02 -0700 (PDT)) Subject: Re: ports/18931: tkrat2 port update to 2.0rc1 X-Mailer: Emacs References: <200006011730.KAA10794@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Will Andrews writes: >> >Synopsis: tkrat2 port update to 2.0rc1 > This doesn't work for me: > cc -O -pipe -I./../imap/c-client -I/usr/local/include/tcl8.2 > -I/usr/local/include/tk8.2 -I/usr/X11R6/include -fpic -DVERSION=\"2.0\" > -c ratDummy.c > ld -Bshareable -x -o ratDummy.so ratDummy.o -lcrypt > echo "if [catch {load ./ratDummy.so; load ./ratatosk2.0.so; > pkg_mkIndex -verbose . ratatosk2.0.so} error] {puts \$error; exit 1}" | > /usr/local/bin/tclsh8.2 > couldn't load file "./ratatosk2.0.so": ./ratatosk2.0.so: Undefined > symbol "Tk_PhotoGetImage" > *** Error code 1 1 - Don't try to build tkrat-2.0rc1 if you have both tcl/tk-8.2 and tcl/tk-8.3 installed :-). The configure script has a bug. This will be fixed in 2.0rc2. 2 - Don't try to build tkrat if you have tk-8.3 installed :-). wish8.3 is compiled with the static tcl/tk libs: this break all programs whose loadable modules want to access to the tcl/tk functions. I have notified the maintainer a few days ago. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message