[3956] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: TKdesk and Oscar troubles

daemon@ATHENA.MIT.EDU (David M. Cook)
Mon Nov 11 19:41:18 1996

Date: Mon, 11 Nov 1996 16:36:36 -0600 (CST)
From: "David M. Cook" <dcook@cts.com>
Reply-To: dmcook@cts.com
To: redhat-list@redhat.com
In-Reply-To: <32876495.7B59DDC2@future.success.net>
Resent-From: redhat-list@redhat.com



On Mon, 11 Nov 1996, John Banghart wrote:

> I have been trying to get TkDesk and Oscar(both file managers) running
> under 4.0.  I have TkDesk running under 3.0.3, but now it just dumps
> core.  Oscar does the same thing.

There is a TkDesk1.0b3 RPM for 4.0 in the contrib directory on the Redhat
site.  If you want to compile TkDesk yourself, here is the patch I used:

diff -uNr tkdesk-1.0b3.orig/Makefile tkdesk-1.0b3/Makefile
--- tkdesk-1.0b3.orig/Makefile	Wed Sep 25 20:37:58 1996
+++ tkdesk-1.0b3/Makefile	Tue Oct  8 01:52:02 1996
@@ -23,7 +23,7 @@
 #
 # Where the executables will be installed:
 
-BINDIR = /usr/local/bin
+BINDIR = /usr/bin
 #BINDIR = $(HOME)/bin
 
 # Where TkDesk will look for the tkdesk script when started (this is
@@ -34,7 +34,7 @@
 #
 # TkDesk's library will be installed here:
 
-LIBDIR = /usr/local/lib/TkDesk
+LIBDIR = /usr/lib/TkDesk
 #LIBDIR = $(HOME)/lib/TkDesk
 
 # Where TkDesk will look for its library files when started (this is
@@ -65,9 +65,9 @@
 #
 # Flag for linking the Tcl library to TkDesk:
 
-TCLLIB = -ltcl
+#TCLLIB = -ltcl
 #TCLLIB = -ltcl7.4
-#TCLLIB = -ltcl7.5
+TCLLIB = -ltcl7.5
 #TCLLIB = -ltcl7_4
 
 #
@@ -88,9 +88,9 @@
 #
 # Flag for linking the Tk library to TkDesk:
 
-TKLIB = -ltk
+#TKLIB = -ltk
 #TKLIB = -ltk4.0
-#TKLIB = -ltk4.1
+TKLIB = -ltk4.1
 #TKLIB = -ltk4_0
 
 # --------------------------------
@@ -119,8 +119,8 @@
 # to add the appropriate library which allows for dynamic loading on
 # your system, such as -ldl for Linux and SGI or -ldld for HP-UX.)
 
-OTHERLIBS = -lieee           # e.g. Linux with Tcl 7.4
-#OTHERLIBS = -ldl -lieee      # e.g. Linux with Tcl 7.5 and dynamic loading
+#OTHERLIBS = -lieee           # e.g. Linux with Tcl 7.4
+OTHERLIBS = -ldl # -lieee       e.g. Linux with Tcl 7.5 and dynamic loading
 #OTHERLIBS = -ldl -lnsl -lsocket   # e.g. for Solaris
 #OTHERLIBS = -ldl -lsocket    # e.g. for SGI with os5.3 and Tcl 7.5
 #OTHERLIBS = -ldld            # e.g. for HP-UX 9.05 and Tcl 7.5



--
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
  ________________________________________________________________________
  http://www.redhat.com/RedHat-FAQ   http://www.redhat.com/RedHat-Errata
  http://www.redhat.com/RedHat-Tips  http://www.redhat.com/mailing-lists
  ------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post