all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Chen <quarl@hkn.eecs.berkeley.edu>
Subject: cygwin makefile; lisp bootstrap
Date: Fri, 6 Sep 2002 15:45:39 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0209061515180.13431-100000@hkn.eecs.berkeley.edu> (raw)

Hi,

the NT makefiles from cvs do not work out-of-box for cygwin. For some
directories I had to go into that directory and type

       CURDIR=`pwd` make [bootstrap/all/etc]

to get it to work. Even though it uses cygwin gcc, emacs doesn't compile
in cygwin support (-mno-cygwin); thus paths such as "/cygdrive/d/emacs"
don't work.  Assuming D: is mapped onto /cygdrive/d, pwd in D:/emacs and
/cygdrive/d/emacs return those paths respectively, even though they are
the same physical path. I used the configure.bat script in nt/. I don't
know how the makefile decided to use /cygdrive/d/emacs, but the error
message is very cryptic ("some_file could not be opened").

Besides the makefile problem, other people compiling Emacs on Cygwin
should also be cautioned against being "in" a cygwin POSIX path rather
than an NT path when making. I.e., paths "/usr/local", "/cygdrive/c", etc.
won't work; use the X:/ mounts.

-- 
Karl Chen / quarl@quarl.org

             reply	other threads:[~2002-09-06 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-06 22:45 Karl Chen [this message]
2002-09-07 12:31 ` cygwin makefile; lisp bootstrap Harald.Maier.BW

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0209061515180.13431-100000@hkn.eecs.berkeley.edu \
    --to=quarl@hkn.eecs.berkeley.edu \
    --cc=q.edg434582@quarl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.