LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   libstd++-dev problem when configuring (https://www.linuxquestions.org/questions/linux-software-2/libstd-dev-problem-when-configuring-150523/)

ch4s3r 02-25-2004 06:40 PM

libstd++-dev problem when configuring
 
I'm running RH9, i'm trying to get a prog called bibletime running. after the .tar is decompressed, i try to configure and this is what is at the end of the verbose config output.
----------------------------------------------------------------
configure: error: Your Installation isn't able to compile simple C++ programs.
Check config.log for details - if you're using a Linux distribution you might miss
a package named similiar to libstd++-dev.
----------------------------------------------------------------
I googled it and found different things as to what libstd++-dev. is. What do I really need to go on here? Thanks.

jailbait 02-25-2004 09:13 PM

"I googled it and found different things as to what libstd++-dev. is. What do I really need to go on here?"

I think that the package is actually called libstdc++-dev. the first thing to do is see if you have libstdc++-dev installed with:
rpm -qi libstdc++-dev

If you do not have libstdc++-dev installed then install it from your Red Hat install CD.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

ch4s3r 02-26-2004 05:28 PM

ok got it checked, didn' have it, installed it now when i try to configure this is at the end
------------------------------------------
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
------------------------------------------
how do i add a 'correct path'?

jailbait 02-26-2004 06:16 PM

"checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!"

This message is so vague that it is meaningless. I suggest that you contact the developer, Martin Gruner, and ask him to give you a list of bibletime dependencies.

The bibletime project page is at:
http://freshmeat.net/projects/bibletime/

I deciphered Martin Gruner's email address at freshmeat and I think that it is:
mg.pub@gmx.dot

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

ch4s3r 02-26-2004 06:29 PM

thanks


All times are GMT -5. The time now is 05:24 AM.