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

Clisp on Linux-Alpha



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..."