all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make emacs-unicode-2 in cygwin
@ 2006-10-23  9:12 William Xue
  2006-10-23  9:22 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: William Xue @ 2006-10-23  9:12 UTC (permalink / raw)


Hi,

I try to make emacs-u in cygwin
	./configure
	make bootstrap

and it failed at
	'mv -f emacs.exe bootstrap-emacs.exe'

After reviewed the Makefile, I had some questions:

According to the code snippet from Makefile in src,
---8<--------------------------------------------->8---
bootstrap: bootstrap-emacs${EXEEXT}
bootstrap-emacs${EXEEXT}: temacs${EXEEXT}  
${lispsource}international/charprop.el
	       $(RUN_TEMACS) --batch --load loadup bootstrap
	       mv -f emacs${EXEEXT} bootstrap-emacs${EXEEXT}	
---8<--------------------------------------------->8---

it will rename the emacs.exe to bootstrap-emacs.exe, but when  
emacs${EXEEXT} will be made?

all: emacs${EXEEXT}
emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp}
	       LC_ALL=C $(RUN_TEMACS) -batch -l loadup dump
	       -./emacs -q -batch -f list-load-path-shadows



-- 
Sincerely yours,
William

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

* Re: make emacs-unicode-2 in cygwin
  2006-10-23  9:12 make emacs-unicode-2 in cygwin William Xue
@ 2006-10-23  9:22 ` Andreas Schwab
  2006-10-24  2:45   ` William Xue
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2006-10-23  9:22 UTC (permalink / raw)
  Cc: emacs-devel

"William Xue" <william.xue@gmail.com> writes:

> it will rename the emacs.exe to bootstrap-emacs.exe, but when
> emacs${EXEEXT} will be made?

Here:

> 	       $(RUN_TEMACS) --batch --load loadup bootstrap

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: make emacs-unicode-2 in cygwin
  2006-10-23  9:22 ` Andreas Schwab
@ 2006-10-24  2:45   ` William Xue
  0 siblings, 0 replies; 3+ messages in thread
From: William Xue @ 2006-10-24  2:45 UTC (permalink / raw)
  Cc: emacs-devel

On Mon, 23 Oct 2006 17:22:04 +0800, Andreas Schwab <schwab@suse.de> wrote:

> "William Xue" <william.xue@gmail.com> writes:
>
>> it will rename the emacs.exe to bootstrap-emacs.exe, but when
>> emacs${EXEEXT} will be made?
>
> Here:
>
>> 	       $(RUN_TEMACS) --batch --load loadup bootstrap
>

So, the issue is that the above commander did not dump emacs.exe.

It's another problem.

Thanks.

> Andreas.
>



-- 
Sincerely yours,
William

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

end of thread, other threads:[~2006-10-24  2:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-23  9:12 make emacs-unicode-2 in cygwin William Xue
2006-10-23  9:22 ` Andreas Schwab
2006-10-24  2:45   ` William Xue

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.