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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CmndrTalonn

  1. CmndrTalonn

    Why won't my executables work?!?

    Well, there's no problem now.  Check the helpful tip I posted... it turns out the missing libstdc++ thingy is just a bug common to gnu software... I included a place to download it.  It was successful for me, now my proggies all compile.  Thanks for your help...
  2. CmndrTalonn

    Having problems with something called libstdc++?

    Actually, don't put it in your /usr/include directory... put it in your /export/apps1/local/lib.&nbsp;&nbsp;That should do the trick. <p>Heather<br><a href=mailto:jones_h@ligo-wa.caltech.edu>jones_h@ligo-wa.caltech.edu</a><br><a href=http://geocities.com/dtstarfire2>Dragontongue & Starfire...
  3. 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...
  4. CmndrTalonn

    Why won't my executables work?!?

    well, I've been running the program on the same machine the whole time.&nbsp;&nbsp;This is what I get when I run the ldd thingy...<br><br><br>hjones@rainier:~&gt; ldd ./seisavg <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;libstdc++.so.2.9.0 =&gt;&nbsp;&nbsp;&nbsp;&nbsp;(file not...
  5. CmndrTalonn

    Why won't my executables work?!?

    I never had anything to do with a libstdc++.so.2.9.0 file... I don't even know if it exists.&nbsp;&nbsp;I'll search for it, but I have no idea why it pops up in an error message.&nbsp;&nbsp;I have no references at all to it, or anything.&nbsp;&nbsp;I'll try what you said, but is there anything...
  6. CmndrTalonn

    Why isn't there, or where can I find, a UNIX-equivalent conio.h?

    If you've ever needed the conio.h file for the getch() command, and are working on UNIX, here it is: http://www.strangecreations.com/library/snippets/ -->Look for this about 3/5 the way down!<-- Steve Poole's non-block console I/O functions to port PC code to Unix File...
  7. 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...
  8. 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