From owner-freebsd-hackers Tue Nov 26 15:41:45 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03648 for hackers-outgoing; Tue, 26 Nov 1996 14:36:17 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA03614 for ; Tue, 26 Nov 1996 14:36:10 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id LAA12897 for ; Tue, 26 Nov 1996 11:42:10 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.7.6/8.7.3) with SMTP id LAA11812 for ; Tue, 26 Nov 1996 11:40:53 -0800 (PST) Date: Tue, 26 Nov 1996 11:40:52 -0800 (PST) From: Jaye Mathisen To: hackers@FreeBSD.org Subject: Port of tkdesk seems to fail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk tkdesk 1.0b3, on -current as of Aug26th. gcc -O2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -c tixImgXpm.c ar rc libdesk.a init.o dsk_ls.o misc.o util.o ot.o o_FileListbox.o tixImgXpm.o ranlib libdesk.a gcc -O2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -c tkAppInit.c gcc -O2 -c malloc.c gcc -s tkAppInit.o malloc.o -o tkdesksh libdesk/libdesk.a netscape-remote/libnetscape.a blt/src/libBLT.a -L/usr/local/lib -ltk41 -L/usr/X11R6/lib -lX11 itcl/src/libitcl.a -L/usr/local/lib -ltcl75 -lm netscape-remote.o: Undefined symbol `_Tk_CreateTimerHandler' referenced from text segment netscape-remote.o: Undefined symbol `_Tk_DoOneEvent' referenced from text segment netscape-remote.o: Undefined symbol `_Tk_DeleteTimerHandler' referenced from text segment netscape-remote.o: Undefined symbol `_Tk_CreateTimerHandler' referenced from tex The libraries are in /usr/local/lib, but I have sucessfully avoided learning any tcl or tk, so I have no idea if they're all the pieces. schizo% ls -ld *tk* -rw-r--r-- 1 bin bin - 478486 Sep 13 16:31 libexpectk.a -rwxr-xr-x 1 bin bin - 444686 Jun 27 16:02 libtk.a* -rwxr-xr-x 1 bin bin - 418041 Jun 27 16:02 libtk.so.3.6* -r-xr-xr-x 1 root bin - 560527 May 11 1996 libtk4.1.so.1.0* -rw-r--r-- 1 root bin - 578954 Nov 22 03:21 libtk40.a -rw-r--r-- 1 root bin - 535720 Nov 22 03:21 libtk40.so.1.0 -r-xr-xr-x 1 root bin - 560612 Aug 27 13:16 libtk41.so.1.0* -rw-r--r-- 1 root bin - 1712 Aug 27 13:16 tkConfig.sh drwxr-xr-x 3 root bin - 512 Jun 27 16:02 tk/ drwxr-xr-x 4 root bin - 512 Nov 22 03:22 tk4.0/ drwxr-xr-x 3 root bin - 512 Aug 27 13:16 tk4.1/ schizo% ls -ld *tcl* -rwxr-xr-x 1 bin bin - 160296 Jun 27 15:54 libtcl.a* -rwxr-xr-x 1 bin bin - 156192 Jun 27 15:54 libtcl.so.7.3* -r--r--r-- 1 root bin - 267247 Apr 2 1996 libtcl7.5.so.1.0 -r-xr-xr-x 1 root bin - 276432 Aug 27 13:09 libtcl75.so.1.0* -rw-r--r-- 1 root bin - 3627 Aug 27 13:09 tclConfig.sh drwxr-xr-x 2 root bin - 512 Jun 27 15:54 tcl/ drwxr-xr-x 2 root bin - 512 Aug 27 13:09 tcl7.5/