Well thankx for all of the responses and all of the assistance.
I was finally able to get Qingy to install.
Since I was unable to ascertain the name of the files that ./configure was not finding, I decided to do a little reading. And since the installation of packages/system header files or lack thereof seemed to be a problem I decided to read up on Apt.
In the apt HOWTO I came across a little utility called 'auto-apt' which in my case I could invoke by using the following command:
Code:
auto-apt run ./configure
.
Apparently what this does is call the utility 'auto-apt' which seems to look over the shoulder of whatever command that follows it's invocation. Now as long as the 'auto-apt' database has been updated, this little gem will stop the, in my case, ./configure process whenever ./configure says that it needs something to be installed (or can't find it). Auto-apt will then go find the package that houses said needed file and install it and then let whatever process was stopped continue on its merry way.
There was absolutely no hitch in the ./configure process.
I had no problem with the make process and none with the make install process either.
After I found and used 'auto-apt', the biggest problem that I had was in configuring my inittab file. That took me awhile but I finally got it to work and was greeted with a really nice login screen.
The only problem that I have now is that it (Qingy)....really doesn't work at starting up a session other than a console session. I have several virtual terminals so I'm not hurting but I still have some work to do.
Again, thankx for all of the responses and I hope that this may help some others with similar problems!!
pantherlehr