WARNING: [license.mk] Every package should define a LICENSE.
===> Installing for blt-2.4znb15
=> Generating pre-install file lists
 mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/bin
 mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib
 mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/include
 mkdir /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/blt2.4
(cd src; /opt/pkg/bin/bmake install)
/usr/bin/install -c -o pbulk -g staff -m 644 libBLT.a /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLT24.a
(cd /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib; rm -f libBLT.a ; ln -s libBLT24.a libBLT.a)
ranlib /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLT24.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLT24.a(bltVecCmd.o) has no symbols
/usr/bin/install -c -o pbulk -g staff -m 644 libBLTlite.a /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLTlite24.a
(cd /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib; rm -f libBLTlite.a ; ln -s libBLTlite24.a libBLTlite.a)
ranlib /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLTlite24.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/pbulk/build/x11/blt/work/.destdir/opt/pkg/lib/libBLTlite24.a(bltVecCmd.o) has no symbols
(cd shared; /opt/pkg/bin/bmake install)
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrAxis.c
./../bltGrAxis.c:672:25: warning: cast to smaller integer type 'unsigned int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    unsigned int mask = (unsigned int)clientData;
                        ^~~~~~~~~~~~~~~~~~~~~~~~
./../bltGrAxis.c:1429:9: warning: variable 'tickMin' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (min < max) {
        ^~~~~~~~~
./../bltGrAxis.c:1479:41: note: uninitialized use occurs here
    axisPtr->majorSweep.initial = floor(tickMin);
                                        ^~~~~~~
./../bltGrAxis.c:1429:5: note: remove the 'if' if its condition is always true
    if (min < max) {
    ^~~~~~~~~~~~~~~
./../bltGrAxis.c:1423:19: note: initialize the variable 'tickMin' to silence this warning
    double tickMin, tickMax;
                  ^
                   = 0.0
./../bltGrAxis.c:1429:9: warning: variable 'tickMax' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (min < max) {
        ^~~~~~~~~
./../bltGrAxis.c:1483:48: note: uninitialized use occurs here
    SetAxisRange(&axisPtr->axisRange, tickMin, tickMax);
                                               ^~~~~~~
./../bltGrAxis.c:1429:5: note: remove the 'if' if its condition is always true
    if (min < max) {
    ^~~~~~~~~~~~~~~
./../bltGrAxis.c:1423:28: note: initialize the variable 'tickMax' to silence this warning
    double tickMin, tickMax;
                           ^
                            = 0.0
./../bltGrAxis.c:1559:9: warning: variable 'step' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (min < max) {
        ^~~~~~~~~
./../bltGrAxis.c:1582:32: note: uninitialized use occurs here
    axisPtr->majorSweep.step = step;
                               ^~~~
./../bltGrAxis.c:1559:5: note: remove the 'if' if its condition is always true
    if (min < max) {
    ^~~~~~~~~~~~~~~
./../bltGrAxis.c:1552:23: note: initialize the variable 'step' to silence this warning
    double range, step;
                      ^
                       = 0.0
./../bltGrAxis.c:3650:14: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast]
    margin = (int)argv[-1];
             ^~~~~~~~~~~~~
./../bltGrAxis.c:4193:15: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
    argv[2] = (char *)margin; /* Hack. Slide a reference to the margin in 
              ^~~~~~~~~~~~~~
6 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrBar.c
./../bltGrBar.c:2200:11: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
                count = (int)Blt_GetHashValue(hPtr);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltGrBar.c:2206:29: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
            Blt_SetHashValue(hPtr, (ClientData)count);
                                   ^~~~~~~~~~~~~~~~~
../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue'
#define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value))
                                                                   ^~~~~
./../bltGrBar.c:2222:14: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
            count = (int)Blt_GetHashValue(hPtr);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltGrBar.c:2227:11: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
                count = (int)Blt_GetHashValue(hPtr);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrElem.c
./../bltGrElem.c:156:6: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (FINITE(x[i])) {
            ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:163:6: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (FINITE(x[i])) {
            ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:902:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x)) && (FINITE(y))) {
                 ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:902:26: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x)) && (FINITE(y))) {
                                ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:910:8: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
                if ((FINITE(high)) && (FINITE(low)))  {
                     ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:910:26: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
                if ((FINITE(high)) && (FINITE(low)))  {
                                       ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:964:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x)) && (FINITE(y))) {
                 ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:964:26: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x)) && (FINITE(y))) {
                                ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:972:8: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
                if ((FINITE(high)) && (FINITE(low)))  {
                     ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrElem.c:972:26: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
                if ((FINITE(high)) && (FINITE(low)))  {
                                       ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
10 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrGrid.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrHairs.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrLegd.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrLine.c
./../bltGrLine.c:1738:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x[i])) && (FINITE(y[i]))) {
                 ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrLine.c:1738:29: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x[i])) && (FINITE(y[i]))) {
                                   ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrLine.c:1747:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x[i])) && (FINITE(y[i]))) {
                 ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltGrLine.c:1747:29: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if ((FINITE(x[i])) && (FINITE(y[i]))) {
                                   ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrMarker.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrMisc.c
./../bltGrMisc.c:263:24: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    int allowDefault = (int)clientData;
                       ^~~~~~~~~~~~~~~
1 warning generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrPen.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGrPs.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltGraph.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltAlloc.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltArrayObj.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltBgexec.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltChain.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltDebug.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltHash.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltList.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltNsUtil.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltParse.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltPool.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltSpline.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltSwitch.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTree.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTreeCmd.c
./../bltTreeCmd.c:984:17: warning: variable 'node' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    }  else if (cmdPtr != NULL) {
                ^~~~~~~~~~~~~~
./../bltTreeCmd.c:1035:9: note: uninitialized use occurs here
    if (node != NULL) {
        ^~~~
./../bltTreeCmd.c:984:13: note: remove the 'if' if its condition is always true
    }  else if (cmdPtr != NULL) {
            ^~~~~~~~~~~~~~~~~~~~
./../bltTreeCmd.c:953:22: note: initialize the variable 'node' to silence this warning
    Blt_TreeNode node;
                     ^
                      = NULL
./../bltTreeCmd.c:1670:9: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
        type = (int)Blt_ListGetValue(node);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTreeCmd.c:2605:29: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'unsigned int' [-Wint-to-void-pointer-cast]
                Blt_ChainAppend(chainPtr, (ClientData)Blt_TreeNodeId(node));
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTreeCmd.c:2615:11: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
                inode = (int)Blt_ChainGetValue(linkPtr);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTreeCmd.c:4833:24: warning: passing 'const char *const' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        Tcl_SetResult(interp, valueObjPtr->typePtr->name, TCL_VOLATILE);
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/pbulk/build/x11/blt/work/.buildlink/include/tclDecls.h:693:54: note: passing argument to parameter 'result' here
EXTERN void             Tcl_SetResult(Tcl_Interp *interp, char *result,
                                                                ^
5 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltUnixPipe.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltUtil.c
./../bltUtil.c:796:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
        refCount = (int)Blt_GetHashValue(hPtr);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltUtil.c:799:28: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
    Blt_SetHashValue(hPtr, (ClientData)refCount);
                           ^~~~~~~~~~~~~~~~~~~~
../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue'
#define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value))
                                                                   ^~~~~
./../bltUtil.c:833:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
        refCount = (int)Blt_GetHashValue(hPtr);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltUtil.c:838:29: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
            Blt_SetHashValue(hPtr, (ClientData)refCount);
                                   ^~~~~~~~~~~~~~~~~~~~
../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue'
#define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value))
                                                                   ^~~~~
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltVector.c
./../bltVector.c:182:6: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (FINITE(vPtr->valueArr[i])) {
            ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVector.c:188:6: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (FINITE(vPtr->valueArr[i])) {
            ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
2 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltVecMath.c
./../bltVecMath.c:246:6: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (FINITE(vPtr->valueArr[i])) {
            ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:277:6: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (FINITE(vPtr->valueArr[i])) {
            ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:344:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
    if (!FINITE(vPtr->min)) {
         ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:350:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if (FINITE(vPtr->valueArr[i])) {
                ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:356:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if (FINITE(vPtr->valueArr[i])) {
                ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:373:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
    if (!FINITE(vPtr->max)) {
         ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:379:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if (FINITE(vPtr->valueArr[i])) {
                ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:385:10: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
            if (FINITE(vPtr->valueArr[i])) {
                ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:767:54: warning: 'result' is deprecated [-Wdeprecated-declarations]
        Tcl_SetErrorCode(interp, "ARITH", "DOMAIN", interp->result,
                                                            ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltVecMath.c:774:61: warning: 'result' is deprecated [-Wdeprecated-declarations]
            Tcl_SetErrorCode(interp, "ARITH", "UNDERFLOW", interp->result,
                                                                   ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltVecMath.c:780:60: warning: 'result' is deprecated [-Wdeprecated-declarations]
            Tcl_SetErrorCode(interp, "ARITH", "OVERFLOW", interp->result,
                                                                  ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltVecMath.c:789:55: warning: 'result' is deprecated [-Wdeprecated-declarations]
        Tcl_SetErrorCode(interp, "ARITH", "UNKNOWN", interp->result,
                                                             ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltVecMath.c:1803:7: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (!FINITE(vPtr->valueArr[i])) {
             ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
./../bltVecMath.c:1850:7: warning: 'finite' is deprecated: first deprecated in macOS 10.9 - Use `isfinite((double)x)` instead. [-Wdeprecated-declarations]
        if (!FINITE(vPtr->valueArr[i])) {
             ^
../bltMath.h:153:19: note: expanded from macro 'FINITE'
#define FINITE(x)       finite(x)
                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/math.h:752:12: note: 'finite' has been explicitly marked deprecated here
extern int finite(double)
           ^
14 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltVecCmd.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltVecObjCmd.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltWatch.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltBeep.c
./../bltBeep.c:63:16: warning: variable 'percent' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    } else if (argc == 2) {
               ^~~~~~~~~
./../bltBeep.c:73:46: note: uninitialized use occurs here
    XBell(Tk_Display(Tk_MainWindow(interp)), percent);
                                             ^~~~~~~
./../bltBeep.c:63:12: note: remove the 'if' if its condition is always true
    } else if (argc == 2) {
           ^~~~~~~~~~~~~~~
./../bltBeep.c:54:16: note: initialize the variable 'percent' to silence this warning
    int percent;
               ^
                = 0
1 warning generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltBind.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltBitmap.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltBusy.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltCanvEps.c
./../bltCanvEps.c:1716:26: warning: incompatible function pointer types assigning to 'Tk_OptionParseProc *' (aka 'int (*)(void *, struct Tcl_Interp *, struct Tk_Window_ *, char *, char *, int)') from 'int (ClientData, Tcl_Interp *, Tk_Window, const char *, char *, int)' (aka 'int (void *, struct Tcl_Interp *, struct Tk_Window_ *, const char *, char *, int)') [-Wincompatible-function-pointer-types]
    tagsOption.parseProc = Tk_CanvasTagsParseProc;
                         ^ ~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltColor.c
./../bltColor.c:538:42: warning: cast to 'char *' from smaller integer type 'unsigned int' [-Wint-to-pointer-cast]
        hPtr = Blt_CreateHashEntry(&colorTable, (char *)color.value, &isNew);
                                                ^~~~~~~~~~~~~~~~~~~
../bltHash.h:203:40: note: expanded from macro 'Blt_CreateHashEntry'
        (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                              ^~~
./../bltColor.c:543:17: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
            refCount = (int)Blt_GetHashValue(hPtr);
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltColor.c:546:25: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
        Blt_SetHashValue(hPtr, (ClientData)refCount);
                               ^~~~~~~~~~~~~~~~~~~~
../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue'
#define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value))
                                                                   ^~~~~
./../bltColor.c:570:13: warning: variable 'imageColors' set but not used [-Wunused-but-set-variable]
    XColor *imageColors;
            ^
./../bltColor.c:566:9: warning: variable 'nFreeColors' set but not used [-Wunused-but-set-variable]
    int nFreeColors, nUsedColors;
        ^
./../bltColor.c:108:1: warning: unused function 'BuildColorRamp' [-Wunused-function]
BuildColorRamp(palettePtr, nColors)
^
./../bltColor.c:254:1: warning: unused function 'MatchColors' [-Wunused-function]
MatchColors(colorTabPtr, rgbPtr, numColors, numAvailColors, numMapColors,
^
./../bltColor.c:313:1: warning: unused function 'AllocateColors' [-Wunused-function]
AllocateColors(nImageColors, colorTabPtr, matchOnly)
^
./../bltColor.c:519:1: warning: unused function 'GetUniqueColors' [-Wunused-function]
GetUniqueColors(image)
^
9 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltConfig.c
./../bltConfig.c:278:25: warning: cast to smaller integer type 'unsigned int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    unsigned int mask = (unsigned int)clientData;       /* Bit to be tested */
                        ^~~~~~~~~~~~~~~~~~~~~~~~
./../bltConfig.c:314:25: warning: cast to smaller integer type 'unsigned int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    unsigned int mask = (unsigned int)clientData;       /* Bit to be tested */
                        ^~~~~~~~~~~~~~~~~~~~~~~~
./../bltConfig.c:395:49: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    return Blt_GetPixels(interp, tkwin, string, (int)clientData, valuePtr);
                                                ^~~~~~~~~~~~~~~
./../bltConfig.c:484:39: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    return Blt_GetInt(interp, string, (int)clientData, valuePtr);
                                      ^~~~~~~~~~~~~~~
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltContainer.c
./../bltContainer.c:401:9: warning: variable 'x' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (cntrPtr->adopted != None) {
        ^~~~~~~~~~~~~~~~~~~~~~~~
./../bltContainer.c:426:25: note: uninitialized use occurs here
    cntrPtr->adoptedX = x;
                        ^
./../bltContainer.c:401:5: note: remove the 'if' if its condition is always true
    if (cntrPtr->adopted != None) {
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltContainer.c:392:10: note: initialize the variable 'x' to silence this warning
    int x, y, width, height, borderWidth, depth;
         ^
          = 0
./../bltContainer.c:401:9: warning: variable 'y' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
    if (cntrPtr->adopted != None) {
        ^~~~~~~~~~~~~~~~~~~~~~~~
./../bltContainer.c:427:25: note: uninitialized use occurs here
    cntrPtr->adoptedY = y;
                        ^
./../bltContainer.c:401:5: note: remove the 'if' if its condition is always true
    if (cntrPtr->adopted != None) {
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltContainer.c:392:13: note: initialize the variable 'y' to silence this warning
    int x, y, width, height, borderWidth, depth;
            ^
             = 0
./../bltContainer.c:825:26: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    unsigned int flags = (int)clientData;
                         ^~~~~~~~~~~~~~~
3 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltCutbuffer.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltDragdrop.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltHierbox.c
./../bltHierbox.c:2080:52: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
        hPtr = Blt_CreateHashEntry(&(hboxPtr->nodeTable), (char *)serial,
                                                          ^~~~~~~~~~~~~~
../bltHash.h:203:40: note: expanded from macro 'Blt_CreateHashEntry'
        (*((tablePtr)->createProc))(tablePtr, key, newPtr)
                                              ^~~
./../bltHierbox.c:2375:54: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
            hPtr = Blt_FindHashEntry(&(hboxPtr->nodeTable), (char *)serial);
                                                            ^~~~~~~~~~~~~~
../bltHash.h:201:38: note: expanded from macro 'Blt_FindHashEntry'
        (*((tablePtr)->findProc))(tablePtr, key)
                                            ^~~
./../bltHierbox.c:2409:14: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
    serial = (int)Blt_GetHashKey(&(hboxPtr->nodeTable),
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltHtext.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltImage.c
./../bltImage.c:2451:29: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned int (*)[33][33]' [-Wincompatible-pointer-types]
        Mark(cubePtr, color.value, lut);
                                   ^~~
./../bltImage.c:2533:26: warning: incompatible pointer types passing 'unsigned int *' to parameter of type 'unsigned int (*)[33][33]' [-Wincompatible-pointer-types]
    MapColors(src, dest, lut);
                         ^~~
2 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltUnixImage.c
./../bltUnixImage.c:577:44: warning: cast to 'char *' from smaller integer type 'unsigned int' [-Wint-to-pointer-cast]
            hPtr = Blt_FindHashEntry(&pixelTable, (char *)destPtr->value);
                                                  ^~~~~~~~~~~~~~~~~~~~~~
../bltHash.h:201:38: note: expanded from macro 'Blt_FindHashEntry'
        (*((tablePtr)->findProc))(tablePtr, key)
                                            ^~~
1 warning generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltPs.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTable.c
./../bltTable.c:2037:8: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast]
        key = (int)Blt_ListGetKey(node);
              ^~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTable.c:2049:37: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
        newNode = Blt_ListCreateNode(list, (char *)entryPtr->row.span);
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTable.c:2066:8: warning: cast to smaller integer type 'int' from 'const char *' [-Wpointer-to-int-cast]
        key = (int)Blt_ListGetKey(node);
              ^~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTable.c:2078:37: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast]
        newNode = Blt_ListCreateNode(list, (char *)entryPtr->column.span);
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTabnotebook.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTabset.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltText.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTile.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTreeView.c
./../bltTreeView.c:1058:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
        refCount = (int)Blt_GetHashValue(hPtr);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTreeView.c:1061:28: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
    Blt_SetHashValue(hPtr, (ClientData)refCount);
                           ^~~~~~~~~~~~~~~~~~~~
../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue'
#define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value))
                                                                   ^~~~~
./../bltTreeView.c:1087:16: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    refCount = (int)Blt_GetHashValue(hPtr);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltTreeView.c:1090:25: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
        Blt_SetHashValue(hPtr, (ClientData)refCount);
                               ^~~~~~~~~~~~~~~~~~~~
../bltHash.h:191:68: note: expanded from macro 'Blt_SetHashValue'
#define Blt_SetHashValue(h, value) ((h)->clientData = (ClientData)(value))
                                                                   ^~~~~
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTreeViewCmd.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTreeViewColumn.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTreeViewEdit.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTreeViewStyle.c
./../bltTreeViewStyle.c:856:12: warning: implicit declaration of function 'Blt_TreeViewTextbox' is invalid in C99 [-Wimplicit-function-declaration]
    return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr);
           ^
./../bltTreeViewStyle.c:1789:12: warning: implicit declaration of function 'Blt_TreeViewTextbox' is invalid in C99 [-Wimplicit-function-declaration]
    return Blt_TreeViewTextbox(tvPtr, entryPtr, valuePtr->columnPtr);
           ^
./../bltTreeViewStyle.c:1280:1: warning: unused function 'PickCheckBox' [-Wunused-function]
PickCheckBox(entryPtr, valuePtr, stylePtr, worldX, worldY)
^
3 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltUnixDnd.c
./../bltUnixDnd.c:1463:1: warning: function 'MorphToken' is not needed and will not be emitted [-Wunneeded-internal-declaration]
MorphToken(dndPtr)
^
1 warning generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltWindow.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltObjConfig.c
./../bltObjConfig.c:1228:10: warning: cast to smaller integer type 'unsigned int' from 'Blt_CustomOption *' (aka 'struct Blt_CustomOption *') [-Wpointer-to-int-cast]
                flag = (unsigned int)specPtr->customPtr;
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltObjConfig.c:1503:29: warning: cast to smaller integer type 'unsigned int' from 'Blt_CustomOption *' (aka 'struct Blt_CustomOption *') [-Wpointer-to-int-cast]
            flag = (*(int *)ptr) & (unsigned int)specPtr->customPtr;
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltWinop.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../tkButton.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../tkFrame.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltScrollbar.c
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include ./../bltTed.c
./../bltTed.c:1507:13: warning: 'result' is deprecated [-Wdeprecated-declarations]
    interp->result = Tk_PathName(tedPtr->tkwin);
            ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltTed.c:1681:14: warning: 'result' is deprecated [-Wdeprecated-declarations]
            interp->result = Tk_PathName(entryPtr->tkwin);
                    ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltTed.c:1754:13: warning: 'result' is deprecated [-Wdeprecated-declarations]
    interp->result = Tk_PathName(tedPtr->tkwin);
            ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:518:18: note: 'result' has been explicitly marked deprecated here
    char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
                 ^
/Users/pbulk/build/x11/blt/work/.buildlink/include/tcl.h:177:50: note: expanded from macro 'TCL_DEPRECATED_API'
#       define TCL_DEPRECATED_API(msg)  __attribute__ ((__deprecated__))
                                                        ^
./../bltTed.c:552:1: warning: unused function 'CreateEntry' [-Wunused-function]
CreateEntry(tedPtr, entryPtr)
^
4 warnings generated.
clang -c -Wall -fPIC -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -I.. -I./.. -I./../..  -I/opt/pkg/include -DBLT_LIBRARY=\"/opt/pkg/lib/blt2.4\"  ./../bltInit.c
./../bltInit.c:408:13: warning: cast to smaller integer type 'int' from 'ClientData' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    flags = (int)Tcl_GetAssocData(interp, BLT_THREAD_KEY, NULL);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltInit.c:457:3: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
                (ClientData)(flags | BLT_TCL_CMDS));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../bltInit.c:493:3: warning: cast to 'ClientData' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast]
                (ClientData)(flags | BLT_TK_CMDS));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
rm -f libBLT24.so
clang -dynamiclib -DUSE_INTERP_RESULT -pipe -Os -I/opt/pkg/include  -Wl,-single_module -L/opt/pkg/lib -headerpad_max_install_names -Wl,-search_paths_first -o libBLT24.so bltInit.o bltGrAxis.o  bltGrBar.o  bltGrElem.o  bltGrGrid.o  bltGrHairs.o  bltGrLegd.o  bltGrLine.o  bltGrMarker.o  bltGrMisc.o  bltGrPen.o  bltGrPs.o  bltGraph.o  bltAlloc.o  bltArrayObj.o  bltBgexec.o  bltChain.o  bltDebug.o  bltHash.o  bltList.o  bltNsUtil.o  bltParse.o  bltPool.o  bltSpline.o  bltSwitch.o  bltTree.o  bltTreeCmd.o  bltUnixPipe.o  bltUtil.o  bltVector.o  bltVecMath.o  bltVecCmd.o  bltVecObjCmd.o  bltWatch.o  bltBeep.o  bltBind.o  bltBitmap.o  bltBusy.o  bltCanvEps.o  bltColor.o  bltConfig.o  bltContainer.o  bltCutbuffer.o  bltDragdrop.o  bltHierbox.o  bltHtext.o  bltImage.o  bltUnixImage.o  bltPs.o  bltTable.o  bltTabnotebook.o  bltTabset.o  bltText.o  bltTile.o  bltTreeView.o  bltTreeViewCmd.o  bltTreeViewColumn.o  bltTreeViewEdit.o  bltTreeViewStyle.o  bltUnixDnd.o  bltWindow.o  bltObjConfig.o  bltWinop.o  tkButton.o tkFrame.o bltScrollbar.o bltTed.o  
Undefined symbols for architecture x86_64:
  "_TclFreeObj", referenced from:
      _Blt_NewArrayObj in bltArrayObj.o
      _FreeArrayInternalRep in bltArrayObj.o
      _NotifyOnUpdate in bltBgexec.o
      _FreeSinkBuffer in bltBgexec.o
      _Blt_TreeSetValueByKey in bltTree.o
      _Blt_TreeUnsetValueByKey in bltTree.o
      _Blt_TreeSetArrayValue in bltTree.o
      ...
  "_TclLookupVar", referenced from:
      _Blt_GetArrayVariableTable in bltNsUtil.o
  "_Tcl_AddErrorInfo", referenced from:
      _Blt_ProcessSwitches in bltSwitch.o
      _Blt_ProcessObjSwitches in bltSwitch.o
      _ConfigureSource in bltDragdrop.o
      _HierboxCmd in bltHierbox.o
      _NotebookCmd in bltTabnotebook.o
      _TabsetCmd in bltTabset.o
      _TreeViewObjCmd in bltTreeView.o
      ...
  "_Tcl_AppendElement", referenced from:
      _BindVirtualOp in bltGrAxis.o
      _NamesVirtualOp in bltGrAxis.o
      _ViewOp in bltGrAxis.o
      _InvTransformOp in bltGrAxis.o
      _LimitsOp in bltGrAxis.o
      _UseOp in bltGrAxis.o
      _ActivateOp in bltGrElem.o
      ...
  "_Tcl_AppendResult", referenced from:
      _CreateAxis in bltGrAxis.o
      _ConfigureAxis in bltGrAxis.o
      _ViewOp in bltGrAxis.o
      _UseOp in bltGrAxis.o
      _GetAxis in bltGrAxis.o
      _NameToAxis in bltGrAxis.o
      _StringToFormat in bltGrAxis.o
      ...
  "_Tcl_AsyncCreate", referenced from:
      _CreateOp in bltWatch.o
  "_Tcl_AsyncDelete", referenced from:
      _DeleteOp in bltWatch.o
  "_Tcl_AsyncMark", referenced from:
      _PreCmdProc in bltWatch.o
  "_Tcl_BackgroundError", referenced from:
      _GetMarginGeometry in bltGrAxis.o
      _Blt_UpdateScrollbar in bltGrMisc.o
      _TimerProc in bltBgexec.o
      _CollectData in bltBgexec.o
      _CloseSink in bltBgexec.o
      _NotifyOnUpdate in bltBgexec.o
      _DebugProc in bltDebug.o
      ...
  "_Tcl_Backslash", referenced from:
      _Blt_ParseBraces in bltParse.o
      _Blt_ParseQuotes in bltParse.o
  "_Tcl_CancelIdleCall", referenced from:
      _Blt_DestroyLegend in bltGrLegd.o
      _LegendEventProc in bltGrLegd.o
      _GraphEventProc in bltGraph.o
      _Blt_TreeReleaseToken in bltTree.o
      _Blt_TreeDeleteEventHandler in bltTree.o
      _Blt_VectorFree in bltVector.o
      _NotifyOp in bltVecObjCmd.o
      ...
  "_Tcl_Close", referenced from:
      _DumpfileOp in bltTreeCmd.o
      _RestorefileOp in bltTreeCmd.o
      _Blt_FileToPostScript in bltPs.o
  "_Tcl_CommandComplete", referenced from:
      _RestoreOp in bltTreeCmd.o
      _RestorefileOp in bltTreeCmd.o
  "_Tcl_Concat", referenced from:
      _DragDropCmd in bltDragdrop.o
  "_Tcl_CreateCommand", referenced from:
      _Blt_InitCmd in bltInit.o
      _StringToPosition in bltGrLegd.o
      _NewGraph in bltGraph.o
      _Blt_CreateCommand in bltNsUtil.o
      _ContainerCmd in bltContainer.o
      _HierboxCmd in bltHierbox.o
      _TextCmd in bltHtext.o
      ...
  "_Tcl_CreateFileHandler", referenced from:
      _CreateSinkHandler in bltBgexec.o
  "_Tcl_CreateMathFunc", referenced from:
      _Blt_Init in bltInit.o
  "_Tcl_CreateNamespace", referenced from:
      _Blt_Init in bltInit.o
  "_Tcl_CreateObjCommand", referenced from:
      _Blt_InitObjCmd in bltInit.o
      _Blt_CreateCommandObj in bltNsUtil.o
      _TreeCreateOp in bltTreeCmd.o
      _Blt_VectorCreate in bltVector.o
      _TreeViewObjCmd in bltTreeView.o
      _Blt_TreeViewTextbox in bltTreeViewEdit.o
  "_Tcl_CreateTimerHandler", referenced from:
      _BgexecCmd in bltBgexec.o
      _TimerProc in bltBgexec.o
      _StdoutProc in bltBgexec.o
      _StderrProc in bltBgexec.o
      _StringToXID in bltContainer.o
      _DragDropCmd in bltDragdrop.o
      _HierboxEventProc in bltHierbox.o
      ...
  "_Tcl_CreateTrace", referenced from:
      _DebugCmd in bltDebug.o
      _ActivateOp in bltWatch.o
      _ConfigWatch in bltWatch.o
  "_Tcl_DStringAppend", referenced from:
      _Blt_Init in bltInit.o
      _Blt_InitCmd in bltInit.o
      _Blt_InitObjCmd in bltInit.o
      _Blt_UpdateScrollbar in bltGrMisc.o
      _DebugProc in bltDebug.o
      _Blt_GetQualifiedName in bltNsUtil.o
      _Blt_CreateCommand in bltNsUtil.o
      ...
  "_Tcl_DStringAppendElement", referenced from:
      _LooseToString in bltGrAxis.o
      _TicksToString in bltGrAxis.o
      _DataToString in bltGrElem.o
      _DataPairsToString in bltGrElem.o
      _Blt_StylesToString in bltGrElem.o
      _SymbolToString in bltGrLine.o
      _CoordinatesToString in bltGrMarker.o
      ...
  "_Tcl_DStringEndSublist", referenced from:
      _Blt_StylesToString in bltGrElem.o
      _PrintNode in bltTreeCmd.o
      _NotifyInfoOp in bltTreeCmd.o
      _DataOp in bltBitmap.o
  "_Tcl_DStringFree", referenced from:
      _Blt_Init in bltInit.o
      _Blt_InitCmd in bltInit.o
      _Blt_InitObjCmd in bltInit.o
      _LooseToString in bltGrAxis.o
      _TicksToString in bltGrAxis.o
      _SymbolToString in bltGrLine.o
      _Blt_UpdateScrollbar in bltGrMisc.o
      ...
  "_Tcl_DStringGetResult", referenced from:
      _PullOp in bltUnixDnd.o
      _DndEventProc in bltUnixDnd.o
      _GetFormattedData in bltUnixDnd.o
      _InvokeCallback in bltUnixDnd.o
      _DragInit in bltUnixDnd.o
  "_Tcl_DStringInit", referenced from:
      _Blt_Init in bltInit.o
      _Blt_InitCmd in bltInit.o
      _Blt_InitObjCmd in bltInit.o
      _LooseToString in bltGrAxis.o
      _TicksToString in bltGrAxis.o
      _DataToString in bltGrElem.o
      _DataPairsToString in bltGrElem.o
      ...
  "_Tcl_DStringResult", referenced from:
      _DumpOp in bltTreeCmd.o
      _PathOp in bltTreeCmd.o
      _NotifyInfoOp in bltTreeCmd.o
      _TagDumpOp in bltTreeCmd.o
      _TraceInfoOp in bltTreeCmd.o
      _DataOp in bltBitmap.o
      _SourceOp in bltBitmap.o
      ...
  "_Tcl_DStringSetLength", referenced from:
      _PositionOp in bltTreeCmd.o
      _SaveOp in bltTable.o
      _GetOp in bltTreeViewCmd.o
  "_Tcl_DStringStartSublist", referenced from:
      _Blt_StylesToString in bltGrElem.o
      _PrintNode in bltTreeCmd.o
      _NotifyInfoOp in bltTreeCmd.o
      _DataOp in bltBitmap.o
  "_Tcl_DeleteAssocData", referenced from:
      _TreeInterpDeleteProc in bltTree.o
      _TreeInterpDeleteProc in bltTreeCmd.o
      _VectorInterpDeleteProc in bltVector.o
      _BitmapInterpDeleteProc in bltBitmap.o
      _BusyInterpDeleteProc in bltBusy.o
      _TableInterpDeleteProc in bltTable.o
      _TileInterpDeleteProc in bltTile.o
      ...
  "_Tcl_DeleteCommandFromToken", referenced from:
      _Blt_DestroyLegend in bltGrLegd.o
      _LegendEventProc in bltGrLegd.o
      _GraphEventProc in bltGraph.o
      _TreeDestroyOp in bltTreeCmd.o
      _DeleteCommand in bltVector.o
      _ContainerEventProc in bltContainer.o
      _HierboxEventProc in bltHierbox.o
      ...
  "_Tcl_DeleteFileHandler", referenced from:
      _CloseSink in bltBgexec.o
      _Blt_CreatePipeline in bltUnixPipe.o
  "_Tcl_DeleteNamespace", referenced from:
      _Blt_Init in bltInit.o
  "_Tcl_DeleteTimerHandler", referenced from:
      _DisableTriggers in bltBgexec.o
      _StringToXID in bltContainer.o
      _DragDropCmd in bltDragdrop.o
      _DestroySource in bltDragdrop.o
      _HierboxEventProc in bltHierbox.o
      _TextboxEventProc in bltTreeViewEdit.o
      _DestroyTextbox in bltTreeViewEdit.o
      ...
  "_Tcl_DeleteTrace", referenced from:
      _DebugCmd in bltDebug.o
      _ActivateOp in bltWatch.o
      _DeleteOp in bltWatch.o
      _ConfigWatch in bltWatch.o
  "_Tcl_DetachPids", referenced from:
      _DestroyBackgroundInfo in bltBgexec.o
      _Blt_CreatePipeline in bltUnixPipe.o
  "_Tcl_DoOneEvent", referenced from:
      _BgexecCmd in bltBgexec.o
      _StringToXID in bltContainer.o
      _PullOp in bltUnixDnd.o
      _DndEventProc in bltUnixDnd.o
      _MapFrame in tkFrame.o
  "_Tcl_DoWhenIdle", referenced from:
      _EventuallyRedrawLegend in bltGrLegd.o
      _Blt_EventuallyRedrawGraph in bltGraph.o
      _NotifyClients in bltTree.o
      _Blt_VectorUpdateClients in bltVector.o
      _EventuallyRedraw in bltContainer.o
      _DragDropCmd in bltDragdrop.o
      _EventuallyRedraw in bltHierbox.o
      ...
  "_Tcl_DuplicateObj", referenced from:
      _Blt_TreeGetArrayValue in bltTree.o
      _Blt_TreeSetArrayValue in bltTree.o
      _Blt_TreeUnsetArrayValue in bltTree.o
      _Blt_TreeArrayValueExists in bltTree.o
      _Blt_TreeArrayNames in bltTree.o
  "_Tcl_Eof", referenced from:
      _BinreadOp in bltVecObjCmd.o
  "_Tcl_Eval", referenced from:
      _Blt_Init in bltInit.o
      _Blt_ParseNestedCmd in bltParse.o
      _TreeTraceProc in bltTreeCmd.o
      _PreCmdProc in bltWatch.o
      _PostCmdProc in bltWatch.o
      _DragDropCmd in bltDragdrop.o
      _ConfigureSource in bltDragdrop.o
      ...
  "_Tcl_EvalEx", referenced from:
      _ButtonWidgetCmd in tkButton.o
  "_Tcl_EvalObjv", referenced from:
      _NotifyOnUpdate in bltBgexec.o
      _TreeEventProc in bltTreeCmd.o
      _ApplyNodeProc in bltTreeCmd.o
      _MatchNodeProc in bltTreeCmd.o
      _TreeViewObjCmd in bltTreeView.o
      _CompareEntries in bltTreeViewColumn.o
  "_Tcl_EventuallyFree", referenced from:
      _GraphEventProc in bltGraph.o
      _BusyEventProc in bltBusy.o
      _RefWinEventProc in bltBusy.o
      _BusyCustodyProc in bltBusy.o
      _ForgetOp in bltBusy.o
      _ContainerEventProc in bltContainer.o
      _HierboxEventProc in bltHierbox.o
      ...
  "_Tcl_Export", referenced from:
      _Blt_InitCmd in bltInit.o
      _Blt_InitObjCmd in bltInit.o
  "_Tcl_ExprDouble", referenced from:
      _TransformOp in bltGrAxis.o
      _StringToTicks in bltGrAxis.o
      _StringToLimit in bltGrAxis.o
      _EvalExprList in bltGrElem.o
      _GetCoordinate in bltGrMarker.o
      _InvtransformOp in bltGraph.o
      _TransformOp in bltGraph.o
      ...
  "_Tcl_ExprLong", referenced from:
      _ActivateOp in bltGrElem.o
      _StringToPosition in bltGrLegd.o
      _Blt_VectorGetIndex in bltVector.o
      _StringToDashes in bltConfig.o
      _ParseIndex in bltTable.o
      _InsertOp in bltTable.o
      _ParseItem in bltTable.o
      ...
  "_Tcl_ExternalToUtf", referenced from:
      _CollectData in bltBgexec.o
  "_Tcl_FindCommand", referenced from:
      _Blt_InitCmd in bltInit.o
      _Blt_InitObjCmd in bltInit.o
  "_Tcl_FindNamespace", referenced from:
      _Blt_Init in bltInit.o
      _Blt_InitCmd in bltInit.o
      _Blt_InitObjCmd in bltInit.o
      _Blt_ParseQualifiedName in bltNsUtil.o
  "_Tcl_FindNamespaceVar", referenced from:
      _Blt_GetVariableNamespace in bltNsUtil.o
  "_Tcl_Flush", referenced from:
      _NotifyOnUpdate in bltBgexec.o
      _DebugProc in bltDebug.o
      _FileForRedirect in bltUnixPipe.o
  "_Tcl_FreeResult", referenced from:
      _Blt_ParseNestedCmd in bltParse.o
  "_Tcl_GetAssocData", referenced from:
      _Blt_Init in bltInit.o
      _GetTreeInterpData in bltTree.o
      _GetTreeCmdInterpData in bltTreeCmd.o
      _Blt_VectorGetInterpData in bltVector.o
      _Blt_BitmapInit in bltBitmap.o
      _Blt_BusyInit in bltBusy.o
      _Blt_TableInit in bltTable.o
      ...
  "_Tcl_GetBoolean", referenced from:
      _StringToLoose in bltGrAxis.o
      _DebugCmd in bltDebug.o
      _DoSwitch in bltSwitch.o
      _VectorCreate2 in bltVector.o
      _Blt_StringToFlag in bltConfig.o
      _StringToButton in bltHierbox.o
      _StringToControl in bltTable.o
      ...
  "_Tcl_GetBooleanFromObj", referenced from:
      _ObjToButton in bltTreeView.o
      _SortAutoOp in bltTreeViewColumn.o
      _StyleHighlightOp in bltTreeViewStyle.o
      _DoConfig in bltObjConfig.o
  "_Tcl_GetChannel", referenced from:
      _FileForRedirect in bltUnixPipe.o
      _BinreadOp in bltVecObjCmd.o
  "_Tcl_GetChannelHandle", referenced from:
      _FileForRedirect in bltUnixPipe.o
      _SetupStdFile in bltUnixPipe.o
  "_Tcl_GetChannelName", referenced from:
      _FileForRedirect in bltUnixPipe.o
  "_Tcl_GetCommandInfo", referenced from:
      _Blt_DestroyNsDeleteNotify in bltNsUtil.o
      _Blt_CreateNsDeleteNotify in bltNsUtil.o
      _GetTreeCmd in bltTreeCmd.o
      _TreeCreateOp in bltTreeCmd.o
      _GenerateName in bltTreeCmd.o
      _DeleteCommand in bltVector.o
      _Blt_VectorCreate in bltVector.o
      ...
  "_Tcl_GetCommandName", referenced from:
      _TreeNamesOp in bltTreeCmd.o
      _CompareNodes in bltTreeCmd.o
      _TreeTraceProc in bltTreeCmd.o
      _DeleteCommand in bltVector.o
  "_Tcl_GetCurrentNamespace", referenced from:
      _Blt_CreateCommand in bltNsUtil.o
      _Blt_CreateCommandObj in bltNsUtil.o
      _Blt_TreeCreate in bltTree.o
      _GetTreeObject in bltTree.o
      _GetTreeCmd in bltTreeCmd.o
      _TreeCreateOp in bltTreeCmd.o
      _GenerateName in bltTreeCmd.o
      ...
  "_Tcl_GetDouble", referenced from:
      _ViewOp in bltGrAxis.o
      _Blt_StringToStyles in bltGrElem.o
      _Blt_GetScrollInfo in bltGrMisc.o
      _DoSwitch in bltSwitch.o
      _CompareNodes in bltTreeCmd.o
      _StringToControl in bltTable.o
      _ConvolveOp in bltWinop.o
      ...
  "_Tcl_GetDoubleFromObj", referenced from:
      _Blt_GetScrollInfoFromObj in bltGrMisc.o
      _GetDouble in bltVecObjCmd.o
      _CompareEntries in bltTreeViewColumn.o
      _DoConfig in bltObjConfig.o
  "_Tcl_GetEncoding", referenced from:
      _BgexecCmd in bltBgexec.o
  "_Tcl_GetGlobalNamespace", referenced from:
      _Blt_ParseQualifiedName in bltNsUtil.o
      _GetTreeObject in bltTree.o
      _GetVectorObject in bltVector.o
  "_Tcl_GetHostName", referenced from:
      _OutputOp in bltGrPs.o
  "_Tcl_GetIndexFromObjStruct", referenced from:
      _NotifyOp in bltVecObjCmd.o
  "_Tcl_GetInt", referenced from:
      _ViewOp in bltGrAxis.o
      _InvTransformOp in bltGrAxis.o
      _FindOp in bltGrMarker.o
      _Blt_GetScrollInfo in bltGrMisc.o
      _StringToSignal in bltBgexec.o
      _DebugCmd in bltDebug.o
      _DoSwitch in bltSwitch.o
      ...
  "_Tcl_GetIntFromObj", referenced from:
      _Blt_GetScrollInfoFromObj in bltGrMisc.o
      _ExitCmd in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _CopyOp in bltTreeCmd.o
      _GetNode in bltTreeCmd.o
      _LengthOp in bltVecObjCmd.o
      _OffsetOp in bltVecObjCmd.o
      ...
  "_Tcl_GetLongFromObj", referenced from:
      _BinreadOp in bltVecObjCmd.o
  "_Tcl_GetObjResult", referenced from:
      _CompareDictionaryCmd in bltTreeCmd.o
      _AncestorOp in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _DegreeOp in bltTreeCmd.o
      _DepthOp in bltTreeCmd.o
      _FindChildOp in bltTreeCmd.o
      _FirstChildOp in bltTreeCmd.o
      ...
  "_Tcl_GetStdChannel", referenced from:
      _NotifyOnUpdate in bltBgexec.o
      _DebugProc in bltDebug.o
      _SetupStdFile in bltUnixPipe.o
  "_Tcl_GetString", referenced from:
      _Blt_GetScrollInfoFromObj in bltGrMisc.o
      _SetArrayFromAny in bltArrayObj.o
      _Blt_NewArrayObj in bltArrayObj.o
      _UpdateStringOfArray in bltArrayObj.o
      _Blt_ProcessObjSwitches in bltSwitch.o
      _CompareDictionaryCmd in bltTreeCmd.o
      _TreeCreateOp in bltTreeCmd.o
      ...
  "_Tcl_GetStringFromObj", referenced from:
      _TraceCreateOp in bltTreeCmd.o
      _SortOp in bltVecObjCmd.o
      _CloseOp in bltTreeViewCmd.o
      _FindOp in bltTreeViewCmd.o
      _OpenOp in bltTreeViewCmd.o
      _RangeOp in bltTreeViewCmd.o
      _ScanOp in bltTreeViewCmd.o
      ...
  "_Tcl_GetStringResult", referenced from:
      _GetMarginGeometry in bltGrAxis.o
      _CompareNodes in bltTreeCmd.o
      _Blt_VectorVarTrace in bltVecObjCmd.o
      _PreCmdProc in bltWatch.o
      _PostCmdProc in bltWatch.o
      _DragDropCmd in bltDragdrop.o
      _UpdateToken in bltDragdrop.o
      ...
  "_Tcl_GetVar2", referenced from:
      _OutputOp in bltGrPs.o
      _PostCmdProc in bltWatch.o
      _Blt_FileToPostScript in bltPs.o
      _Blt_BackgroundToPostScript in bltPs.o
      _Blt_ForegroundToPostScript in bltPs.o
      _Blt_FontToPostScript in bltPs.o
      _ConfigureButton in tkButton.o
      ...
  "_Tcl_GetVar2Ex", referenced from:
      _Blt_VectorVarTrace in bltVecObjCmd.o
  "_Tcl_Gets", referenced from:
      _RestorefileOp in bltTreeCmd.o
  "_Tcl_GlobalEval", referenced from:
      _Blt_UpdateScrollbar in bltGrMisc.o
      _CompareNodes in bltTreeCmd.o
      _ConfigureSource in bltDragdrop.o
      _HierboxCmd in bltHierbox.o
      _OpenNode in bltHierbox.o
      _SelectCmdProc in bltHierbox.o
      _FindOp in bltHierbox.o
      ...
  "_Tcl_InvalidateStringRep", referenced from:
      _FreeArrayInternalRep in bltArrayObj.o
      _DupArrayInternalRep in bltArrayObj.o
      _Blt_TreeSetArrayValue in bltTree.o
  "_Tcl_ListObjAppendElement", referenced from:
      _Blt_TreeArrayNames in bltTree.o
      _TreeNamesOp in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _GetOp in bltTreeCmd.o
      _KeysOp in bltTreeCmd.o
      _PositionOp in bltTreeCmd.o
      _SortOp in bltTreeCmd.o
      ...
  "_Tcl_ListObjGetElements", referenced from:
      _IndexOp in bltTreeCmd.o
      _AppendOp in bltVecObjCmd.o
      _SetOp in bltVecObjCmd.o
      _ObjToIcons in bltTreeView.o
      _GetEntryExtents in bltTreeView.o
      _ObjToData in bltTreeViewColumn.o
      _Blt_GetPadFromObj in bltObjConfig.o
      ...
  "_Tcl_Merge", referenced from:
      _FormatToString in bltGrAxis.o
      _DebugProc in bltDebug.o
      _PreCmdProc in bltWatch.o
      _CmdSearch in bltContainer.o
      _GetdataOp in bltUnixDnd.o
      _SetdataOp in bltUnixDnd.o
  "_Tcl_NewByteArrayObj", referenced from:
      _BgexecCmd in bltBgexec.o
      _CloseSink in bltBgexec.o
      _NotifyOnUpdate in bltBgexec.o
  "_Tcl_NewDoubleObj", referenced from:
      _Blt_VectorVarTrace in bltVecObjCmd.o
      _GetValues in bltVecObjCmd.o
      _ArithOp in bltVecObjCmd.o
      _NormalizeOp in bltVecObjCmd.o
      _RangeOp in bltVecObjCmd.o
      _SearchOp in bltVecObjCmd.o
      _XViewOp in bltTreeViewCmd.o
      ...
  "_Tcl_NewIntObj", referenced from:
      _TreeEventProc in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _CopyOp in bltTreeCmd.o
      _ExistsOp in bltTreeCmd.o
      _PositionOp in bltTreeCmd.o
      _SortOp in bltTreeCmd.o
      _ApplyNodeProc in bltTreeCmd.o
      ...
  "_Tcl_NewListObj", referenced from:
      _TreeNamesOp in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _FindOp in bltTreeCmd.o
      _GetOp in bltTreeCmd.o
      _KeysOp in bltTreeCmd.o
      _PositionOp in bltTreeCmd.o
      _SortOp in bltTreeCmd.o
      ...
  "_Tcl_NewObj", referenced from:
      _Blt_NewArrayObj in bltArrayObj.o
  "_Tcl_NewStringObj", referenced from:
      _Blt_Init in bltInit.o
      _SetArrayFromAny in bltArrayObj.o
      _InitSink in bltBgexec.o
      _Blt_TreeArrayNames in bltTree.o
      _TreeNamesOp in bltTreeCmd.o
      _TreeEventProc in bltTreeCmd.o
      _ApplyOp in bltTreeCmd.o
      ...
  "_Tcl_NumUtfChars", referenced from:
      _IndexOpOp in bltHierbox.o
      _GetLabelIndex in bltHierbox.o
      _IndexOp in bltTreeViewEdit.o
      _GetIndexFromObj in bltTreeViewEdit.o
  "_Tcl_OpenFileChannel", referenced from:
      _DumpfileOp in bltTreeCmd.o
      _RestorefileOp in bltTreeCmd.o
      _Blt_FileToPostScript in bltPs.o
  "_Tcl_ParseVar", referenced from:
      _Blt_ParseQuotes in bltParse.o
      _NextToken in bltVecMath.o
  "_Tcl_PkgPresentEx", referenced from:
      _Blt_Init in bltInit.o
  "_Tcl_PkgProvideEx", referenced from:
      _Blt_Init in bltInit.o
  "_Tcl_PkgRequireEx", referenced from:
      _Blt_Init in bltInit.o
  "_Tcl_PopCallFrame", referenced from:
      _Blt_LeaveNamespace in bltNsUtil.o
  "_Tcl_PosixError", referenced from:
      _OutputOp in bltGrPs.o
      _CreateSinkHandler in bltBgexec.o
      _CollectData in bltBgexec.o
      _RestorefileOp in bltTreeCmd.o
      _Blt_CreatePipeline in bltUnixPipe.o
      _FileForRedirect in bltUnixPipe.o
      _Crc32Cmd in bltUtil.o
      ...
  "_Tcl_Preserve", referenced from:
      _Blt_GraphInstCmdProc in bltGraph.o
      _TreeInstObjCmd in bltTreeCmd.o
      _BindProc in bltBind.o
      _CgetOp in bltBusy.o
      _ConfigureOp in bltBusy.o
      _StatusOp in bltBusy.o
      _ContainerInstCmd in bltContainer.o
      ...
  "_Tcl_PrintDouble", referenced from:
      _TicksToString in bltGrAxis.o
      _LimitToString in bltGrAxis.o
      _DataToString in bltGrElem.o
      _DataPairsToString in bltGrElem.o
      _Blt_StylesToString in bltGrElem.o
      _ClosestOp in bltGrElem.o
      _CoordinatesToString in bltGrMarker.o
      ...
  "_Tcl_PushCallFrame", referenced from:
      _Blt_EnterNamespace in bltNsUtil.o
  "_Tcl_Read", referenced from:
      _BinreadOp in bltVecObjCmd.o
      _Blt_FileToPostScript in bltPs.o
  "_Tcl_ReapDetachedProcs", referenced from:
      _BgexecCmd in bltBgexec.o
      _DestroyBackgroundInfo in bltBgexec.o
      _Blt_CreatePipeline in bltUnixPipe.o
  "_Tcl_RegExpCompile", referenced from:
      _DefineOp in bltBitmap.o
      _SearchOp in bltHtext.o
  "_Tcl_RegExpExec", referenced from:
      _DefineOp in bltBitmap.o
      _SearchOp in bltHtext.o
  "_Tcl_RegExpMatch", referenced from:
      _ComparePatternList in bltTreeCmd.o
      _RegexpCompare in bltHierbox.o
      _RegexpCompare in bltTreeViewCmd.o
  "_Tcl_RegExpRange", referenced from:
      _DefineOp in bltBitmap.o
      _SearchOp in bltHtext.o
  "_Tcl_RegisterObjType", referenced from:
      _Blt_RegisterArrayObj in bltArrayObj.o
  "_Tcl_Release", referenced from:
      _Blt_GraphInstCmdProc in bltGraph.o
      _TreeInstObjCmd in bltTreeCmd.o
      _BindProc in bltBind.o
      _CgetOp in bltBusy.o
      _ConfigureOp in bltBusy.o
      _StatusOp in bltBusy.o
      _ContainerInstCmd in bltContainer.o
      ...
  "_Tcl_ResetResult", referenced from:
      _GetMarginGeometry in bltGrAxis.o
      _ShowOp in bltGrElem.o
      _StringToSymbol in bltGrLine.o
      _DeleteOp in bltGrMarker.o
      _NamesOp in bltGrMarker.o
      _Blt_ParseQuotes in bltParse.o
      _Blt_TreeExists in bltTree.o
      ...
  "_Tcl_SetAssocData", referenced from:
      _Blt_Init in bltInit.o
      _GetTreeInterpData in bltTree.o
      _GetTreeCmdInterpData in bltTreeCmd.o
      _Blt_VectorGetInterpData in bltVector.o
      _Blt_BitmapInit in bltBitmap.o
      _Blt_BusyInit in bltBusy.o
      _Blt_TableInit in bltTable.o
      ...
  "_Tcl_SetChannelOption", referenced from:
      _BinreadOp in bltVecObjCmd.o
  "_Tcl_SetCommandInfo", referenced from:
      _DeleteCommand in bltVector.o
  "_Tcl_SetErrorCode", referenced from:
      _MathError in bltVecMath.o
  "_Tcl_SetIntObj", referenced from:
      _CompareDictionaryCmd in bltTreeCmd.o
      _AncestorOp in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _DegreeOp in bltTreeCmd.o
      _DepthOp in bltTreeCmd.o
      _FindChildOp in bltTreeCmd.o
      _FirstChildOp in bltTreeCmd.o
      ...
  "_Tcl_SetObjResult", referenced from:
      _BgexecCmd in bltBgexec.o
      _TreeNamesOp in bltTreeCmd.o
      _ChildrenOp in bltTreeCmd.o
      _CopyOp in bltTreeCmd.o
      _ExistsOp in bltTreeCmd.o
      _FindOp in bltTreeCmd.o
      _GetOp in bltTreeCmd.o
      ...
  "_Tcl_SetResult", referenced from:
      _CreateVirtualOp in bltGrAxis.o
      _GetOp in bltGrAxis.o
      _TransformOp in bltGrAxis.o
      _CreateOp in bltGrElem.o
      _ClosestOp in bltGrElem.o
      _ExistsOp in bltGrElem.o
      _GetOp in bltGrElem.o
      ...
  "_Tcl_SetStringObj", referenced from:
      _LabelOp in bltTreeCmd.o
      _NotifyCreateOp in bltTreeCmd.o
      _TraceCreateOp in bltTreeCmd.o
  "_Tcl_SetVar2", referenced from:
      _Blt_Init in bltInit.o
      _ClosestOp in bltGrElem.o
      _DisplayGraph in bltGraph.o
      _TimerProc in bltBgexec.o
      _Blt_VectorFlushCache in bltVector.o
      _Blt_VectorMapVariable in bltVector.o
      _Blt_VectorVarTrace in bltVecObjCmd.o
      ...
  "_Tcl_SetVar2Ex", referenced from:
      _CloseSink in bltBgexec.o
      _NotifyOnUpdate in bltBgexec.o
      _Blt_VectorVarTrace in bltVecObjCmd.o
  "_Tcl_SignalMsg", referenced from:
      _TimerProc in bltBgexec.o
  "_Tcl_Sleep", referenced from:
      _ButtonWidgetCmd in tkButton.o
  "_Tcl_SplitList", referenced from:
      _UseOp in bltGrAxis.o
      _StringToFormat in bltGrAxis.o
      _StringToLoose in bltGrAxis.o
      _StringToTicks in bltGrAxis.o
      _Blt_StringToStyles in bltGrElem.o
      _EvalExprList in bltGrElem.o
      _ShowOp in bltGrElem.o
      ...
  "_Tcl_StringMatch", referenced from:
      _NamesVirtualOp in bltGrAxis.o
      _NamesOp in bltGrElem.o
      _ActivateOp in bltGrLegd.o
      _NamesOp in bltGrMarker.o
      _NamesOp in bltGrPen.o
      _DebugProc in bltDebug.o
      _Blt_SwitchChanged in bltSwitch.o
      ...
  "_Tcl_TraceVar2", referenced from:
      _BgexecCmd in bltBgexec.o
      _Blt_VectorFlushCache in bltVector.o
      _Blt_VectorMapVariable in bltVector.o
      _ConfigureText in bltHtext.o
      _ConfigureButton in tkButton.o
      _ButtonTextVarProc in tkButton.o
      _ButtonVarProc in tkButton.o
      ...
  "_Tcl_TranslateFileName", referenced from:
      _Blt_CreatePipeline in bltUnixPipe.o
      _FileForRedirect in bltUnixPipe.o
  "_Tcl_UniCharIsLower", referenced from:
      _Blt_DictionaryCompare in bltUtil.o
  "_Tcl_UniCharIsUpper", referenced from:
      _Blt_DictionaryCompare in bltUtil.o
  "_Tcl_UniCharToLower", referenced from:
      _Blt_DictionaryCompare in bltUtil.o
  "_Tcl_UnsetVar2", referenced from:
      _Blt_VectorFlushCache in bltVector.o
      _Blt_VectorMapVariable in bltVector.o
      _UnmapVariable in bltVector.o
  "_Tcl_UntraceVar2", referenced from:
      _DisableTriggers in bltBgexec.o
      _Blt_VectorFlushCache in bltVector.o
      _UnmapVariable in bltVector.o
      _ConfigureText in bltHtext.o
      _ButtonEventProc in tkButton.o
      _ConfigureButton in tkButton.o
  "_Tcl_UtfAtIndex", referenced from:
      _GetLabelIndex in bltHierbox.o
      _GetIndexFromObj in bltTreeViewEdit.o
  "_Tcl_UtfToExternalDString", referenced from:
      _Blt_OpenUtfFile in bltUtil.o
  "_Tcl_UtfToUniChar", referenced from:
      _Blt_DictionaryCompare in bltUtil.o
      _GetLabelIndex in bltHierbox.o
      _TextLayoutToPostScript in bltPs.o
      _GetIndexFromObj in bltTreeViewEdit.o
  "_Tcl_VarEval", referenced from:
      _GetMarginGeometry in bltGrAxis.o
      _DragDropCmd in bltDragdrop.o
      _UpdateToken in bltDragdrop.o
      _HierboxCmd in bltHierbox.o
      _CompareNodesByTclCmd in bltHierbox.o
      _Blt_DestroyTemporaryImage in bltImage.o
      _NotebookCmd in bltTabnotebook.o
      ...
  "_Tcl_VarTraceInfo2", referenced from:
      _TextVarProc in bltHtext.o
  "_Tcl_WaitPid", referenced from:
      _Blt_CreatePipeline in bltUnixPipe.o
  "_Tcl_Write", referenced from:
      _DebugProc in bltDebug.o
      _DumpfileOp in bltTreeCmd.o
  "_Tcl_WriteObj", referenced from:
      _NotifyOnUpdate in bltBgexec.o
  "_TclpAlloc", referenced from:
      _Blt_MallocProcPtr in bltAlloc.o
  "_TclpFree", referenced from:
      _Blt_FreeProcPtr in bltAlloc.o
  "_TclpRealloc", referenced from:
      _Blt_ReallocProcPtr in bltAlloc.o
  "_TkComputeAnchor", referenced from:
      _DisplayButton in tkButton.o
  "_TkCreateMainWindow", referenced from:
      _TkCreateFrame in tkFrame.o
  "_TkSetWindowMenuBar", referenced from:
      _FrameCmdDeletedProc in tkFrame.o
      _FrameEventProc in tkFrame.o
      _ConfigureFrame in tkFrame.o
  "_Tk_3DBorderColor", referenced from:
      _ConfigurePen in bltGrBar.o
      _SymbolToPostScript in bltGrBar.o
      _SegmentsToPostScript in bltGrBar.o
      _OutputOp in bltGrPs.o
      _ConfigureGraph in bltGraph.o
      _ConfigureEps in bltCanvEps.o
      _ConfigureTab in bltTabnotebook.o
      ...
  "_Tk_3DBorderGC", referenced from:
      _Blt_Fill3DRectangle in bltGrMisc.o
      _Blt_Draw3DRectangle in bltGrMisc.o
      _Draw3DFolder in bltTabnotebook.o
      _DisplayButton in tkButton.o
  "_Tk_Alloc3DBorderFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_AllocBitmapFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_AllocColorFromObj", referenced from:
      _Blt_GetShadowFromObj in bltObjConfig.o
      _DoConfig in bltObjConfig.o
  "_Tk_AllocCursorFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_AllocFontFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_BindEvent", referenced from:
      _DoEvent in bltBind.o
  "_Tk_CanvasDrawableCoords", referenced from:
      _DisplayEps in bltCanvEps.o
  "_Tk_CanvasEventuallyRedraw", referenced from:
      _ImageChangedProc in bltCanvEps.o
  "_Tk_CanvasGetCoord", referenced from:
      _CreateEps in bltCanvEps.o
      _EpsCoords in bltCanvEps.o
  "_Tk_CanvasPsY", referenced from:
      _EpsToPostScript in bltCanvEps.o
  "_Tk_CanvasTagsParseProc", referenced from:
      _Blt_InitEpsCanvasItem in bltCanvEps.o
  "_Tk_CanvasTagsPrintProc", referenced from:
      _Blt_InitEpsCanvasItem in bltCanvEps.o
  "_Tk_CanvasTkwin", referenced from:
      _CreateEps in bltCanvEps.o
      _ConfigureEps in bltCanvEps.o
      _DisplayEps in bltCanvEps.o
      _EpsToPostScript in bltCanvEps.o
  "_Tk_ChangeWindowAttributes", referenced from:
      _DragDropCmd in bltDragdrop.o
      _TokenWindowOp in bltUnixDnd.o
  "_Tk_ComputeTextLayout", referenced from:
      _ComputeButtonGeometry in tkButton.o
  "_Tk_ConfigureInfo", referenced from:
      _ConfigureOp in bltGrAxis.o
      _ConfigureOp in bltGrElem.o
      _ConfigureOp in bltGrGrid.o
      _ConfigureOp in bltGrHairs.o
      _ConfigureOp in bltGrLegd.o
      _ConfigureOp in bltGrMarker.o
      _ConfigureOp in bltGrPen.o
      ...
  "_Tk_ConfigureValue", referenced from:
      _CgetVirtualOp in bltGrAxis.o
      _CgetOp in bltGrAxis.o
      _CgetOp in bltGrElem.o
      _CgetOp in bltGrGrid.o
      _CgetOp in bltGrHairs.o
      _CgetOp in bltGrLegd.o
      _CgetOp in bltGrMarker.o
      ...
  "_Tk_ConfigureWidget", referenced from:
      _ConfigureOp in bltGrAxis.o
      _ClosestOp in bltGrElem.o
      _ConfigureOp in bltGrElem.o
      _ConfigureOp in bltGrGrid.o
      _ConfigureOp in bltGrHairs.o
      _ConfigureOp in bltGrLegd.o
      _ConfigureOp in bltGrMarker.o
      ...
  "_Tk_CreateBinding", referenced from:
      _Blt_ConfigureBindings in bltBind.o
      _Blt_ConfigureBindingsFromObj in bltBind.o
  "_Tk_CreateBindingTable", referenced from:
      _Blt_CreateBindingTable in bltBind.o
  "_Tk_CreateErrorHandler", referenced from:
      _ConfigureContainer in bltContainer.o
      _RotateOp in bltCutbuffer.o
      _Blt_DrawableToColorImage in bltUnixImage.o
      _SendClientMsg in bltUnixDnd.o
      _Blt_ReparentWindow in bltWindow.o
      _SnapOp in bltWinop.o
  "_Tk_CreateEventHandler", referenced from:
      _StringToPosition in bltGrLegd.o
      _ConfigureWindowMarker in bltGrMarker.o
      _NewGraph in bltGraph.o
      _Blt_CreateBindingTable in bltBind.o
      _Blt_MoveBindingTable in bltBind.o
      _HoldOp in bltBusy.o
      _ContainerCmd in bltContainer.o
      ...
  "_Tk_CreateGenericHandler", referenced from:
      _ConfigureContainer in bltContainer.o
      _RegisterOp in bltUnixDnd.o
  "_Tk_CreateItemType", referenced from:
      _Blt_InitEpsCanvasItem in bltCanvEps.o
  "_Tk_CreateSelHandler", referenced from:
      _HierboxCmd in bltHierbox.o
      _TextCmd in bltHtext.o
      _TreeViewObjCmd in bltTreeView.o
      _Blt_TreeViewTextbox in bltTreeViewEdit.o
  "_Tk_CreateWindow", referenced from:
      _HoldOp in bltBusy.o
      _Blt_ConfigureWidgetComponent in bltConfig.o
      _DragDropCmd in bltDragdrop.o
      _Blt_TreeViewTextbox in bltTreeViewEdit.o
      _TokenWindowOp in bltUnixDnd.o
      _Blt_ConfigureComponentFromObj in bltObjConfig.o
      _CreateTed in bltTed.o
      ...
  "_Tk_CreateWindowFromPath", referenced from:
      _StringToPosition in bltGrLegd.o
      _NewGraph in bltGraph.o
      _ContainerCmd in bltContainer.o
      _HierboxCmd in bltHierbox.o
      _TextCmd in bltHtext.o
      _NotebookCmd in bltTabnotebook.o
      _TabTearoffOp in bltTabnotebook.o
      ...
  "_Tk_DefineBitmap", referenced from:
      _Blt_BitmapInit in bltBitmap.o
      _ComposeOp in bltBitmap.o
      _DefineOp in bltBitmap.o
      _ConfigureHierbox in bltHierbox.o
  "_Tk_DefineCursor", referenced from:
      _HoldOp in bltBusy.o
      _ConfigureBusy in bltBusy.o
      _DragDropCmd in bltDragdrop.o
      _ResizeActivateOp in bltTreeViewColumn.o
      _DrawValue in bltTreeViewStyle.o
      _CancelDrag in bltUnixDnd.o
      _StopActiveCursor in bltUnixDnd.o
      ...
  "_Tk_DeleteAllBindings", referenced from:
      _Blt_DeleteBindings in bltBind.o
  "_Tk_DeleteBinding", referenced from:
      _Blt_ConfigureBindings in bltBind.o
      _Blt_ConfigureBindingsFromObj in bltBind.o
  "_Tk_DeleteBindingTable", referenced from:
      _Blt_DestroyBindingTable in bltBind.o
  "_Tk_DeleteErrorHandler", referenced from:
      _ConfigureContainer in bltContainer.o
      _RotateOp in bltCutbuffer.o
      _Blt_DrawableToColorImage in bltUnixImage.o
      _SendClientMsg in bltUnixDnd.o
      _Blt_ReparentWindow in bltWindow.o
      _SnapOp in bltWinop.o
  "_Tk_DeleteEventHandler", referenced from:
      _Blt_DestroyLegend in bltGrLegd.o
      _ConfigureWindowMarker in bltGrMarker.o
      _FreeWindowMarker in bltGrMarker.o
      _Blt_DestroyBindingTable in bltBind.o
      _Blt_MoveBindingTable in bltBind.o
      _DestroyBusy in bltBusy.o
      _BusyCustodyProc in bltBusy.o
      ...
  "_Tk_DeleteGenericHandler", referenced from:
      _DestroyContainer in bltContainer.o
      _DestroyDnd in bltUnixDnd.o
  "_Tk_DeleteSelHandler", referenced from:
      _DestroyHierbox in bltHierbox.o
      _DestroyTreeView in bltTreeView.o
      _DestroyTextbox in bltTreeViewEdit.o
  "_Tk_DestroyWindow", referenced from:
      _Blt_DestroyLegend in bltGrLegd.o
      _StringToPosition in bltGrLegd.o
      _FreeWindowMarker in bltGrMarker.o
      _GraphInstCmdDeleteProc in bltGraph.o
      _DestroyBusy in bltBusy.o
      _Blt_ConfigureWidgetComponent in bltConfig.o
      _ContainerCmd in bltContainer.o
      ...
  "_Tk_Draw3DPolygon", referenced from:
      _DisplayNotebook in bltTabnotebook.o
      _DisplayTabset in bltTabset.o
      _Draw3DFolder in bltTabset.o
      _DisplayButton in tkButton.o
  "_Tk_Draw3DRectangle", referenced from:
      _Blt_Draw3DRectangle in bltGrMisc.o
  "_Tk_DrawChars", referenced from:
      _DrawSegment in bltHtext.o
      _DrawTextLayout in bltText.o
      _DisplayTextbox in bltTreeViewEdit.o
  "_Tk_DrawFocusHighlight", referenced from:
      _Blt_DrawGraph in bltGraph.o
      _DisplayContainer in bltContainer.o
      _DrawOuterBorders in bltHierbox.o
      _DisplayNotebook in bltTabnotebook.o
      _DrawOuterBorders in bltTabset.o
      _Blt_TreeViewDrawOuterBorders in bltTreeView.o
      _DisplayButton in tkButton.o
      ...
  "_Tk_DrawTextLayout", referenced from:
      _DisplayButton in tkButton.o
  "_Tk_Fill3DPolygon", referenced from:
      _Draw3DFolder in bltTabnotebook.o
      _Draw3DFolder in bltTabset.o
      _DisplayButton in tkButton.o
  "_Tk_Fill3DRectangle", referenced from:
      _Blt_Fill3DRectangle in bltGrMisc.o
  "_Tk_FindPhoto", referenced from:
      _ConfigureImageMarker in bltGrMarker.o
      _MapImageMarker in bltGrMarker.o
      _ImageMarkerToPostScript in bltGrMarker.o
      _ImageChangedProc in bltGrMarker.o
      _ConfigureEps in bltCanvEps.o
      _DisplayEps in bltCanvEps.o
      _EpsToPostScript in bltCanvEps.o
      ...
  "_Tk_FontId", referenced from:
      _ConfigureEntry in bltHierbox.o
      _ConfigureText in bltHtext.o
      _ConfigureTab in bltTabnotebook.o
      _ConfigureTab in bltTabset.o
      _Blt_CreateTextBitmap in bltText.o
      _Blt_ResetTextStyle in bltText.o
      _Blt_TreeViewConfigureEntry in bltTreeView.o
      ...
  "_Tk_Free3DBorder", referenced from:
      _DoConfig in bltObjConfig.o
      _Blt_FreeObjOptions in bltObjConfig.o
  "_Tk_FreeBitmap", referenced from:
      _DestroyPen in bltGrLine.o
      _StringToSymbol in bltGrLine.o
      _DestroyLine in bltGrLine.o
      _StringToPattern in bltGrLine.o
      _ComposeOp in bltBitmap.o
      _DataOp in bltBitmap.o
      _DefineOp in bltBitmap.o
      ...
  "_Tk_FreeColor", referenced from:
      _Blt_FreeColorPair in bltGrMisc.o
      _StringToShadow in bltConfig.o
      _DestroyEntry in bltHierbox.o
      _DestroyHierbox in bltHierbox.o
      _DestroyEntry in bltTreeView.o
      _Blt_GetShadowFromObj in bltObjConfig.o
      _DoConfig in bltObjConfig.o
      ...
  "_Tk_FreeColormap", referenced from:
      _DestroyFrame in tkFrame.o
  "_Tk_FreeCursor", referenced from:
      _DragDropCmd in bltDragdrop.o
      _DestroySource in bltDragdrop.o
      _DestroyDnd in bltUnixDnd.o
      _DragInit in bltUnixDnd.o
      _DoConfig in bltObjConfig.o
      _Blt_FreeObjOptions in bltObjConfig.o
  "_Tk_FreeFont", referenced from:
      _DoConfig in bltObjConfig.o
      _Blt_FreeObjOptions in bltObjConfig.o
  "_Tk_FreeGC", referenced from:
      _DestroyAxis in bltGrAxis.o
      _ConfigureAxis in bltGrAxis.o
      _ConfigurePen in bltGrBar.o
      _DestroyPen in bltGrBar.o
      _ConfigurePen in bltGrLine.o
      _DestroyPen in bltGrLine.o
      _ConfigureLine in bltGrLine.o
      ...
  "_Tk_FreeImage", referenced from:
      _ConfigureImageMarker in bltGrMarker.o
      _FreeImageMarker in bltGrMarker.o
      _ConfigureEps in bltCanvEps.o
      _DeleteEps in bltCanvEps.o
      _FreeCachedImage in bltHierbox.o
      _Blt_DestroyTemporaryImage in bltImage.o
      _FreeImage in bltTabnotebook.o
      ...
  "_Tk_FreeOptions", referenced from:
      _DestroyAxis in bltGrAxis.o
      _DestroyElement in bltGrElem.o
      _Blt_DestroyGrid in bltGrGrid.o
      _Blt_DestroyCrosshairs in bltGrHairs.o
      _Blt_DestroyLegend in bltGrLegd.o
      _DestroyMarker in bltGrMarker.o
      _DestroyPen in bltGrPen.o
      ...
  "_Tk_FreePixmap", referenced from:
      _Blt_DrawLegend in bltGrLegd.o
      _DrawSymbols in bltGrLine.o
      _FreeBitmapMarker in bltGrMarker.o
      _MapBitmapMarker in bltGrMarker.o
      _FreeImageMarker in bltGrMarker.o
      _Blt_GetPrivateGC in bltGrMisc.o
      _OutputOp in bltGrPs.o
      ...
  "_Tk_FreeTextLayout", referenced from:
      _ButtonEventProc in tkButton.o
      _ComputeButtonGeometry in tkButton.o
  "_Tk_FreeXId", referenced from:
      _Blt_FreePrivateGC in bltGrMisc.o
  "_Tk_GCForColor", referenced from:
      _Blt_DrawGraph in bltGraph.o
      _DisplayContainer in bltContainer.o
      _DrawOuterBorders in bltHierbox.o
      _DisplayNotebook in bltTabnotebook.o
      _DrawFolder in bltTabnotebook.o
      _Draw3DFolder in bltTabnotebook.o
      _DrawOuterBorders in bltTabset.o
      ...
  "_Tk_GeometryRequest", referenced from:
      _Blt_MapLegend in bltGrLegd.o
      _ConfigureGraph in bltGraph.o
      _ConfigureContainer in bltContainer.o
      _ConfigureHierbox in bltHierbox.o
      _DisplayText in bltHtext.o
      _ArrangeTable in bltTable.o
      _ConfigureNotebook in bltTabnotebook.o
      ...
  "_Tk_GetAllBindings", referenced from:
      _Blt_ConfigureBindings in bltBind.o
      _Blt_ConfigureBindingsFromObj in bltBind.o
  "_Tk_GetAnchor", referenced from:
      _SeeOp in bltHierbox.o
  "_Tk_GetAnchorFromObj", referenced from:
      _SeeOp in bltTreeViewCmd.o
      _DoConfig in bltObjConfig.o
  "_Tk_GetAtomName", referenced from:
      _NameOfAtom in bltPs.o
  "_Tk_GetBinding", referenced from:
      _Blt_ConfigureBindings in bltBind.o
      _Blt_ConfigureBindingsFromObj in bltBind.o
  "_Tk_GetBitmap", referenced from:
      _StringToSymbol in bltGrLine.o
      _StringToPattern in bltGrLine.o
      _ComposeOp in bltBitmap.o
      _DataOp in bltBitmap.o
      _DefineOp in bltBitmap.o
      _ExistsOp in bltBitmap.o
      _HeightOp in bltBitmap.o
      ...
  "_Tk_GetCapStyle", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_GetColor", referenced from:
      _GetColorPair in bltGrMisc.o
      _StringToColor in bltGrPen.o
      _StringToShadow in bltConfig.o
      _ConfigureHierbox in bltHierbox.o
      _GradientOp in bltWinop.o
  "_Tk_GetColormap", referenced from:
      _Blt_DirectColorTable in bltColor.o
      _TkCreateFrame in tkFrame.o
  "_Tk_GetCursor", referenced from:
      _DragDropCmd in bltDragdrop.o
      _StringToCursors in bltUnixDnd.o
      _DragInit in bltUnixDnd.o
  "_Tk_GetFontMetrics", referenced from:
      _Blt_MapLegend in bltGrLegd.o
      _Blt_DrawLegend in bltGrLegd.o
      _Blt_LegendToPostScript in bltGrLegd.o
      _GetCursorLocation in bltHierbox.o
      _ConfigureEntry in bltHierbox.o
      _GetLabelIndex in bltHierbox.o
      _ConfigureText in bltHtext.o
      ...
  "_Tk_GetGC", referenced from:
      _ConfigureAxis in bltGrAxis.o
      _ConfigurePen in bltGrBar.o
      _ConfigurePen in bltGrLine.o
      _ConfigureLine in bltGrLine.o
      _ConfigureBitmapMarker in bltGrMarker.o
      _ConfigureImageMarker in bltGrMarker.o
      _ConfigureTextMarker in bltGrMarker.o
      ...
  "_Tk_GetImage", referenced from:
      _ConfigureImageMarker in bltGrMarker.o
      _ConfigureEps in bltCanvEps.o
      _StringToImages in bltHierbox.o
      _Blt_CreateTemporaryImage in bltImage.o
      _StringToImage in bltTabnotebook.o
      _StringToImage in bltTabset.o
      _Blt_GetTile in bltTile.o
      ...
  "_Tk_GetJoinStyle", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_GetJustifyFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_GetMMFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_GetOption", referenced from:
      _Blt_ConfigureWidgetFromObj in bltObjConfig.o
      _TkCreateFrame in tkFrame.o
  "_Tk_GetPixels", referenced from:
      _ClosestOp in bltGrElem.o
      _Blt_GetXY in bltGrMisc.o
      _InsideOp in bltGraph.o
      _Blt_GetPixels in bltConfig.o
      _NearestOp in bltHierbox.o
      _ScanOp in bltHierbox.o
      _GetScreenDistance in bltHtext.o
      ...
  "_Tk_GetPixelsFromObj", referenced from:
      _NearestOp in bltTreeViewCmd.o
      _ColumnNearestOp in bltTreeViewColumn.o
      _Blt_GetPixelsFromObj in bltObjConfig.o
      _DoConfig in bltObjConfig.o
  "_Tk_GetPixmap", referenced from:
      _Blt_DrawLegend in bltGrLegd.o
      _Blt_GetPrivateGC in bltGrMisc.o
      _OutputOp in bltGrPs.o
      _DisplayGraph in bltGraph.o
      _Blt_DrawGraph in bltGraph.o
      _SnapOp in bltGraph.o
      _DisplayHierbox in bltHierbox.o
      ...
  "_Tk_GetReliefFromObj", referenced from:
      _DoConfig in bltObjConfig.o
  "_Tk_GetRootCoords", referenced from:
      _EditOp in bltTreeViewCmd.o
      _NearestOp in bltTreeViewCmd.o
      _Blt_RootCoordinates in bltWindow.o
  "_Tk_GetUid", referenced from:
      _StringToSymbol in bltGrLine.o
      _StringToPattern in bltGrLine.o
      _GetColorPair in bltGrMisc.o
      _StringToColor in bltGrPen.o
      _Blt_GraphInit in bltGraph.o
      _DoEvent in bltBind.o
      _Blt_BitmapInit in bltBitmap.o
      ...
  "_Tk_GetVRootGeometry", referenced from:
      _DragDropCmd in bltDragdrop.o
      _OverTarget in bltDragdrop.o
      _OverTarget in bltUnixDnd.o
      _GetTokenPosition in bltUnixDnd.o
      _Blt_RootCoordinates in bltWindow.o
  "_Tk_GetVisual", referenced from:
      _TkCreateFrame in tkFrame.o
  "_Tk_HandleEvent", referenced from:
      _Blt_MakeTransparentWindowExist in bltWindow.o
  "_Tk_IdToWindow", referenced from:
      _NameOfId in bltContainer.o
      _DisplayContainer in bltContainer.o
      _PullOp in bltUnixDnd.o
  "_Tk_InternAtom", referenced from:
      _Blt_FontToPostScript in bltPs.o
  "_Tk_MainWindow", referenced from:
      _StringToPosition in bltGrLegd.o
      _NewGraph in bltGraph.o
      _BeepCmd in bltBeep.o
      _Blt_BitmapInit in bltBitmap.o
      _HoldOp in bltBusy.o
      _GetBusy in bltBusy.o
      _ContainerCmd in bltContainer.o
      ...
  "_Tk_MaintainGeometry", referenced from:
      _ArrangeTable in bltTable.o
  "_Tk_MakeWindowExist", referenced from:
      _HoldOp in bltBusy.o
      _ContainerCmd in bltContainer.o
      _ConfigureContainer in bltContainer.o
      _StringToXID in bltContainer.o
      _DragDropCmd in bltDragdrop.o
      _Blt_PhotoImageMask in bltUnixImage.o
      _Blt_ColorImageMask in bltUnixImage.o
      ...
  "_Tk_ManageGeometry", referenced from:
      _ConfigureWindowMarker in bltGrMarker.o
      _FreeWindowMarker in bltGrMarker.o
      _HoldOp in bltBusy.o
      _DestroyBusy in bltBusy.o
      _AppendOp in bltHtext.o
      _TableCmd in bltTable.o
      _DestroyEntry in bltTable.o
      ...
  "_Tk_MapWindow", referenced from:
      _DrawWindowMarker in bltGrMarker.o
      _ShowBusyWindow in bltBusy.o
      _DragDropCmd in bltDragdrop.o
      _MoveEmbeddedWidget in bltHtext.o
      _ArrangeTable in bltTable.o
      _ArrangeWindow in bltTabnotebook.o
      _AdoptWindow in bltTabnotebook.o
      ...
  "_Tk_MeasureChars", referenced from:
      _GetLabelIndex in bltHierbox.o
      _DisplayText in bltHtext.o
      _DrawSegment in bltHtext.o
      _GetIndex in bltHtext.o
      _DisplayTextbox in bltTreeViewEdit.o
      _GetIndexFromObj in bltTreeViewEdit.o
  "_Tk_MoveResizeWindow", referenced from:
      _DrawWindowMarker in bltGrMarker.o
      _HoldOp in bltBusy.o
      _RefWinEventProc in bltBusy.o
      _MoveEmbeddedWidget in bltHtext.o
      _ArrangeTable in bltTable.o
      _ArrangeWindow in bltTabnotebook.o
      _ArrangeWindow in bltTabset.o
      ...
  "_Tk_MoveToplevelWindow", referenced from:
      _DragDropCmd in bltDragdrop.o
      _SnapToken in bltUnixDnd.o
      _MoveToken in bltUnixDnd.o
  "_Tk_MoveWindow", referenced from:
      _DisplayTed in bltTed.o
  "_Tk_NameOf3DBorder", referenced from:
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfAnchor", referenced from:
      _PrintEntry in bltTable.o
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfBitmap", referenced from:
      _SymbolToString in bltGrLine.o
      _SymbolsToPostScript in bltGrLine.o
      _PatternToString in bltGrLine.o
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfCapStyle", referenced from:
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfColor", referenced from:
      _ColorPairToString in bltGrMisc.o
      _ColorToString in bltGrPen.o
      _ShadowToString in bltConfig.o
      _Blt_BackgroundToPostScript in bltPs.o
      _Blt_ForegroundToPostScript in bltPs.o
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfCursor", referenced from:
      _CursorsToString in bltUnixDnd.o
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfFont", referenced from:
      _Blt_FontToPostScript in bltPs.o
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfImage", referenced from:
      _Blt_DestroyTemporaryImage in bltImage.o
      _Blt_NameOfImage in bltImage.o
  "_Tk_NameOfJoinStyle", referenced from:
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfJustify", referenced from:
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameOfRelief", referenced from:
      _FormatConfigValue in bltObjConfig.o
  "_Tk_NameToWindow", referenced from:
      _ConfigureWindowMarker in bltGrMarker.o
      _HoldOp in bltBusy.o
      _GetBusy in bltBusy.o
      _StringToXID in bltContainer.o
      _DragDropCmd in bltDragdrop.o
      _GetSource in bltDragdrop.o
      _AppendOp in bltHtext.o
      ...
  "_Tk_OwnSelection", referenced from:
      _SelectOpOp in bltHierbox.o
      _SelectOp in bltHtext.o
      _SelectTextBlock in bltHtext.o
      _SelectionSetOp in bltTreeViewCmd.o
      _SelectText in bltTreeViewEdit.o
  "_Tk_PhotoGetImage", referenced from:
      _Blt_ColorImageToPhoto in bltImage.o
      _Blt_PhotoRegionToColorImage in bltImage.o
      _Blt_PhotoToColorImage in bltImage.o
      _Blt_ResamplePhoto in bltImage.o
      _Blt_ResizePhoto in bltImage.o
      _RedrawTile in bltTile.o
      _QuantizeOp in bltWinop.o
      ...
  "_Tk_PhotoPutBlock_NoComposite", referenced from:
      _Blt_ColorImageToPhoto in bltImage.o
      _ResampleOp in bltWinop.o
  "_Tk_PhotoSetSize_Panic", referenced from:
      _Blt_ColorImageToPhoto in bltImage.o
      _QuantizeOp in bltWinop.o
      _ResampleOp in bltWinop.o
      _SubsampleOp in bltWinop.o
  "_Tk_PostscriptFontName", referenced from:
      _Blt_FontToPostScript in bltPs.o
  "_Tk_RedrawImage", referenced from:
      _DrawImageMarker in bltGrMarker.o
      _DisplayEps in bltCanvEps.o
      _DisplayHierbox in bltHierbox.o
      _DrawButton in bltHierbox.o
      _DrawFolder in bltTabnotebook.o
      _DrawLabel in bltTabset.o
      _RedrawTile in bltTile.o
      ...
  "_Tk_ResizeWindow", referenced from:
      _DisplayContainer in bltContainer.o
      _DisplayTed in bltTed.o
      _CreateTed in bltTed.o
  "_Tk_RestackWindow", referenced from:
      _DisplayTed in bltTed.o
      _CreateTed in bltTed.o
  "_Tk_RestrictEvents", referenced from:
      _PullOp in bltUnixDnd.o
      _DndEventProc in bltUnixDnd.o
  "_Tk_SetBackgroundFromBorder", referenced from:
      _ButtonWidgetCmd in tkButton.o
      _ConfigureButton in tkButton.o
      _ConfigureFrame in tkFrame.o
      _ConfigureScrollbar in bltScrollbar.o
  "_Tk_SetClass", referenced from:
      _NewGraph in bltGraph.o
      _HoldOp in bltBusy.o
      _Blt_ConfigureWidgetComponent in bltConfig.o
      _ContainerCmd in bltContainer.o
      _DragDropCmd in bltDragdrop.o
      _HierboxCmd in bltHierbox.o
      _TextCmd in bltHtext.o
      ...
  "_Tk_SetClassProcs", referenced from:
      _TkCreateFrame in tkFrame.o
  "_Tk_SetInternalBorder", referenced from:
      _ConfigureGraph in bltGraph.o
      _DragDropCmd in bltDragdrop.o
      _ConfigureSource in bltDragdrop.o
      _TokenWindowOp in bltUnixDnd.o
      _ConfigureToken in bltUnixDnd.o
      _ComputeButtonGeometry in tkButton.o
      _ConfigureFrame in tkFrame.o
      ...
  "_Tk_SetWindowBackgroundPixmap", referenced from:
      _ConfigureFrame in tkFrame.o
  "_Tk_SetWindowColormap", referenced from:
      _Blt_PseudoColorTable in bltColor.o
      _TkCreateFrame in tkFrame.o
  "_Tk_SetWindowVisual", referenced from:
      _TkCreateFrame in tkFrame.o
  "_Tk_SizeOfBitmap", referenced from:
      _DrawSymbols in bltGrLine.o
      _SymbolsToPostScript in bltGrLine.o
      _MapBitmapMarker in bltGrMarker.o
      _DataOp in bltBitmap.o
      _HeightOp in bltBitmap.o
      _WidthOp in bltBitmap.o
      _BitmapDataToString in bltBitmap.o
      ...
  "_Tk_SizeOfImage", referenced from:
      _DrawImageMarker in bltGrMarker.o
      _MapImageMarker in bltGrMarker.o
      _ConfigureEps in bltCanvEps.o
      _StringToImages in bltHierbox.o
      _StringToImage in bltTabnotebook.o
      _StringToImage in bltTabset.o
      _RedrawTile in bltTile.o
      ...
  "_Tk_StrictMotif", referenced from:
      _ConfigureButton in tkButton.o
      _DisplayButton in tkButton.o
      _ComputeButtonGeometry in tkButton.o
  "_Tk_TextWidth", referenced from:
      _GetCursorLocation in bltHierbox.o
      _GetLabelIndex in bltHierbox.o
      _ConfigureText in bltHtext.o
      _Blt_GetTextLayout in bltText.o
      _Blt_GetTextExtents in bltText.o
      _IndexToPointer in bltTreeViewEdit.o
      _GetIndexFromObj in bltTreeViewEdit.o
      ...
  "_Tk_UndefineCursor", referenced from:
      _ConfigureBusy in bltBusy.o
      _DragDropCmd in bltDragdrop.o
      _ResizeActivateOp in bltTreeViewColumn.o
      _DrawValue in bltTreeViewStyle.o
      _CancelDrag in bltUnixDnd.o
      _HideToken in bltUnixDnd.o
      _ConfigureTed in bltTed.o
      ...
  "_Tk_UnderlineTextLayout", referenced from:
      _DisplayButton in tkButton.o
  "_Tk_UnmaintainGeometry", referenced from:
      _ArrangeTable in bltTable.o
      _DestroyEntry in bltTable.o
      _WidgetCustodyProc in bltTable.o
  "_Tk_UnmapWindow", referenced from:
      _ConfigureWindowMarker in bltGrMarker.o
      _HoldOp in bltBusy.o
      _RefWinEventProc in bltBusy.o
      _BusyCustodyProc in bltBusy.o
      _ForgetOp in bltBusy.o
      _ReleaseOp in bltBusy.o
      _DragDropCmd in bltDragdrop.o
      ...
  "_TkpMakeContainer", referenced from:
      _TkCreateFrame in tkFrame.o
  "_TkpSetMainMenubar", referenced from:
      _FrameEventProc in tkFrame.o
  "_TkpUseWindow", referenced from:
      _TkCreateFrame in tkFrame.o
  "_XAllocColor", referenced from:
      _Blt_DirectColorTable in bltColor.o
  "_XAllocColorCells", referenced from:
      _Blt_PseudoColorTable in bltColor.o
      _ColormapOp in bltWinop.o
  "_XBell", referenced from:
      _BeepCmd in bltBeep.o
  "_XChangeProperty", referenced from:
      _AddTargetProperty in bltDragdrop.o
      _SetProperty in bltUnixDnd.o
      _DndEventProc in bltUnixDnd.o
      _SourcePropertyEventProc in bltUnixDnd.o
      _TargetPropertyEventProc in bltUnixDnd.o
  "_XChangeWindowAttributes", referenced from:
      _ChangesOp in bltWinop.o
  "_XConfigureWindow", referenced from:
      _Blt_MakeTransparentWindowExist in bltWindow.o
  "_XCopyArea", referenced from:
      _Blt_DrawLegend in bltGrLegd.o
      _DrawImageMarker in bltGrMarker.o
      _DisplayGraph in bltGraph.o
      _Blt_DrawGraph in bltGraph.o
      _DisplayEps in bltCanvEps.o
      _DisplayHierbox in bltHierbox.o
      _DisplayText in bltHtext.o
      ...
  "_XCopyPlane", referenced from:
      _DrawSymbols in bltGrLine.o
      _DrawBitmapMarker in bltGrMarker.o
      _DisplayHierbox in bltHierbox.o
      _Blt_DrawTextLayout in bltText.o
      _DisplayButton in tkButton.o
  "_XCreateBitmapFromData", referenced from:
      _Blt_PhotoImageMask in bltUnixImage.o
      _Blt_ColorImageMask in bltUnixImage.o
  "_XCreateGC", referenced from:
      _Blt_GetPrivateGCFromDrawable in bltGrMisc.o
      _Blt_GetPrivateGC in bltGrMisc.o
      _Blt_TileRectangle in bltTile.o
      _Blt_TilePolygon in bltTile.o
  "_XCreateImage", referenced from:
      _Blt_ColorImageToPixmap in bltUnixImage.o
  "_XCreateWindow", referenced from:
      _Blt_MakeTransparentWindowExist in bltWindow.o
  "_XDeleteProperty", referenced from:
      _ConfigureDnd in bltUnixDnd.o
      _DestroyDnd in bltUnixDnd.o
  "_XDrawArc", referenced from:
      _DragDropCmd in bltDragdrop.o
      _DisplayToken in bltUnixDnd.o
  "_XDrawArcs", referenced from:
      _DrawSymbols in bltGrLine.o
  "_XDrawLine", referenced from:
      _DrawSymbol in bltGrLine.o
      _Blt_Fill3DRectangle in bltGrMisc.o
      _Blt_Draw3DRectangle in bltGrMisc.o
      _DragDropCmd in bltDragdrop.o
      _DisplayHierbox in bltHierbox.o
      _DisplayTreeView in bltTreeView.o
      _Blt_TreeViewDrawRule in bltTreeView.o
      ...
  "_XDrawLines", referenced from:
      _DrawSymbols in bltGrLine.o
      _DrawTraces in bltGrLine.o
      _Blt_DrawArrow in bltGrMisc.o
      _Draw3DFolder in bltTabnotebook.o
      _Draw3DFolder in bltTabset.o
  "_XDrawPoints", referenced from:
      _DrawSymbols in bltGrLine.o
  "_XDrawRectangle", referenced from:
      _DisplayHierbox in bltHierbox.o
      _DrawButton in bltHierbox.o
      _DrawFolder in bltTabnotebook.o
      _DrawLabel in bltTabset.o
      _DrawLabel in bltTreeView.o
      _DrawCheckBox in bltTreeViewStyle.o
      _DisplayTed in bltTed.o
      ...
  "_XDrawRectangles", referenced from:
      _DrawSymbols in bltGrLine.o
  "_XDrawSegments", referenced from:
      _TurnOffHairs in bltGrHairs.o
      _TurnOnHairs in bltGrHairs.o
      _DrawSymbols in bltGrLine.o
      _Blt_Draw2DSegments in bltGrMisc.o
      _DrawButton in bltHierbox.o
      _Blt_TreeViewDrawButton in bltTreeView.o
      _DisplayTed in bltTed.o
      ...
  "_XExtendedMaxRequestSize", referenced from:
      _Blt_MaxRequestSize in bltGrMisc.o
  "_XFetchBuffer", referenced from:
      _GetOp in bltCutbuffer.o
  "_XFetchName", referenced from:
      _NameSearch in bltContainer.o
  "_XFillArcs", referenced from:
      _DrawSymbols in bltGrLine.o
  "_XFillPolygon", referenced from:
      _DrawNormalLine in bltGrLine.o
      _DrawSymbols in bltGrLine.o
      _DrawBitmapMarker in bltGrMarker.o
      _DrawTextMarker in bltGrMarker.o
      _DrawPolygonMarker in bltGrMarker.o
      _Blt_DrawArrow in bltGrMisc.o
      _Blt_TilePolygon in bltTile.o
      ...
  "_XFillRectangle", referenced from:
      _DrawSymbol in bltGrBar.o
      _Blt_DrawLegend in bltGrLegd.o
      _DrawPlotRegion in bltGraph.o
      _DisplayEps in bltCanvEps.o
      _DisplayText in bltHtext.o
      _Blt_RotateBitmap in bltUnixImage.o
      _Blt_ScaleBitmap in bltUnixImage.o
      ...
  "_XFillRectangles", referenced from:
      _DrawBarSegments in bltGrBar.o
      _DrawSymbols in bltGrLine.o
      _Blt_DrawGraph in bltGraph.o
      _DrawFolder in bltTabnotebook.o
      _DrawFolder in bltTabset.o
      _Blt_TileRectangles in bltTile.o
      _DisplayTed in bltTed.o
      ...
  "_XFlush", referenced from:
      _ButtonWidgetCmd in tkButton.o
  "_XFree", referenced from:
      _Blt_CreateColorTable in bltColor.o
      _NameSearch in bltContainer.o
      _GetChildren in bltContainer.o
      _OverTarget in bltDragdrop.o
      _QueryWindow in bltDragdrop.o
      _SourcePropertyEventProc in bltUnixDnd.o
      _GetSourceFormats in bltUnixDnd.o
      ...
  "_XFreeColors", referenced from:
      _Blt_FreeColorTable in bltColor.o
      _Blt_DirectColorTable in bltColor.o
      _Blt_PseudoColorTable in bltColor.o
      _ColormapOp in bltWinop.o
  "_XFreeFont", referenced from:
      _Blt_FontToPostScript in bltPs.o
  "_XFreeGC", referenced from:
      _Blt_FreePrivateGC in bltGrMisc.o
      _Blt_TilePolygon in bltTile.o
  "_XFreePixmap", referenced from:
      _RedrawTile in bltTile.o
  "_XFreeStringList", referenced from:
      _CmdSearch in bltContainer.o
  "_XGContextFromGC", referenced from:
      _Blt_FreePrivateGC in bltGrMisc.o
  "_XGetAtomName", referenced from:
      _DndEventProc in bltUnixDnd.o
  "_XGetCommand", referenced from:
      _CmdSearch in bltContainer.o
  "_XGetFontProperty", referenced from:
      _Blt_FontToPostScript in bltPs.o
  "_XGetGeometry", referenced from:
      _ConfigureContainer in bltContainer.o
      _SnapOp in bltWinop.o
  "_XGetImage", referenced from:
      _BitmapToData in bltBitmap.o
      _Blt_DrawableToColorImage in bltUnixImage.o
      _Blt_RotateBitmap in bltUnixImage.o
      _Blt_ScaleBitmap in bltUnixImage.o
      _Blt_ScaleRotateBitmapRegion in bltUnixImage.o
      _Blt_BitmapDataToPostScript in bltPs.o
  "_XGetVisualInfo", referenced from:
      _Blt_CreateColorTable in bltColor.o
  "_XGetWindowAttributes", referenced from:
      _QueryWindow in bltDragdrop.o
      _GetWinfo in bltUnixDnd.o
  "_XGetWindowProperty", referenced from:
      _OverTarget in bltDragdrop.o
      _SourcePropertyEventProc in bltUnixDnd.o
      _GetProperty in bltUnixDnd.o
      _TargetPropertyEventProc in bltUnixDnd.o
  "_XInternAtom", referenced from:
      _Blt_DragDropInit in bltDragdrop.o
      _Blt_DndInit in bltUnixDnd.o
      _PullOp in bltUnixDnd.o
  "_XLoadQueryFont", referenced from:
      _Blt_FontToPostScript in bltPs.o
  "_XLowerWindow", referenced from:
      _Blt_LowerToplevel in bltWindow.o
      _LowerOp in bltWinop.o
  "_XMapWindow", referenced from:
      _MapTree in bltContainer.o
      _DisplayContainer in bltContainer.o
      _Blt_MapToplevel in bltWindow.o
      _MapOp in bltWinop.o
      _UnmapOp in bltWinop.o
  "_XMaxRequestSize", referenced from:
      _Blt_MaxRequestSize in bltGrMisc.o
  "_XMoveResizeWindow", referenced from:
      _StringToXID in bltContainer.o
      _DisplayContainer in bltContainer.o
      _FadeToken in bltUnixDnd.o
      _Blt_MoveResizeToplevel in bltWindow.o
  "_XMoveWindow", referenced from:
      _DisplayContainer in bltContainer.o
      _Blt_MoveToplevel in bltWindow.o
      _MoveOp in bltWinop.o
  "_XPutImage", referenced from:
      _Blt_ColorImageToPixmap in bltUnixImage.o
      _Blt_RotateBitmap in bltUnixImage.o
      _Blt_ScaleBitmap in bltUnixImage.o
      _Blt_ScaleRotateBitmapRegion in bltUnixImage.o
  "_XQueryColors", referenced from:
      _Blt_PseudoColorTable in bltColor.o
      _Blt_DrawableToColorImage in bltUnixImage.o
      _ColormapOp in bltWinop.o
  "_XQueryPointer", referenced from:
      _QueryOp in bltWinop.o
  "_XQueryTree", referenced from:
      _GetChildren in bltContainer.o
      _QueryWindow in bltDragdrop.o
      _GetWinfo in bltUnixDnd.o
      _Blt_GetParent in bltWindow.o
  "_XRaiseWindow", referenced from:
      _ShowBusyWindow in bltBusy.o
      _Blt_TreeViewTextbox in bltTreeViewEdit.o
      _UpdateLayout in bltTreeViewEdit.o
      _Blt_RaiseToplevel in bltWindow.o
      _RaiseOp in bltWinop.o
  "_XReparentWindow", referenced from:
      _Blt_ReparentWindow in bltWindow.o
  "_XResizeWindow", referenced from:
      _Blt_ResizeToplevel in bltWindow.o
  "_XRootWindow", referenced from:
      _Blt_UnlinkWindow in bltWindow.o
  "_XRotateBuffers", referenced from:
      _RotateOp in bltCutbuffer.o
  "_XSelectInput", referenced from:
      _ConfigureContainer in bltContainer.o
      _StringToXID in bltContainer.o
  "_XSendEvent", referenced from:
      _SendBogusEvent in bltHtext.o
      _SendClientMsg in bltUnixDnd.o
  "_XSetClipMask", referenced from:
      _DrawSymbols in bltGrLine.o
      _DrawBitmapMarker in bltGrMarker.o
      _Blt_DrawTextLayout in bltText.o
      _Blt_TileRectangle in bltTile.o
      _Blt_TilePolygon in bltTile.o
      _DisplayButton in tkButton.o
  "_XSetClipOrigin", referenced from:
      _DrawSymbols in bltGrLine.o
      _DrawBitmapMarker in bltGrMarker.o
      _DisplayHierbox in bltHierbox.o
      _Blt_DrawTextLayout in bltText.o
      _Blt_TileRectangle in bltTile.o
      _Blt_TilePolygon in bltTile.o
      _DisplayButton in tkButton.o
      ...
  "_XSetDashes", referenced from:
      _Blt_SetDashes in bltGrMisc.o
      _ConfigureTed in bltTed.o
  "_XSetFillStyle", referenced from:
      _Blt_TilePolygon in bltTile.o
  "_XSetFont", referenced from:
      _Blt_CreateTextBitmap in bltText.o
  "_XSetForeground", referenced from:
      _Blt_RotateBitmap in bltUnixImage.o
      _Blt_ScaleBitmap in bltUnixImage.o
      _Blt_ScaleRotateBitmapRegion in bltUnixImage.o
      _Blt_CreateTextBitmap in bltText.o
      _Blt_DrawTextLayout in bltText.o
      _Blt_TilePolygon in bltTile.o
      _DrawLabel in bltTreeView.o
      ...
  "_XSetLineAttributes", referenced from:
      _DragDropCmd in bltDragdrop.o
      _DisplayToken in bltUnixDnd.o
  "_XSetStipple", referenced from:
      _Blt_TilePolygon in bltTile.o
  "_XSetTSOrigin", referenced from:
      _DrawSymbol in bltGrBar.o
      _DisplayEps in bltCanvEps.o
      _Blt_SetTileOrigin in bltTile.o
      _Blt_SetTSOrigin in bltTile.o
      _Blt_TilePolygon in bltTile.o
  "_XSetWindowColormap", referenced from:
      _Blt_DirectColorTable in bltColor.o
  "_XStoreBuffer", referenced from:
      _SetOp in bltCutbuffer.o
  "_XSync", referenced from:
      _ConfigureContainer in bltContainer.o
      _RotateOp in bltCutbuffer.o
      _Blt_DrawableToColorImage in bltUnixImage.o
      _SendClientMsg in bltUnixDnd.o
      _Blt_ReparentWindow in bltWindow.o
      _SnapOp in bltWinop.o
  "_XTranslateCoordinates", referenced from:
      _ConfigureContainer in bltContainer.o
  "_XUnmapWindow", referenced from:
      _Blt_UnmapToplevel in bltWindow.o
  "_XVisualIDFromVisual", referenced from:
      _Blt_CreateColorTable in bltColor.o
  "_XWarpPointer", referenced from:
      _WarpToOp in bltWinop.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
bmake[2]: stopped making "install" in /Users/pbulk/build/x11/blt/work/blt2.4z/src/shared
*** Error code 1

Stop.
bmake[1]: stopped making "install" in /Users/pbulk/build/x11/blt/work/blt2.4z/src
*** Error code 1

Stop.
bmake: stopped making "install" in /Users/pbulk/build/x11/blt/work/blt2.4z
*** Error code 1

Stop.
bmake[1]: stopped making "stage-install" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/x11/blt
*** Error code 1

Stop.
bmake: stopped making "stage-install" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/x11/blt