Skip to Content.
Sympa Menu

texmacs-users - texmacs.bin: not found

Subject: mailing-list for TeXmacs Users

List archive

texmacs.bin: not found


Chronological Thread 
  • From: Bitouze Denis <address@hidden>
  • To: address@hidden
  • Subject: texmacs.bin: not found
  • Date: Thu, 13 Jun 2002 17:41:33 +0200
  • Organization: IUT GTE Dunkerque

Hello,

I try to use TeXmacs on my Mandrake 8.2 system. The installation, via

rpm -ivh TeXmacs-1.0.0.3-1mdk.i586.rpm

and

rpm -ivh TeXmacs-fonts-1.0-1mdk.noarch.rpm

seems to be OK. But when I want to launch the program, using

texmacs &

I get the following error message

/usr/bin/texmacs: exec: texmacs.bin: not found

So, I checked where was texmacs.bin, using

locate *texmacs*

and I get:

/usr/share/man/man1/texmacs.1.bz2
/usr/share/texmf/doc/help/Catalogue/entries/texmacs.html
/usr/share/TeXmacs-1.0.0.3/doc/dvi/texmacs.dvi
/usr/share/TeXmacs-1.0.0.3/doc/dvi/texmacs.tex
/usr/share/TeXmacs-1.0.0.3/misc/maxima/texmacs.lisp
/usr/share/TeXmacs-1.0.0.3/misc/mime/texmacs.applications
/usr/share/TeXmacs-1.0.0.3/misc/mime/texmacs.desktop
/usr/share/TeXmacs-1.0.0.3/misc/mime/texmacs.keys
/usr/share/TeXmacs-1.0.0.3/misc/mime/texmacs.mime
/usr/share/TeXmacs-1.0.0.3/misc/mupad/texmacs.mu
/usr/share/TeXmacs-1.0.0.3/progs/init-texmacs.scm
/usr/bin/texmacs
/usr/lib/TeXmacs-1.0.0.3/bin/texmacs.bin

Then, I took a look at /usr/bin/texmacs to see if some path had to be
changed:

#!/bin/sh

if [ -z "$TEXMACS_PATH" ] ; then
TEXMACS_PATH=/usr/share/TeXmacs-1.0.0.3
export TEXMACS_PATH
if [ -z "$TEXMACS_BIN_PATH" ] ; then
TEXMACS_BIN_PATH=/usr/lib/TeXmacs-1.0.0.3
export TEXMACS_BIN_PATH
fi
else
TEXMACS_BIN_PATH="$TEXMACS_PATH"
export TEXMACS_BIN_PATH
fi

PATH="$TEXMACS_BIN_PATH/bin:$PATH"
LD_LIBARY_PATH="$TEXMACS_BIN_PATH/lib${LD_LIBARY_PATH+":$LD_LIBARY_PATH
"}"
export PATH LD_LIBARY_PATH

exec texmacs.bin "$@"

I think that /usr/bin/texmacs has not to be modified (but I'm not an
expert :). So, can somebody help me to solve this problem?

Thanks!

Denis.

« Quand ils sont venus chercher les communistes, je n'ai rien dit, je
n'étais pas communiste.
Quand ils sont venus chercher les syndicalistes, je n'ai rien dit, je
n'étais pas syndicaliste.
Quand ils sont venus chercher les juifs, je n'ai rien dit, je n'étais
pas juif.
Quand ils sont venus chercher les catholiques, je n'ai rien dit, je
n'étais pas catholique.
Puis ils sont venus me chercher.
Il ne restait personne pour dire quelque chose. »
-- Pasteur Martin NIEMOLLER / 1942



Archive powered by MHonArc 2.6.19.

Top of Page