Changes between Version 7 and Version 8 of ReleaseNotes/1.6
- Timestamp:
- Dec 7, 2010, 4:19:36 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/1.6
v7 v8 42 42 known to work. 43 43 44 Several serious bugs in volving Windows have been fixed since the 1.5 release.44 Several serious bugs in the Windows ports have been fixed since the 1.5 release. 45 45 46 46 === Linux x86 === 47 The distributed binaries were built on an Ubuntu 10.04 system. If you are using a system with 48 an older C library, you may get a message like this: 47 The distributed binaries were built on a Debian 5.0 system. Most distributions 48 should be able to run this binary without any trouble. It's possible that on some 49 (presumably very old) systems, you may get a message like this: 49 50 {{{ 50 51 lx86cl: /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found (required by lx86cl) … … 77 78 Ubuntu 9.04,9.10, and 10.04. (See https://www.genesi-usa.com/products, for 78 79 example.) The Nokia N900 has also seen some use. 80 81 === FreeBSD === 82 The FreeBSD binaries were built on a FreeBSD 8.1 system. If you are running 6.x or 7.x, 83 you should be able recompile the lisp kernel on your own system and run the lisp without 84 any further trouble: 85 {{{ 86 $ cd ccl/lisp-kernel/freebsdx8632 # or freebsdx8664, as appropriate 87 $ make 88 }}} 79 89 80 90 == New exported symbols ==