On 01 Jun 1999 14:34:40 +0900, SL Baur <steve(a)xemacs.org> said:
> I didn't compile with egcs-1.1.2. I can try that if you
think it will
> make a difference.
Please do, but also try the little test below first. I am going to
do
the same.
It works!! At least, for the last five minutes. Certainly not the
infloop it was in previously.
I had to undef SYSTEM_MALLOC in src/s/decosf4-0.h.
--- xemacs-21.2.14/src/s/decosf4-0.h Tue May 18 16:45:28 1999
+++ mule/xemacs-21.2.14/src/s/decosf4-0.h Tue Jun 1 10:36:10 1999
@@ -32,6 +32,7 @@
#define SYSTEM_MALLOC
+#undef SYSTEM_MALLOC
#if 0 /* martin */
/* Some V4.0* versions before V4.0B don't detect rename properly. */
#ifndef HAVE_RENAME
20.4 didn't work at all. Steve Carney managed to build binary
kits
with a few patches.
Hmm. I've been using 20.4 on DU for a while now with no problems
(except for the documented problem with regexps in the compilation
buffer causing xemacs to die). Again, no MULE, and again, I'm sure I
don't really exercise the code like you do.
If this works it still doesn't rule out a compiler bug or an
XEmacs bug.
I would have no idea where the bug is.
Drew
P.S. Here's how I configured (using DEC cc):
/home/ahobson/src/xemacs/mule/xemacs-21.2.14/configure
--site-includes=/usr/local/include --site-libraries=/usr/local/lib
--error-checking=none --with-database=berkdb --with-mule
--with-menubars=lucid --with-scrollbars=lucid --with-dialogs=athena
--without-toolbars '--cflags=-O -g3'
P.P.S. Here's my new config output:
XEmacs 21.2-b14 "Dionysos" configured for `alphaev56-dec-osf4.0f'.
Where should the build process find the source code?
/home/ahobson/src/xemacs/mule/xemacs-21.2.14
What installation prefix should install use? /usr/local
What operating system and machine description files should XEmacs use?
`s/decosf4-0.h' and `m/alpha.h'
What compiler should XEmacs be built with? cc -O -g3
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/dt/include
Where do we find X Windows libraries? /usr/dt/lib
Additional header files: /usr/local/include
Additional libraries: /usr/local/lib
Runtime library search path: /usr/local/lib:/usr/dt/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for PNG image handling.
Compiling in support for (builtin) GIF image handling.
Compiling in support for JPEG image handling.
Compiling in support for TIFF image handling.
Compiling in support for X-Face message headers.
Compiling in support for Berkeley DB.
Compiling in Mule (multi-lingual) support.
Compiling in XIM (X11R5+ I18N input method) support.
Using Motif to provide XIM support.
Compiling in support for CDE.
Compiling in support for ToolTalk.
Compiling in EXPERIMENTAL support for Drag'n'Drop ( CDE ).
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Compiling in DLL support.
movemail will use "flock" for locking mail spool files.
Compiling in extra code for debugging.