File: CONFIG

package info (click to toggle)
tclthread 20030827-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,088 kB
  • ctags: 526
  • sloc: ansic: 4,828; sh: 2,769; tcl: 888; makefile: 240; cpp: 31
file content (24 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# This is how I run configure.  You'll want to change the
# pathnames to match your system, of course.
#
# Remember that if you use the --enable-sybols, you need to
# use the thread25d.dll in a tclsh that has also been compiled
# with symbols (e.g., tclsh84d.exe).
# If you want to build both debug and non-debug versions, then
# create "debug" and "release" directories and run configure
# from in those directories with the appropriate flags.
#
# Also, only MinGW gcc for Windows is supported. Cygwin gcc
# is not supported and the configure will throw error if you
# attempt to use it.
# Note the CC=gcc must be set *before* the "configure" is ran.
# This is really needed, otherwise configure will not be able
# to compile the small test file which checks the presence
# of the MinGW build environment. It is *not* enough to use
# "--enable-gcc" configure option; you *need* to define CC.
# 

export CC=gcc
sh ../configure --enable-threads --with-tcl=d:/tcl8.4.1/win