* ../src/bootstrap-emacs.exe hung when building emacs on Cygwin
@ 2007-09-06 23:24 nanjunjie
0 siblings, 0 replies; 2+ messages in thread
From: nanjunjie @ 2007-09-06 23:24 UTC (permalink / raw)
To: Emacs-devel
I have applied the famous patch for src/term.c.
When ../src/bootstrap-emacs.exe is called, it hungs on.
I applied another workaround from http://www.cygwin.com/ml/cygwin/2005-12/msg00036.html:
Modified the src/Makefile and changed:
LD=$(CC) -Wl,--image-base,0x20000000
to
LD=$(CC) -Wl,--enable-auto-image-base
And now the hung on problem has disappeared. Now the building process is on going.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ../src/bootstrap-emacs.exe hung when building emacs on Cygwin
@ 2007-09-07 7:05 Angelo Graziosi
0 siblings, 0 replies; 2+ messages in thread
From: Angelo Graziosi @ 2007-09-07 7:05 UTC (permalink / raw)
To: nanjunjie; +Cc: Dan Nicolaescu, emacs-devel
nanjunjie wrote:
> I have applied the famous patch for src/term.c.
>
> When ../src/bootstrap-emacs.exe is called, it hungs on.
>
> I applied another workaround from
> http://www.cygwin.com/ml/cygwin/2005-12/msg00036.html:
> Modified the src/Makefile and changed:
> LD=$(CC) -Wl,--image-base,0x20000000
> to
> LD=$(CC) -Wl,--enable-auto-image-base
>
> And now the hung on problem has disappeared. Now the building process is
> on going.
You should follow etc/PROBLEMS where it says "** Cygwin build of Emacs
hangs after rebasing Cygwin DLLs"
Now you need not to apply the 'famous' patch: it has been applied to
term.c CVS, thanks to Dan Nicolaescu!
Cheers,
Angelo.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-07 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-07 7:05 ../src/bootstrap-emacs.exe hung when building emacs on Cygwin Angelo Graziosi
-- strict thread matches above, loose matches on Subject: below --
2007-09-06 23:24 nanjunjie
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.