Date: Thu, 1 Jun 2000 14:37:20 -0700 (PDT) From: Jean-Marc Zucconi <jmz@FreeBSD.org> To: andrews@technologist.com Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/18931: tkrat2 port update to 2.0rc1 Message-ID: <200006012137.OAA41355@freefall.freebsd.org> In-Reply-To: <200006011730.KAA10794@freefall.freebsd.org> (message from Will Andrews on Thu, 1 Jun 2000 10:30:02 -0700 (PDT)) References: <200006011730.KAA10794@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006012137.OAA41355>