X-Spam-Check-By: sourceware.org Date: Sun, 23 Apr 2006 16:12:00 +0200 (MET DST) From: Angelo Graziosi To: cygwin AT cygwin DOT com Subject: Re: emacs debugging conundrum (success ?) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Eric, I do not know if this can help but I have experimented the following. I tried to build emacs from CVS in this way (I downloaded from CVS at Apr 23, about 02 am ): cd /tmp cvs -z3 -d:pserver:anonymous AT cvs DOT savannah DOT gnu DOT org:/sources/emacs co emacs tar -cjvf emacs-22.0.50-cvs-src.tar.bz2 emacs cd emacs ./configure --prefix=/usr/local/emacs-22.0.50 make bootstrap FAILED... ...as you describe in http://cygwin.com/ml/cygwin/2006-04/msg00631.html Then I tried in this way (building in a separate directory, in about 4 hours): cd /tmp rm -rf emacs/ tar -xjvf emacs-22.0.50-cvs-src.tar.bz2 mkdir emacs-build cd emacs-build/ ../emacs/configure --prefix=/usr/local/emacs-22.0.50 (The configure uses i686-pc-cygwin+all image libraries+X+LUCIDA...) make bootstrap mkdir -p /tmp/emacs-inst make install prefix=/tmp/emacs-inst/usr/local/emacs-22.0.50 cd /tmp/emacs-inst/ find usr/local/emacs-22.0.50 \! -type d | tar cjfT \ /tmp/emacs-22.0.50-cvs.tar.bz2 - cd / tar -xjvf /tmp/emacs-22.0.50-cvs.tar.bz2 cd usr/local/bin ln -s /usr/local/emacs-22.0.50/bin/emacs.exe emacs-cvs cd /tmp/ emacs-cvs & ... and it seems to work! (ALL things are done from xterm) The system is W2K SP4 with all Cygwin pkgs installed of which the test pkgs are: snapshot 20060421 14:53:51 (uname) Test packages: coreutils-5.94-5 emacs-21.3.50-2 findutils-4.3.0-1 lesstif-0.94.4-1 tar-1.15.90-1 xorg*-6.8.99.901-1 (19 pkgs) NO services running. Cheers, Angelo. -- 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/