Ticket #10 (closed defect: Invalid)

Opened 7 years ago

Last modified 23 months ago

libstdc++ header files

Reported by: charn Owned by:
Priority: normal Milestone:
Component: None Version: 1.0.*
Keywords: Cc:

Description

hi i got problem to configure licq i execute ./configure and it failed with message "you need to install libstdc++ header files.." the error comes when the script searches the vector.h , it also doesnt find the errno.h and the limits.h . i searched them manually and they are installed all in /usr/include the other headers ( fcntl.h , getopt.h malloc.h ...) are in the same dir

i got suse7.0 i tried the source rpm for suse as well with same error :(

i dont know how to tell ./configure the right paths to the files or may its an other problem i got.

please help

Change History

Changed 7 years ago by tigerjones

Logged In: YES user_id=366838

Hi, i had the same problem under Suse 7.0 You need to install 2 RPM'S: gppshare2-95.2-151 (e.g.) and compat-2001.5.10-2 You can find them in the internet.. if you don't find them, feel free to contact me, i will send you the two RPM's via email (jean69@…)

Changed 7 years ago by tigerjones

Logged In: YES user_id=366838

Hi, i had the same problem under Suse 7.0 You need to install 2 RPM'S: gppshare2-95.2-151 (e.g.) and compat-2001.5.10-2 You can find them in the internet.. if you don't find them, feel free to contact me, i will send you the two RPM's via email (jean69@…)

Changed 7 years ago by cybso

Logged In: YES user_id=277306

Hi!

I have the same problem since i updated gcc to version 3.0.2 on Mandrake 8.1...

./configure says: [...] checking for vector.h... no configure: error: You need to have the libstdc++ headers installed

locate vector.h says: [...] /usr/include/g++-2/vector.h [...] /usr/include/g++-3/vector.h [...] /usr/include/g++-v3/backward/vector.h

I linked this files and even the hole directories to /usr/inlucde but configure didn't impress.

Changed 7 years ago by daywalker

  • status changed from assigned to closed

Logged In: YES user_id=1342

UPGRADE LICQ CVS!!!!! read http://www.rhrk.uni-kl.de/~dmuell/licq/

Changed 6 years ago by tredman

Logged In: YES user_id=66074

I was getting the same error. After checking the config.log file, it appears that, with the 3.x series gcc anyway, that configure is interpreting certain warning messages as compiler errors, and abending the config. I was able to work around this by prepending a compiler flag before the configure, to filter out the offending warning message: CPPFLAGS="-Wno-deprecated" ./configure --prefix=/usr/local ...blah blah blah This same problem cropped up on the QT plugin as well. Tim

Note: See TracTickets for help on using tickets.