# make gcc tcl stub lib 

# now configure and build the stub lib to .a format
cd ../../tcl8.3.2/win

CC=$mingwbin/${mingwxcc}gcc ./configure  --enable-gcc

make MINGWBIN=$mingwbin MINGWXCC=$mingwxcc AR=$mingwbin/${mingwxcc}ar \
     RANLIB=$mingwbin/${mingwxcc}ranlib libtclstub83.a


