emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DJGPP only dumps with USE_LISP_UNION_TYPE ??


From: Jan D.
Subject: Re: DJGPP only dumps with USE_LISP_UNION_TYPE ??
Date: Mon, 08 Nov 2004 00:47:47 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707

Eli Zaretskii wrote:


I guess you need to provide as much info as possible.  Please begin by
posting a full transcript of the build, starting from "config msdos".
Then I'd like to see your system configuration (what OS and version
etc.)

I checked out a fresh CVS as of 7 November, 23:50. The lisp files has been compiled on GNU/Linux, with make recompile in lisp and then make distclean. The tree was then copied to a dos disk on the same machine and MS Windows was booted. I've attached two files, one with "config msdos" output, and one with make output (I did not do any commands in between). The make.txt file has been symified. Comparing these to the ones with USE_LSB_TAG undef:ed shows one difference that might be relevant. Not that I know what it means :-), but it occurs when temacs is linked.

d:/djgpp/bin/ld.exe: temacs: warning: .text: line number overflow: 0x11102 > 0xffff

The OS is MS Windows XP, service pack 1.

        Jan D.
D:\src\emacs>config msdos
Checking whether 'sed' is available...
Checking whether 'rm' is available...
Checking whether 'mv' is available...
Checking whether 'gcc' is available...
Checking what version of DJGPP is installed...
Checking whether 'djecho' is available...
Configuring for DJGPP Version 2 ...
Configuring the source directory...
Configuring the library source directory...
Configuring the manual directory...
Configuring the ELisp manual directory...
Configuring the ELisp Introduction manual directory...
Configuring the lisp directory...
Configuring the leim directory...
Configuring the main directory...
Looking for the GDB init file...
File `src/_gdbinit' created
Looking for the GDB init file...found

D:\src\emacsCVS>gcc -v
Reading specs from d:/djgpp/lib/gcc-lib/djgpp/3.22/specs
Configured with: /devel/gnu/gcc/3.2/gnu/gcc-3.22/configure i586-pc-msdosdjgpp 
--prefix=/dev/env/DJDIR --disable-nls
Thread model: single
gcc version 3.2.2

D:\src\emacsCVS>ld -V
GNU ld version 2.15
  Supported emulations:
   i386go32

D:\src\emacsCVS>
cd lib-src
d:/djgpp/bin/make.exe top_srcdir=d:/src/emacs version="21.3.50"
make.exe[1]: Entering directory `d:/src/emacs/lib-src'
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g -o test-distrib 
D:/SRC/EMACS/LIB-SRC/test-distrib.c
In file included from D:/SRC/EMACS/LIB-SRC/test-distrib.c:24:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/test-distrib.c:24:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
test-distrib D:/SRC/EMACS/LIB-SRC/testfile
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/make-docfile.c  -o 
make-docfile
In file included from D:/SRC/EMACS/LIB-SRC/make-docfile.c:38:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/make-docfile.c:38:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/profile.c  -o 
profile
In file included from D:/SRC/EMACS/LIB-SRC/profile.c:33:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/profile.c:33:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/digest-doc.c  -o 
digest-doc
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/sorted-doc.c  -o 
sorted-doc
In file included from D:/SRC/EMACS/LIB-SRC/sorted-doc.c:27:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/sorted-doc.c:27:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/cvtmail.c  -o 
cvtmail
In file included from D:/SRC/EMACS/LIB-SRC/cvtmail.c:37:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/cvtmail.c:37:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/fakemail.c  -o 
fakemail
In file included from D:/SRC/EMACS/LIB-SRC/fakemail.c:25:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/fakemail.c:25:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/yow.c  -o yow
In file included from D:/SRC/EMACS/LIB-SRC/yow.c:14:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/yow.c:14:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/hexl.c  -o hexl
In file included from D:/SRC/EMACS/LIB-SRC/hexl.c:21:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/hexl.c:21:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/update-game-score.c 
       -DHAVE_SHARED_GAME_DIR="\"@address@hidden""      -o update-game-score
In file included from D:/SRC/EMACS/LIB-SRC/update-game-score.c:32:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/update-game-score.c:32:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src  -O2 -g D:/SRC/EMACS/LIB-SRC/getopt.c
In file included from D:/SRC/EMACS/LIB-SRC/getopt.c:30:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/getopt.c:30:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src  -O2 -g D:/SRC/EMACS/LIB-SRC/getopt1.c
In file included from D:/SRC/EMACS/LIB-SRC/getopt1.c:21:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/getopt1.c:21:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src  -O2 -g -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER 
D:/SRC/EMACS/LIB-SRC/../src/regex.c
In file included from D:/SRC/EMACS/src/regex.c:37:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/src/regex.c:37:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g -DVERSION="\"21.3.50\"" 
D:/SRC/EMACS/LIB-SRC/etags.c getopt.o getopt1.o regex.o  -o etags
In file included from D:/SRC/EMACS/LIB-SRC/etags.c:57:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/etags.c:57:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g -DCTAGS -DVERSION="\"21.3.50\"" 
D:/SRC/EMACS/LIB-SRC/etags.c getopt.o getopt1.o regex.o  -o ctags
In file included from D:/SRC/EMACS/LIB-SRC/etags.c:57:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/etags.c:57:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g D:/SRC/EMACS/LIB-SRC/b2m.c  
-DVERSION="\"21.3.50\""      getopt.o getopt1.o  -o b2m
In file included from D:/SRC/EMACS/LIB-SRC/b2m.c:23:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/b2m.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -DHAVE_CONFIG_H    -I. -I../src -ID:/SRC/EMACS/LIB-SRC 
-ID:/SRC/EMACS/LIB-SRC/../src   -O2 -g -DVERSION="\"21.3.50\"" 
D:/SRC/EMACS/LIB-SRC/ebrowse.c getopt.o getopt1.o  -o ebrowse
In file included from D:/SRC/EMACS/LIB-SRC/ebrowse.c:24:
../src/config.h:1121:1: warning: "bzero" redefined
In file included from ../src/config.h:1055,
                 from D:/SRC/EMACS/LIB-SRC/ebrowse.c:24:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
make.exe[1]: Leaving directory `d:/src/emacs/lib-src'
cd ..
cd src
d:/djgpp/bin/make.exe top_srcdir=d:/src/emacs
make.exe[1]: Entering directory `d:/src/emacs/src'
touch stamp-oldxmenu
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff dispnew.c
In file included from dispnew.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from dispnew.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff frame.c
In file included from frame.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from frame.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff scroll.c
In file included from scroll.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from scroll.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff xdisp.c
In file included from xdisp.c:169:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from xdisp.c:169:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff xmenu.c
In file included from xmenu.c:34:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from xmenu.c:34:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff window.c
In file included from window.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from window.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff charset.c
In file included from charset.c:27:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from charset.c:27:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff coding.c
In file included from coding.c:334:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from coding.c:334:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff category.c
In file included from category.c:26:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from category.c:26:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff ccl.c
In file included from ccl.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from ccl.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff cm.c
In file included from cm.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from cm.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff term.c
In file included from term.c:24:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from term.c:24:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff xfaces.c
In file included from xfaces.c:194:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from xfaces.c:194:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff emacs.c
In file included from emacs.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from emacs.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff keyboard.c
In file included from keyboard.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from keyboard.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff macros.c
In file included from macros.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from macros.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff keymap.c
In file included from keymap.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from keymap.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff sysdep.c
In file included from sysdep.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from sysdep.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff buffer.c
In file included from buffer.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from buffer.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff filelock.c
In file included from filelock.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from filelock.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff insdel.c
In file included from insdel.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from insdel.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff marker.c
In file included from marker.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from marker.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff minibuf.c
In file included from minibuf.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from minibuf.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff fileio.c
In file included from fileio.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from fileio.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff dired.c
In file included from dired.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from dired.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff filemode.c
In file included from filemode.c:20:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from filemode.c:20:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff cmds.c
In file included from cmds.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from cmds.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff casetab.c
In file included from casetab.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from casetab.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff casefiddle.c
In file included from casefiddle.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from casefiddle.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff indent.c
In file included from indent.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from indent.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff search.c
In file included from search.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from search.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff regex.c
In file included from regex.c:37:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from regex.c:37:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff undo.c
In file included from undo.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from undo.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff alloc.c
In file included from alloc.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from alloc.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff data.c
In file included from data.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from data.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff doc.c
In file included from doc.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from doc.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff editfns.c
In file included from editfns.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from editfns.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff callint.c
In file included from callint.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from callint.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff eval.c
In file included from eval.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from eval.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff floatfns.c
In file included from floatfns.c:47:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from floatfns.c:47:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff fns.c
In file included from fns.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from fns.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff print.c
In file included from print.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from print.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff lread.c
In file included from lread.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from lread.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff abbrev.c
In file included from abbrev.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from abbrev.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff syntax.c
In file included from syntax.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from syntax.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff unexec.c
In file included from unexec.c:168:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from unexec.c:168:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff bytecode.c
In file included from bytecode.c:37:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from bytecode.c:37:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff process.c
In file included from process.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from process.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff callproc.c
In file included from callproc.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from callproc.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff region-cache.c
In file included from region-cache.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from region-cache.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff sound.c
In file included from sound.c:39:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from sound.c:39:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff atimer.c
In file included from atimer.c:21:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from atimer.c:21:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff doprnt.c
In file included from doprnt.c:24:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from doprnt.c:24:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff strftime.c
In file included from strftime.c:25:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from strftime.c:25:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff intervals.c
In file included from intervals.c:42:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from intervals.c:42:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff textprop.c
In file included from textprop.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from textprop.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff composite.c
In file included from composite.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from composite.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff md5.c
In file included from md5.c:24:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from md5.c:24:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff dosfns.c
In file included from dosfns.c:23:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from dosfns.c:23:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff msdos.c
In file included from msdos.c:27:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from msdos.c:27:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff w16select.c
In file included from w16select.c:31:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from w16select.c:31:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff termcap.c
In file included from termcap.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from termcap.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff tparam.c
In file included from tparam.c:21:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from tparam.c:21:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff lastfile.c
In file included from lastfile.c:39:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from lastfile.c:39:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff gmalloc.c
In file included from gmalloc.c:36:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from gmalloc.c:36:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff ralloc.c
In file included from ralloc.c:29:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from ralloc.c:29:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff vm-limit.c
In file included from vm-limit.c:22:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from vm-limit.c:22:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -c  -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff getloadavg.c
In file included from getloadavg.c:84:
config.h:1121:1: warning: "bzero" redefined
In file included from config.h:1055,
                 from getloadavg.c:84:
d:/djgpp/include/string.h:55:1: warning: this is the location of the previous 
definition
gcc -Demacs -DHAVE_CONFIG_H   -I. -I.        -O2 -gcoff  ./prefix-args.c -o 
prefix-args
gcc        -o temacs  dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o       
charset.o coding.o category.o ccl.o     cm.o term.o xfaces.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 unexec.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    dosfns.o msdos.o 
w16select.o   termcap.o tparam.o lastfile.o gmalloc.o ralloc.o vm-limit.o   
getloadavg.o                    -lg   -lm     
d:/djgpp/bin/ld.exe: temacs: warning: .text: line number overflow: 0x11102 > 
0xffff
rm -f ../etc/DOC
../lib-src/make-docfile -o ../etc/DOC -d . sunfns.o dosfns.o msdos.o   xterm.o 
xfns.o xmenu.o xselect.o xrdb.o   mac.o macterm.o macfns.o macmenu.o fontset.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 xfaces.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 unexec.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    dosfns.o msdos.o w16select.o   
../lib-src/make-docfile -a ../etc/DOC -d . ../lisp/mouse.elc   
../lisp/select.elc ../lisp/scroll-bar.elc   ../lisp/vmsproc.elc 
../lisp/vms-patch.elc   ../lisp/ls-lisp.elc ../lisp/dos-fns.elc   
../lisp/w32-fns.elc ../lisp/dos-w32.elc   ../lisp/disp-table.elc 
../lisp/dos-vars.elc   ../lisp/international/ccl.elc   
../lisp/international/codepage.elc ../lisp/abbrev.elc  ../lisp/buff-menu.elc   
../lisp/button.elc      ../lisp/emacs-lisp/byte-run.elc         
../lisp/cus-face.elc    ../lisp/cus-start.elc   ../lisp/custom.elc      
../lisp/emacs-lisp/backquote.elc        ../lisp/emacs-lisp/lisp-mode.elc        
../lisp/emacs-lisp/lisp.elc     ../lisp/facemenu.elc    ../lisp/faces.elc       
../lisp/files.elc       ../lisp/emacs-lisp/float-sup.elc        
../lisp/format.elc      ../lisp/frame.elc       ../lisp/help.elc        
../lisp/indent.elc      ../lisp/isearch.elc     ../lisp/loadup.el       
../lisp/loaddefs.el     ../lisp/bindings.elc    ../lisp/emacs-lisp/map-ynp.elc  
../lisp/env.elc         ../lisp/international/mule.elc  
../lisp/international/mule-conf.el      ../lisp/international/mule-cmds.elc     
../lisp/international/characters.elc    ../lisp/international/ucs-tables.elc    
../lisp/international/utf-8.elc         ../lisp/international/utf-16.elc        
../lisp/international/latin-1.el        ../lisp/international/latin-2.el        
../lisp/international/latin-3.el        ../lisp/international/latin-4.el        
../lisp/international/latin-5.el        ../lisp/international/latin-8.el        
../lisp/international/latin-9.el        ../lisp/case-table.elc  
../lisp/language/chinese.elc    ../lisp/language/cyrillic.elc   
../lisp/language/indian.elc     ../lisp/language/devanagari.el  
../lisp/language/kannada.el     ../lisp/language/malayalam.el   
../lisp/language/tamil.el       ../lisp/language/english.el     
../lisp/language/ethiopic.elc   ../lisp/language/european.elc   
../lisp/language/czech.el       ../lisp/language/slovak.el      
../lisp/language/romanian.el    ../lisp/language/greek.el       
../lisp/language/hebrew.el      ../lisp/language/japanese.el    
../lisp/language/korean.el      ../lisp/language/lao.el         
../lisp/language/thai.el        ../lisp/language/tibetan.elc    
../lisp/language/vietnamese.elc         ../lisp/language/misc-lang.el   
../lisp/language/utf-8-lang.el  ../lisp/language/georgian.el    
../lisp/menu-bar.elc    ../lisp/paths.el        ../lisp/register.elc    
../lisp/replace.elc     ../lisp/simple.elc      ../lisp/startup.elc     
../lisp/subr.elc        ../lisp/term/tty-colors.elc     ../lisp/font-core.elc   
../lisp/textmodes/fill.elc      ../lisp/textmodes/page.elc      
../lisp/textmodes/paragraphs.elc        ../lisp/textmodes/text-mode.elc         
../lisp/emacs-lisp/timer.elc    ../lisp/vc-hooks.elc    ../lisp/ediff-hook.elc  
../lisp/widget.elc      ../lisp/window.elc      ../lisp/version.el
stubedit temacs.exe minstack=100k
set LC_ALL=C; ./temacs -batch -l loadup dump
Loading loadup.el (source)...
Using load-path (../lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading env...
Loading cus-start...
Loading international/mule...
Exiting due to signal SIGABRT
Raised at eip=00122e0e
eax=002b1ddc ebx=00000120 ecx=00000000 edx=00000000 esi=002c0001 edi=001368c0
ebp=002b1e88 esp=002b1dd8 program=D:\src\emacs\src\temacs.exe
cs: sel=02a7  base=02c90000  limit=0035ffff
ds: sel=02af  base=02c90000  limit=0035ffff
es: sel=02af  base=02c90000  limit=0035ffff
fs: sel=027f  base=0001c620  limit=0000ffff
gs: sel=02cf  base=00000000  limit=0010ffff
ss: sel=02af  base=02c90000  limit=0035ffff
App stack: [002b2878..00299878]  Exceptn stack: [0029974c..0029780c]

Call frame traceback EIPs:
  0x00122d34 ___djgpp_traceback_exit+48
  0x00122e0e _raise+90
  0x0010e28d _abort+45, line 0 of msdos.c
  0x000b2459 _mark_object+1801, line 5116 of alloc.c
  0x000b218f _mark_object+1087, line 4973 of alloc.c
  0x000b1b58 _Fgarbage_collect+1400, line 4457 of alloc.c
  0x000c8519 _Feval+1241, line 2011 of eval.c
  0x000deb09 _readevalloop+441, line 1378 of lread.c
  0x000dd982 _Fload+1266, line 915 of lread.c
  0x000c83f6 _Feval+950, line 2126 of eval.c
  0x000deb09 _readevalloop+441, line 1378 of lread.c
  0x000dd982 _Fload+1266, line 915 of lread.c
  0x000c83f6 _Feval+950, line 2126 of eval.c
  0x000614f2 _top_level_2+18, line 1319 of keyboard.c
  0x000c70bd _internal_condition_case+221, line 1368 of eval.c
  0x000615b1 _top_level_1+49, line 1331 of keyboard.c
  0x000c6bda _internal_catch+186, line 1128 of eval.c
  0x00061458 _command_loop+88, line 1287 of keyboard.c
  0x00060f4d _recursive_edit_1+109, line 982 of keyboard.c
  0x00061085 _Frecursive_edit+133, line 1043 of keyboard.c
  0x0005f3ce _main+1838, line 1739 of emacs.c
  0x00119bf8 ___crt1_startup+176
make.exe[1]: *** [emacs] Error -1
make.exe[1]: Leaving directory `d:/src/emacs/src'
make.exe: *** [src] Error 2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]