Check-in [1eb97d8535]
Overview
Comment:Updated documentation
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1eb97d8535d2f85261e407da805a4d508e5506e1
User & Date: rkeene on 2010-09-26 04:39:31
Other Links: manifest | tags
Context
2010-09-26
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
04:39
Updated to support supplying a TCLKIT environment variable

Updated documentation with more examples and expanded synopsis check-in: 0616230931 user: rkeene tags: trunk

Changes

Modified README from [ed4af58f56] to [60e65cba00].

34
35
36
37
38
39
40

41
42
43
44
45
46
47
48
			iii. $ RANLIB=mipsel-linux-uclibc-ranlib
			iv.  $ export CC AR RANLIB
		v.   $ ./kitcreator --host=mipsel-linux-uclibc

	5. Compile a 64-bit Tclkit 8.5.8 using SunStudio 12.1 on Solaris/x86:
		a. $ CC='/opt/sunstudio12.1/bin/cc -m64'
		b. $ CXX='/opt/sunstudio12.1/bin/CC -m64'

		c. $ export CC CXX
		d. $ ./kitcreator 8.5.8 --enable-64bit

	6. To clean up post-build:
		a. $ ./kitcreator clean

Environment variables:
	1. MAKE







>
|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
			iii. $ RANLIB=mipsel-linux-uclibc-ranlib
			iv.  $ export CC AR RANLIB
		v.   $ ./kitcreator --host=mipsel-linux-uclibc

	5. Compile a 64-bit Tclkit 8.5.8 using SunStudio 12.1 on Solaris/x86:
		a. $ CC='/opt/sunstudio12.1/bin/cc -m64'
		b. $ CXX='/opt/sunstudio12.1/bin/CC -m64'
		c. $ PATCH='gpatch'
		c. $ export CC CXX PATCH
		d. $ ./kitcreator 8.5.8 --enable-64bit

	6. To clean up post-build:
		a. $ ./kitcreator clean

Environment variables:
	1. MAKE