[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tcl-8.3.5 enable threads



原岡です。

Tcl8.3.5を--enable-threadsでbuildすると
i386では大丈夫なんですけど、macppcでは
エラーになります。
どうしてでしょうか?

なんでTclなんかを使おうかとしてるかというと
DarwinPortsをNetBSDで使おうとしてるだけ
なんですけどね(^^;

makeの結果は以下です。

cc -pipe -c -O -Wall -Wconversion -Wno-implicit-int -fPIC  -I./../generic -I.  -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_THREADS=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAIT
PID=1 -DNO_VALUES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -
DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1          -DTCL_SHLIB_EXT=\".so\" ./../unix/tclUnixThrd.c
./../unix/tclUnixThrd.c: In function `Tcl_CreateThread':
./../unix/tclUnixThrd.c:89: warning: implicit declaration of function `pthread_attr_setscope'
./../unix/tclUnixThrd.c:89: `PTHREAD_SCOPE_SYSTEM' undeclared (first use in this function)
./../unix/tclUnixThrd.c:89: (Each undeclared identifier is reported only once
./../unix/tclUnixThrd.c:89: for each function it appears in.)
*** Error code 1

Stop.
make: stopped in /home/haraoka/work/tcl/tcl8.3.5/unix