|
@ -41,6 +41,9 @@ main_tcltk() { |
|
|
ln -vsf tclsh8.4 $bindir/tclsh |
|
|
ln -vsf tclsh8.4 $bindir/tclsh |
|
|
ln -vsf libtcl$sver.so $libdir/libtcl.so |
|
|
ln -vsf libtcl$sver.so $libdir/libtcl.so |
|
|
|
|
|
|
|
|
|
|
|
# install headers required e.g. by itcl and brlcad |
|
|
|
|
|
cp -a ../generic/tclInt.h ../generic/tclIntDecls.h $root/usr/include |
|
|
|
|
|
|
|
|
cd ../../tk$ver/unix |
|
|
cd ../../tk$ver/unix |
|
|
fix_doc tk |
|
|
fix_doc tk |
|
|
eval ./configure $confopt --enable-gcc --enable-shared |
|
|
eval ./configure $confopt --enable-gcc --enable-shared |
|
|