Overview
Comment: | Fixed 64-bit Tcl 8.5.x compilation on Solaris
Fixed bootstrap build issue on Tcl 8.5.x Minor documentation update |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
49f1d0e0426aae061441e87b885c0c7c |
User & Date: | rkeene on 2010-09-26 04:39:35 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:39 |
Updated to try linking to Sun Studio before GNU Libstdc++
Updated to fix FFF 484 to make resultant kit work on 64-bit big endian systems check-in: cb76e549e7 user: rkeene tags: trunk | |
04:39 |
Fixed 64-bit Tcl 8.5.x compilation on Solaris
Fixed bootstrap build issue on Tcl 8.5.x Minor documentation update check-in: 49f1d0e042 user: rkeene tags: trunk | |
04:39 | Updated documentation check-in: 1eb97d8535 user: rkeene tags: trunk | |
Changes
Modified README from [60e65cba00] to [7af6d9d17c].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | + + + - + - + - + - + - + - + | cvsTag is a CVS release tag (e.g., HEAD) configure_options are options to pass to subordinate configure scripts (e.g., --enable-64bit) Default is to create a Tclkit from Tcl version 8.4.19 Examples: 1. Create a Tclkit: a. $ ./kitcreator |
︙ |
Modified kitsh/build.sh from [75bca485ac] to [a9fcedbcad].
︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 70 | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | + | ### Call installer "${TCLKIT}" installvfs.tcl kit starpack.vfs else ## Bootstrap (cannot cross-compile) ### Call installer cp kit runkit echo 'set argv [list kit starpack.vfs]' > setup.tcl echo 'if {[catch { clock seconds }]} { proc clock args { return 0 } }' >> setup.tcl echo 'source installvfs.tcl' >> setup.tcl echo | ./runkit fi exit 0 ) || exit 1 |
︙ |
Modified kitsh/buildsrc/kitsh-0.0/Makefile.in from [37da0c70cd] to [43b96c5515].
1 | 1 2 3 4 5 6 7 8 9 10 | - - + + | CC = @CC@ |
︙ |