X-Spam-Check-By: sourceware.org Message-Id: <200708300056.l7U0upeG000619@oogie-boogie.ics.uci.edu> To: Angelo Graziosi Cc: emacs-devel AT gnu DOT org, cygwin AT cygwin DOT com Subject: Re: Failure in building Emacs 23.0.50 on Cygwin References: From: Dan Nicolaescu In-Reply-To: (Angelo Graziosi's message of "Thu\, 30 Aug 2007 01\:51\:16 +0200") Lines: 45 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Aug 2007 17:56:51 -0700 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_21 0.60) X-ICS-MailScanner-From: dann AT mothra DOT ics DOT uci DOT edu Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Angelo Graziosi writes: > I have tried to bootstrap the last Emacs-23.0.50 CVS (checked out about an > hour ago) on Cygwin, but it fails: [snip] > gcc -Wl,--enable-auto-import -Wl,--enable-auto-image-base > -L/usr/X11R6/lib -o temacs ecrt0.o dispnew.o frame.o scroll.o xdisp.o > xmenu.o window.o charset.o coding.o category.o ccl.o cm.o term.o > terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o > fringe.o image.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o > filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o > casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o > doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o > syntax.o unexcw.o bytecode.o process.o callproc.o region-cache.o sound.o > atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o > sheap.o terminfo.o gmalloc.o ralloc.o lastfile.o vm-limit.o widget.o > mktime.o getloadavg.o ../lwlib/liblw.a -L/usr/X11R6/lib -lXaw3d -lXmu > -lXt -lSM -lICE -lXext -ltiff -ljpeg -lpng -lz -lm -lungif -lXpm -lX11 > -lcurses -lg `gcc -print-libgcc-file-name` -lm -lc `gcc > -print-libgcc-file-name` > term.o: In function `dissociate_if_controlling_tty': > /tmp/emacs/src/term.c:3146: undefined reference to `_croak' > collect2: ld returned 1 exit status > make[2]: *** [temacs.exe] Error 1 > make[2]: Leaving directory `/tmp/emacs/build/src' > make[1]: *** [bootstrap-build] Error 2 > make[1]: Leaving directory `/tmp/emacs/build' > make: *** [bootstrap] Error 2 > --------------------------------------------------------------- > > (Note that term.c was one of the last update files before I checked out > CVS) > > > The same CVS bootstraps fine on GNU/Linux SLC4. > > > The CVS of 20070819 builds fine on both systems (linux and cygwin) This is because the multi-tty branch got merged into emacs CVS mainline. Most likely nobody tried it on cygwin before. Someone that uses cygwin needs to take a look at what does it take to make it compile again. Probably just a few #ifs need to be updated. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/