Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 1996 11:40:52 -0800 (PST)
From:      Jaye Mathisen  <mrcpu@cdsnet.net>
To:        hackers@FreeBSD.org
Subject:   Port of tkdesk seems to fail
Message-ID:  <Pine.NEB.3.95.961126113927.8402C-100000@mail.cdsnet.net>

next in thread | raw e-mail | index | archive | help


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/





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.961126113927.8402C-100000>