I've installed from source in the past but it's been awhile and I would consider myself a noob in this arena.
I'm trying to build a deb pkg of Kmymoney2 .9.3 for Hardy using checkinstall. However when I try to ./configure I get "C compiler cannot create executables" error. What's the problem here?
As an aside, is there a way to get a package from the Intrepid repos and install it on Hardy? If so would this be problematic mixing pkgs from intrepid? Is there a way to browse repos with a web browser?
Edit: Answered this one.
Edit: Just found the answer to my question about C compiler also.
Now I'm getting
I think I may have a dependency problem. Probably Intrepid X libraries. I was looking at dependencies for Kmymoney2 .9.2 in the Intrepid repos and at least one of them is too old in Hardy.
I knew it couldn't be easy :P
I'm trying to build a deb pkg of Kmymoney2 .9.3 for Hardy using checkinstall. However when I try to ./configure I get "C compiler cannot create executables" error. What's the problem here?
As an aside, is there a way to get a package from the Intrepid repos and install it on Hardy? If so would this be problematic mixing pkgs from intrepid? Is there a way to browse repos with a web browser?
Edit: Answered this one.
Code:
http://packages.ubuntu.com/intrepid
Code:
sudo apt-get install build-essential
Code:
checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths!
I knew it couldn't be easy :P
Comment