help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Re: Blox is not getting installed


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Re: Blox is not getting installed
Date: Fri, 25 Mar 2011 09:25:50 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]