* Rasmus Pank Roulund (2005-06-22) writes: > I'm having some problems compiling the recent AUCTeX (v11.55). I'm running > Windows XP Pro with emacsW32 v21.3. I used to have a old version of AUCTeX > installed but it has been removed from both .emacs and the directory. > > I place AUCTeX in C:\install\Auctex-11.55\. I try to compile it with MSYS, > writing the following in the MSYS command line:
Just to be sure: It is really the MSYS terminal window? The one you can open via the Start menu? The yellow one? > C:/install/auctex-11.55./configure --prefix=c:/programmer/emacs/emacs-21.3/ , > which result in: This looks strange. Aren't you in the auctex-11.55 directory? You should change to that directory by typing cd c:/install/auctex-11.55 <RET> After that you can configure AUCTeX by typing ./configure --prefix=c:/programmer/emacs/emacs-21.3 <RET> (Note that I omitted the trailing slash.) Does typing `make' work after you did this? -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
