no fan of double posting, but i found the answer to it, and i want to share it with people, because it wasn't something i thought of.
"> I have the Mesa-3.2.tar.gz. I unpacked it into the /root folder.
"Directory." Aside: generaly, you should build and put stuff
like this under /usr/local, not /root.
> Inevitably I do the "./configure" in the correct folder, and it runs thru a
> bunch of items, answering yes and no (mostly yes) then I type "make" and get
> the reply "bash: make: command not found"
>
> What's up?
Either "make" isn't in your PATH or it isn't installed.> Am I missing something in my YDL installation?
Possibly:
rpm -qa | grep make
If you get nothing in response, then "make" isn't installed."
to install "make" you need to hop into your synaptic package manager, and search for it. then you won't have any troubles doing it. when i upgraded from 5.10 to 6.06, make was uninstalled, and i never knew.
thats for any new users [like me] who need a boost