I've recently installed Kubuntu 7.04 and aMsn along with it, aMsn looks crap by default, so i wanted to get the chameleon plugin for it to improve that... This plugin requires the tile extension for tk, so i went and grabbed that from here...
I decompressed the archive, then went into a console in the main directory and (as per the readme) tried to run ./configure but got the following warning:
After some poking around on the internet, I heard that this would work better:
So i tried that, and got this instead:
Which indeed it does not. In fact, I cannot find tclConfig.sh anywhere... I then tried creating a blank file for that (and tkConfig). It seemed to get past that, but now I've got:
...and I have no idea what that means. A C compiler that can't create executables? It doesn't seem to make sense.
So, what am I missing? Why won't it work?
I decompressed the archive, then went into a console in the main directory and (as per the readme) tried to run ./configure but got the following warning:
Code:
configure: WARNING: Can't find Tcl configuration definitions
Code:
./configure --with-tcl=/usr/lib/tcl8.4 --with-tk=/usr/lib/tk8.4
Code:
configure: error: /usr/lib/tcl8.4 directory doesn't contain tclConfig.sh
Code:
checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
So, what am I missing? Why won't it work?
Comment