This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ compiler doesn't work
Robert,
>
> > configure:1316: g++ -o conftest -s conftest.C 1>&5
> > fatal error: library not found: -lstdc++
>
> > Thanks, I see the error. Does it mean I will need to download the
> > libstdc++ library or there is something wrong in my gcc config ?
>
> libstdc++ is part of the same source distribution. How it's packaged
> by the Skunkworkers is something they'll have to answer. I asked they
> reply directly to you.
>
Well, I should admit that I am so ignorant. The lib is there and I did not
declare an appropriate LD_LIBRAY_PATH. After declaring this libpath, I could
pass this error.
Once again, thanks for your help.
Vu Pham