Well, there are two news ...
intro: "MC" == Marcus Crestani <marcus(a)crestani.de> writes:
>>>>> NP == Nickolay Pakoulin wrote:
NP>
xemacs-export.o(.edata+0x1c4):fake: undefined reference to
NP> `_lrecord_markers' collect2: ld returned 1 exit status
MC> This seems to be related to my patch from this morning. Since I have no
MC> cygwin running, could you please test the attached patch and report the
MC> result? The patch adds an #ifdef USE_KKCC to src/xemacs.def.in.in.
MC> Configuring / making should generate new versions of xemacs.def.in and
MC> xemacs.def. This hopefully solves the problem.
Good one is that temacs.exe compiles after applying your patch.
The second one is that temacs.exe does not unexec.
./temacs -nd -no-packages -batch -l /c/software/SRC/xemacs-beta/src/../lisp/update-elc.el
make[1]: *** [NEEDTODUMP] Error 255
System configuration is
uname -a: CYGWIN_NT-5.0 opal 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown
Cygwin
/c/software/SRC/xemacs-beta/configure '--srcdir=/c/software/SRC/xemacs-beta'
'--package-path=/usr/local/xemacs/' '--with-x11' '--with-msw'
'--with-mule' '--with-canna=no' '--with-wnn=no'
'--with-pop' '--debug' '--error-checking=all'
'--use-kkcc'
XEmacs 21.5-b15 "celery" (+CVS-20030910) configured for `i686-pc-cygwin'.
Compilation / Installation:
Source code location: /c/software/SRC/xemacs-beta
Installation prefix: /usr/local
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler: gcc -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations
-Wpointer-arith -g -O3
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the Microsoft window system.
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
Compiling in support for Drag'n'Drop (EXPERIMENTAL).
- Drag'n'Drop prototype: msw.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC algorithms.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------