all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cygwin makefile; lisp bootstrap
@ 2002-09-06 22:45 Karl Chen
  2002-09-07 12:31 ` Harald.Maier.BW
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Chen @ 2002-09-06 22:45 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cygwin makefile; lisp bootstrap
  2002-09-06 22:45 cygwin makefile; lisp bootstrap Karl Chen
@ 2002-09-07 12:31 ` Harald.Maier.BW
  0 siblings, 0 replies; 2+ messages in thread
From: Harald.Maier.BW @ 2002-09-07 12:31 UTC (permalink / raw)
  Cc: emacs-devel

Karl Chen <quarl@hkn.eecs.berkeley.edu> writes:

> 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

From the emacs/nt/INSTALL file:

    cygwin compiled make 3.79.1:         fails[3, 5]   fails[2?, 5]
    mingw32 compiled make 3.79.1:        okay          okay 

I don't have problem with the mingw make program, except your other
described problem with the CXTERM-DIC and the .tit files.

Harald

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-07 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-06 22:45 cygwin makefile; lisp bootstrap Karl Chen
2002-09-07 12:31 ` Harald.Maier.BW

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.