[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Installation of auctex fails - Mac OS X 10.7 - Emacs 24
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] Installation of auctex fails - Mac OS X 10.7 - Emacs 24 |
Date: |
Sun, 28 Oct 2012 19:02:36 +0100 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Søren Christensen <address@hidden> writes:
> I have tried that, not working
>
> $ which emacs says: /usr/bin/emacs
> and thats exactly what ./configure asks for!
Ok, checking your config.log again, the reason it fails is that this
command:
/usr/bin/emacs -batch -no-site-file -eval '(let* ((x (if (featurep
(quote xemacs)) "yes" "no"))) (write-region (if (stringp x) x (prin1-to-string
x)) nil "./conftest-2068"))'
fails with
Opening output file: no such file or directory,
/Users/pastor/Privat/Søren/computer/auctex-11.86/conftest-2068
Can you run it in a terminal? I can; it creates a file conftest-2068
containing "no" (no, I'm not XEmacs).
Bye,
Tassilo