This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ problem
- From: plt <freeplant at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 05 May 2006 00:16:54 +0800
- Subject: Re: libstdc++ problem
use the command:
ls /usr/lib | grep libstdc
and you will find where is libstdc++
> The linker can't find the
> libstdc++ when I run the executable using c++ library.
This should not be the real problem. Maybe the library you miss is
compat-libstdc++
rather than
libstdc++
On Thu, 2006-05-04 at 16:01 +0000, Wanying Luo wrote:
> Hello, Sir/ Madam:
>
> I have difficulty using libstdc++. I use Fedora core 4 with gcc version 4.
> I don't konw in which directory my libstdc++ is install, so I can't set up
> the LD_LIBRARY_PATH environment variable. The linker can't find the
> libstdc++ when I run the executable using c++ library. So, would you please
> give some help to locate libstdc++? Thank you very much.
>
> best wishes
> Wanying
>