On 03/25/2011 09:21 AM, ZuLuuuuuu wrote:
$ echo 'puts $tcl_library' | tclsh
/usr/share/tcl8.5
$ locate tclConfig.sh
/usr/lib64/tclConfig.sh
/usr/lib64/tcl8.5/tclConfig.sh
$ locate tkConfig.sh
/usr/lib64/tkConfig.sh
You need to configure with either of these:
* --libdir='${prefix}/lib64'
* --with-tcl=/usr/lib64 --with-tk=/usr/lib64.
The former makes autodetection work right; the latter overrides it.
I suggest --libdir because it fixes another problem: without it, you'd
be mixing 32- and 64-bit libraries on your machine when you do "make
install".
This should probably be fixed in Autoconf.
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk