Re: Solaris + TCL + Oratcl + 64bit



On Aug 28, 6:56 am, MTA <oracle...@xxxxxxxxx> wrote:
I am using Solaris 64bit and I am trying to use hammerora to create
some load for testing databases.

I installed TCL 8.5.0 and Oratcl4.4 both as 64bit. When I try to use
hammerora though, it looks for the "wish" executable that does not
come with the source I used

You need to look at this code to see how it decides what wish to use.

1. Does it start with a line like:

#! /some/path/to/wish

2. is it C code that has Tk linked directly

3. is it something else?

If #1, then change that path to the path of yoru 64 bit wish and see
if that works.
If #3, we need more details.
If #2, then building your own 64 bit tcl won't help. You would need to
build the application itself as 64 bit.



.