X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <47A640A0.3070001@alice.it> Date: Sun, 03 Feb 2008 23:30:56 +0100 From: Angelo Graziosi User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: emacs-devel AT gnu DOT org, eliz AT gnu DOT org Subject: A problem with Cygwin malloc & friends? Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I flag the following for the sake of completeness. I have the habit to build Emacs from CVS almost weekly, without big problems. Recently the unicode branch of Emacs was merged to trunk. Since then, the build fails as described here [1]. I have tried with: GCC-3.4.4, 4.0.4, 4.1.2, 4.2.2, 4.2.3; with Cygwin-1.5.25-7, 1.5.25-5, 1.5.24-2 (Jan. 2007) and the snapshot 20080129. In all cases it fails in the same manner [1]! I have posted this on emacs-devel and the conclusion seems that, perhaps, the problem is in malloc & friends [2]. The following steps should reproduce the failure (until the unicode branch was merged, I never met it): cd /tmp cvs -z3 -d:pserver:anonymous AT cvs DOT savannah DOT gnu DOT org:/sources/emacs co -P emacs mkdir -p /tmp/build cd /tmp/build /tmp/emacs/configure --with-x-toolkit=lucid make bootstrap If I remember correctly, malloc and/or gmalloc had caused problems in the build of Emacs with the GTK support (and this forced us to configure --with-x-toolkit=lucid). The thing was discussed for a while on this list. Cheers, Angelo. ---- [1] http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00052.html [2] http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00173.html -- 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/