From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: DJGPP only dumps with USE_LISP_UNION_TYPE ?? Date: Sat, 27 Nov 2004 17:31:56 +0100 Message-ID: References: <01c4c514$Blat.v2.2.2$ca305740@zahav.net.il> <418EB423.9030601@swipnet.se> <01c4c56a$Blat.v2.2.2$96dd3060@zahav.net.il> <418FD9C3.7080507@swipnet.se> <01c4c619$Blat.v2.2.2$5f981160@zahav.net.il> <41909B12.2060404@swipnet.se> <01c4c6de$Blat.v2.2.2$fe145040@zahav.net.il> <01c4c8e4$Blat.v2.2.2$cacdcc40@zahav.net.il> <419730CA.3000201@swipnet.se> <01c4ca89$Blat.v2.2.2$47db4820@zahav.net.il> <01c4d47d$Blat.v2.2.2$da66fec0@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101573175 27820 80.91.229.6 (27 Nov 2004 16:32:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Nov 2004 16:32:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 27 17:32:51 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CY5VC-0005aG-00 for ; Sat, 27 Nov 2004 17:32:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CY5eV-0001TA-NW for ged-emacs-devel@m.gmane.org; Sat, 27 Nov 2004 11:42:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CY5eB-0001So-Go for emacs-devel@gnu.org; Sat, 27 Nov 2004 11:42:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CY5eA-0001SP-QM for emacs-devel@gnu.org; Sat, 27 Nov 2004 11:42:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CY5eA-0001SM-K7 for emacs-devel@gnu.org; Sat, 27 Nov 2004 11:42:06 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CY5UY-0002GF-Jo; Sat, 27 Nov 2004 11:32:10 -0500 Original-Received: from coolsville.localdomain ([83.226.180.220] [83.226.180.220]) by mxfep01.bredband.com with ESMTP id <20041127163209.JECX5665.mxfep01.bredband.com@coolsville.localdomain>; Sat, 27 Nov 2004 17:32:09 +0100 In-Reply-To: <01c4d47d$Blat.v2.2.2$da66fec0@zahav.net.il> Original-To: Eli Zaretskii X-Mailer: Apple Mail (2.619) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:30430 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30430 >>> The only >>> way, sort of modifying lisp.h of course, is to define >>> USE_LISP_UNION_TYPE instead. >> >> I don't want to force use of USE_LISP_UNION_TYPE. I will add >> something to disable LSB tags > > Done. Please re-test. It doesn't use LSB tags now, so the make for Emacs works. But the alignment test is still wrong, the & is not escaped, so the echo fails as before: Configuring the source directory... int main(void) { return (unsigned long) 'foo' is not recognized as an internal or external command, operable program or batch file. d:/djgpp/lib/crt0.o(.data+0xc2):crt0.s: undefined reference to `_main' d:/djgpp/lib/libc.a(crt1.o)(.text+0x404):crt1.c: undefined reference to `_main' collect2: ld returned 1 exit status junk: No such file or directory (ENOENT) 'junk' is not recognized as an internal or external command, operable program or batch file. WARNING: Your GCC does not support 8-byte aligned variables. WARNING: Therefore Emacs cannot support buffers larger than 128MB. Jan D.