public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problems with gcc 3.2
@ 2002-10-22 21:16 Jeff Holle
  2002-10-23  3:31 ` Claudio Bley
  2002-10-23 10:17 ` Ricardo Anguiano
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff Holle @ 2002-10-22 21:16 UTC (permalink / raw)
  To: gcc-help

I've just installed gcc 3.2 on my linux system (Mandrake 8.2).
Typing "gcc -v" from command line reports:

    Configured with: ./configure
    Thread model: posix
    gcc version 3.2

In compiling and running a simple boost.python extension module (which 
worked with gcc 2.96.0), I get:

     $python hello.py
    Traceback (most recent call last):
      File "hello.py", line 1, in ?
        import HELLO
    ImportError: libstdc++.so.5: cannot open shared object file: No such
    file or directory

This appears to be because libstdc++.so.5 is installed in /usr/local/lib 
instead of /usr/lib (where the 2.96.0 shared libraries seem to be).

What do I have to do to my environment to fix this?

Note:
I tried to define LD_LIBRARY_PATH (which was not previously defined) to 
"/usr/local/lib:/usr/lib:/lib", to no affect.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-10-23 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-22 21:16 Problems with gcc 3.2 Jeff Holle
2002-10-23  3:31 ` Claudio Bley
2002-10-23 10:17 ` Ricardo Anguiano
2002-10-23 10:30   ` bjorn rohde jensen
2002-10-23 11:33     ` Ricardo Anguiano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).