I am attempting to build a package for the first time under Kubuntu and am receiving some strange errors at the configure step of the process. I'm attempting to build the latest version of kdar which I have downloaded and extracted to /usr/local/kdar-2.0.7. I'm building on an AMD 64-bit platform, onto which I installed the 64-bit Kubuntu 7.10. The INSTALL file tells me to use the following configure statement:
./configure --prefix=$HOME/.kde --enable-mode=64 --enable-largefile
I did this and it failed fairly early on, generating a config.log file which I have attached as config.txt.
Being relatively inexperienced at this process, I am having problems seeing where the problem is in the config.log file and what I need to do to fix it.
Can anyone provide a bit of help?
Thanks.
Bill Lugg
./configure --prefix=$HOME/.kde --enable-mode=64 --enable-largefile
I did this and it failed fairly early on, generating a config.log file which I have attached as config.txt.
Being relatively inexperienced at this process, I am having problems seeing where the problem is in the config.log file and what I need to do to fix it.
Can anyone provide a bit of help?
Thanks.
Bill Lugg
Comment