François MICHONNEAU <[EMAIL PROTECTED]> writes: > I'm a new user of EMacs and LaTeX, and I want to install AucTeX on my > computer (under WinXP) but I encounter some troubles... > I've ever tried to type the directory names with both simple or double > quotes, with 'C:/' or '/C/' but the Install program returns me always > the same message (see below). However, ChangeLog and configure are > present in C:\auctex\... > Could you help me? > > -------------------- > $ /C/auctex/./configure --with-emacs='/C/Program\ > Files/emacs-21.3/bin' --with-textmf-dir='/C/Program\ > Files/MikTeX/localtexmf' > checking whether make sets $(MAKE)... yes > checking for a BSD-compatible install... /bin/install -c > checking for date in ChangeLog... sed: can't read ChangeLog: No such > file or directory > configure: error: not found > --------------------
AUCTeX has to be compiled in place. That means: $ cd /C/auctex $ ./configure ... -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
