Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CmndrTalonn

    Having problems with something called libstdc++?

    It took me a while, but I finally found out that the error messages I kept getting that said libstdc++.so.2.9.0. was missing.&nbsp;&nbsp;This, it turns out, is a bug in the gnu software.&nbsp;&nbsp;If you have this problem, you can download the file at:<br><br><A...
  2. CmndrTalonn

    Why won't my executables work?!?

    This is the sort of error message I get EVERY TIME I try to run my C++ executables:<br><br>hjones@blewett:~&gt; ./seisavg<br>ld.so.1: ./seisavg: fatal: libstdc++.so.2.9.0: open failed: No such file or directory<br>Killed<br><br>The files exist, and I have all permissions... what in the world is...
  3. CmndrTalonn

    The a.out doesn't work! Also, if you need conio.h, use unxconio.h

    I finally got a program to compile, long and tedious process as it was.&nbsp;&nbsp;It was my first attempt at classes, and it took a while to get it to work, but I had to mess with my Makefile too much, and I needed conio.h (used a file called unxconio.h, which works).&nbsp;&nbsp;I finally got...

Part and Inventory Search

Back
Top