Stephen J. Turnbull writes:
>>>>> "Sean" == Sean MacLennan
<seanm(a)seanm.ca> writes:
Sean> Art Medlar writes:
>> (let ((n 3)) (print n))
>> (let (0))
Sean> Another data point. Both of the above crash my 'Winder.
Sean> gcc is version 2.95.1, compiled -O3
What is the setting of --use-union-type? (If on, it appears under
"Other Features" at the bottom of the M-x describe-installation report.)
Off. Here is the complete describe-installation:
uname -a: Linux opus 2.2.16-sam1 #12 Fri Jul 14 22:33:17 EDT 2000 armv4l unknown
./configure '--package-path=/home/xemacs/packages:~/.xemacs'
'--with-dialogs=no' '--with-widgets=no'
XEmacs 21.4.8 "Honest Recruiter" configured for `armv4l-unknown-linux'.
Compilation / Installation:
Source code location: /home/xemacs/xemacs-21.4
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/arm.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/X11/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
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 LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/libpq-fe.h
Internationalization:
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Cheers,
Sean