Thanks for all the hints so far, chaps! No luck, though. Here's what
happens. I've listed it step-by-step, just to make sure I'm not
going mad, so please bear with me:
$ cd xtg
[now shows ~/xtg immediately before $ prompt]
$ xt
bash: /home/gdp/xtg/xt: No such file or directory
$ ./xt
bash: ./xt: No such file or directory
$ echo $PATH
/home/gdp/xtg:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/Bin:.
$ pwd
/home/gdp/xtg
$ ldd xt
ldd: can't execute xt (No such file or directory)
$ ls -al
total 1621
drwxr-xr-x 5 gdp users 1024 Jul 3 14:35 ./
drwx--x--x 10 gdp users 1024 Jul 4 07:20 ../
-rw-r--r-- 1 gdp users 16637 Oct 6 2000 CHANGES
-rw-r--r-- 1 gdp users 1495 Oct 6 2000 FILES
-rw-r--r-- 1 gdp users 3938 Oct 6 2000 INSTALL
-rw-r--r-- 1 gdp users 291 Oct 6 2000 LICENSE
drwxr-xr-x 3 gdp users 1024 Oct 6 2000 catman/
-rwxr-xr-x 1 gdp users 85152 Oct 6 2000 dispbox*
-rwxr-xr-x 1 gdp users 80736 Oct 6 2000 dispchrs*
-rwxr-xr-x 1 gdp users 80672 Oct 6 2000 dispclrs*
-rwxr-xr-x 1 gdp users 68700 Oct 6 2000 dispkeys*
-rwxr-xr-x 1 gdp users 71328 Oct 6 2000 dispterm*
drwxr-xr-x 3 gdp users 1024 Oct 6 2000 man/
-rw-r--r-- 1 gdp users 6062 Oct 6 2000 sample.rc
-rwxr-xr-x 1 gdp users 70300 Oct 6 2000 saveterm*
drwxr-xr-x 2 gdp users 1024 Oct 6 2000 trm/
-rwxr-xr-x 1 gdp users 552876 Oct 6 2000 xt*
-rw-r--r-- 1 gdp users 482378 Jun 30 11:31 xt-x86-linux.tar.gz
-rw-r--r-- 1 gdp users 228 Oct 6 2000 xt.dev
-rw-r--r-- 1 gdp users 4246 Oct 6 2000 xt.fc
-rw-r--r-- 1 gdp users 92741 Oct 6 2000 xt.hlp
-rw-r--r-- 1 gdp users 7035 Oct 6 2000 xt.mnu
-rw-r--r-- 1 gdp users 6062 Oct 6 2000 xt.rc
So I think I've done everything that you've suggested and 'ls' seems
to prove that 'xt' is REALLY there. I feel as though I'm about to go
barking mad....
Any other ideas, please? Thanks for your patience.
Gerald.
On Tue, 03 Jul 2001 11:02:06 -0400, Helm wrote:
> cd to the directory where xt sits and try executing it with ./ in front of
> it.
>
> ../xt
Then on Wed, 04 Jul 2001 07:17:23 +0000, Steven wrote:
> Just to make sure that that the dependencies are OK,
> I would go to the /home/gdp/xtg directory and do:
> - ------
> ldd xt
> - ------
And also on Wed, 04 Jul 2001 00:54:16 +0200 (CEST), Ricsi wrote:
> I guess . is not in your path.
> Simply try ./xt
>