auctex
[Top][All Lists]
Advanced

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

[AUCTeX] Problems with doing "make install"


From: Basil Abou El-Komboz
Subject: [AUCTeX] Problems with doing "make install"
Date: Mon, 24 Mar 2008 09:12:57 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

Hello,

I'm trying to install auctex 11.85 manually on my ubuntu laptop.
"configure" and "make" went fine, without problems, but when I do a "sudo make install" I get the following error:

 sudo make install
./mkinstalldirs rm -f /auctex/tex-site.el # Remove old (CVS-version) mistakes
test ! -f /tex-site.el || { \
           if grep -q "tex-site.*Don't edit." /tex-site.el; then \
            echo "Overwriting old tex-site.el" ; \
           else \
            echo "Renaming old tex-site.el to tex-site.el.save" ; \
            mv /tex-site.el /tex-site.el.save ; \
           fi; \
        }
if test Xno = Xno; \
        then /usr/bin/install -c -m 644 tex-site.el  ; \
        else rm -f /tex-site.el ; \
        fi
/usr/bin/install: missing destination file operand after `tex-site.el'
Try `/usr/bin/install --help' for more information.
make: *** [install-el] Error 1

Any suggestions what to do?

Thanks in advance!

Greetings,
Basil





reply via email to

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