[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Clisp on Linux-Alpha
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Clisp on Linux-Alpha
- From: Matthew Grossman <mattg@WOLFENET.com>
- Date: Mon, 30 Jun 1997 06:31:44 -0700 (PDT)
- In-reply-to: <Pine.OSF.3.95.970626032218.3718B-100000@gonzo.wolfenet.com>
- Reply-to: Matthew Grossman <mattg@WOLFENET.com>
Hi. I recently compiled clisp-1997-05-03 on linux-alpha (kernel version
2.0.29, gcc version 2.7.2.1). I found that I had to make the following
change to src/lispbibl.d:
*** lispbibl.d Fri Jun 27 14:47:32 1997
--- lispbibl.d.old Fri Jun 27 14:47:14 1997
***************
*** 3500,3506 ****
#endif
#endif
#if (oint_type_len>=8) && (TB6==-1)
! #if defined(DECALPHA) && (defined(UNIX_OSF) || defined(UNIX_LINUX)) && defined(MAP_MEMORY)
#define PACKED_TYPECODES
#elif defined(MINIMAL_MULTIMAP_MEMORY) && !defined(WIDE_SOFT)
#define PACKED_SEVENBIT_TYPECODES
--- 3500,3506 ----
#endif
#endif
#if (oint_type_len>=8) && (TB6==-1)
! #if defined(DECALPHA) && defined(UNIX_OSF) && defined(MAP_MEMORY)
#define PACKED_TYPECODES
#elif defined(MINIMAL_MULTIMAP_MEMORY) && !defined(WIDE_SOFT)
#define PACKED_SEVENBIT_TYPECODES
It seems to work fine with this change. Hopefully this information will
be of use to someone. Thanks to the clisp developers for making this
excellent system available!
Matt Grossman
mattg@wolfenet.com
"I'm too SEXP for my CAR..."