On 2/26/06, Dan McGhee <[EMAIL PROTECTED]> wrote:
>
> This has been an SVN build and I'm using gcc-4.0.1.  My first thought is
> to rebuild gcc, but install only libstdc++.so.6.0.6.  Other than that, I
> don't know what to do.  Would anyone else do what I have thought of or
> does anyone have any different suggestions.

I'd do it, just to be safe.  You could probably get away with

../gcc-4.0.1/configure --prefix=/usr \
    --libexecdir=/usr/lib --enable-shared \
    --enable-threads=posix --enable-__cxa_atexit \
    --enable-clocale=gnu --enable-languages=c++
make
make -C libstdc++-v3 install

I've never built just parts of the gcc tree, so I'm not guaranteeing
anything.  Seems like it would work for your purposes, though.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to