swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems Running SimpleCBug in RedHat 5.1


From: Krishnan Viswanathan
Subject: Problems Running SimpleCBug in RedHat 5.1
Date: Fri, 13 Nov 1998 21:06:04 -0500

Hi,

Thank you all for answering my previous query. I was able to compile and
make the executable, bug. However, now I am confronted with another
problem  which I hope you will help me resolve. The SimpleCBug program
ran but it did not give me any parameter windows as described in the
Swarm Install document. Instead it gave me the following (section of
output):
------------------------------------------------
I moved to X = 41 Y = 41
I moved to X = 42 Y = 42
I moved to X = 42 Y = 41
I moved to X = 43 Y = 41
I moved to X = 44 Y = 40
----------------------------------------------------
Then I checked the config.swarm, Makefile.common and Makefile for Xpm .
Initially the config.swarm, Makefile.common and Xpm Makefile had the
following
----------------------------------------------------
(config.swarm)
swarm_TCLLDFLAGS=""
swarm_TKLDFLAGS=""

 (Makefile.common)
TCLLDFLAGS =
TKLDFLAGS =

(Xpm Makefile)
TKLIBNAME =
TKLIBDIR =
TCLLIBNAME =
TCLIBDIR =
----------------------------------------------------
I then changed the 3 files as follows:
----------------------------------------------------
(config.swarm)
swarm_TCLLDFLAGS="-L${tcllibdir} -Wl,-rpath,${tcllibdir}"
swarm_TKLDFLAGS="-L${tklibdir} -Wl,-rpath,${tklibdir}"

(Makefile.common)
TCLLDFLAGS = -L${tcllibdir} -Wl,-rpath,${tcllibdir}
TKLDFLAGS = -L${tklibdir} -Wl,-rpath,${tklibdir}

(Xpm Makefile)
TKLIBNAME = tk8.0
TKLIBDIR = /usr/lib
TCLLIBNAME = tcl8.0
TCLIBDIR = /usr/lib
----------------------------------------------------
Then after compiling the program again and running bug I got the same
results. No fancy windows.  I would appreciate your help in solving this

problem.

Thanks,
Krishnan


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]