~ chicken-core (chicken-5) e1753f6f144829104ca5569055fdd5f1e5f01fec
commit e1753f6f144829104ca5569055fdd5f1e5f01fec
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jun 14 09:21:28 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jun 14 09:21:28 2011 +0200
updated binary-version number in crossdev manual chapter
diff --git a/manual/Cross development b/manual/Cross development
index 72d9d351..9f8908b6 100644
--- a/manual/Cross development
+++ b/manual/Cross development
@@ -88,7 +88,7 @@ You should now have these files on {{~/target}}:
| `-- chicken.h
|-- lib
| |-- chicken
- | | `-- 5
+ | | `-- 6
| | `-- types.db
| |-- libchicken.a
| `-- libchicken.so
@@ -151,12 +151,12 @@ In {{~/cross-chicken}}, you should find the following:
| `-- chicken.h
|-- lib
| |-- chicken
- | | `-- 5
+ | | `-- 6
| | :
| |
| |-- libchicken.a
- | |-- libchicken.so -> libchicken.so.5
- | `-- libchicken.so.5
+ | |-- libchicken.so -> libchicken.so.6
+ | `-- libchicken.so.6
`-- share
|-- chicken
| |-- doc
@@ -215,7 +215,7 @@ the import-library into the repository of the host compiler:
# optionally, you can compile the import library:
# ~/cross-chicken/arm-csc -O3 -d0 -s target-only-extension.import.scm
- cp target-only-extension.import.scm ~/cross-chicken/lib/chicken/5
+ cp target-only-extension.import.scm ~/cross-chicken/lib/chicken/6
=== Final notes
Trap