> > I'm running SuSE 9.1 and I downloaded the latest source code release > for g++ gcc. My problem is when I try to run ./configure in the > directory libstdc++-v3, it returns the following error: RTFM :) >From the libstdc++ docs in http://gcc.gnu.org/onlinedocs/libstdc++/install.html ... When building libstdc++-v3 you'll have to configure the entire gccsrcdir directory. ... cd gccbuilddir gccsrcdir/configure --prefix=destdir --other-opts... > > configure: error: cannot find install-sh or install.sh in ./../.. > > Thanks, John >