From owner-freebsd-ports Sun Nov 9 04:15:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA05391 for ports-outgoing; Sun, 9 Nov 1997 04:15:33 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA05382 for ; Sun, 9 Nov 1997 04:15:25 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg by adelphi.physics.adelaide.edu.au (5.65/AndrewR-930902) id AA11222; Sun, 9 Nov 1997 22:45:11 +1030 From: Kristian Kennaway Received: by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA06980; Sun, 9 Nov 1997 22:45:11 +1030 Message-Id: <9711091215.AA06980@bragg> Subject: Geomview and TCL/TK To: ports@freebsd.org Date: Sun, 9 Nov 1997 22:45:11 +1030 (CST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The geomview port isnt compiling properly under 3.0-CURRENT, dying with: gcc -O -pipe -DBSD -Dalloca=alloca -I/usr/X11R6/include -I/usr/local/include -I../../common -I../common -DMACHTYPE='"x11"' -I../../../../../include -o testwish ../testwish.c tkcrayola.o crayola.o callbacks.o crayBezier.o crayInst.o crayList.o crayMesh.o crayPolylist.o crayQuad.o crayVect.o -L../../../../../lib/x11 -lgeom -lquad -lpolylist -lvect -lbezier -lmesh -lvect -lsphere -linst -ltlist -llist -lbbox -ldg -lcomment -lskel -lndmesh -lnpolylist -lbbox -lstub -lgeom -lmg -lcamera -lwindow -lshade -loogl -l3d -lcolor -loogl -lgeomutil -lpointlist -L/usr/local/lib -ltk41 -ltcl -L/usr/X11R6/lib -lX11 -lm tkcrayola.o: Undefined symbol `_Tcl_GetFile' referenced from text segment /usr/local/lib/libtk41.so.1.0: Undefined symbol `_Tcl_GetFile' referenced *** Error code 1 Stop. Searching the mailing list archives, I noticed a reference to the fact that some recent TCL changes caused this port to break on standard installs: is there anything I can do manually to make this port compile properly? Thanks, Kris