ChessDB not installing on Suse
Tom F. wrote:
I'm trying to install ChessDB on Suse 10.3. The configure and make
output looks good (quoted below), but it isn't getting installed. Tcl/
Tk and zlib seem to be installed and found by the configure file. I
don't see any obvious errors. Any ideas would be appreciated.
--------------------------------
[...]
g++ -o chessdblet src/chessdblet.o src/engine.o src/recog.o src/misc.o
^^^^^^^^^^^^^^^^^^^^
src/position.o src/movelist.o src/dstring.o
linux-4cod:/home/tom/ChessDB-3.6.19-beta-1 # chessdb
bash: chessdb: command not found
The compiled programm is named chessdblet and don't forget that the current
directory is not in $PATH, so try to start with ./chessdblet
|