Index: [Article Count Order] [Thread]

Date:  Thu, 28 Sep 2006 15:27:05 +0100
From:  "Vapor" <bluequartz (at mark) vaporised.com>
Subject:  [coba-e:07267] Re: Error installing Nuonce GCC tools 4.5
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20060928142655.M50144 (at mark) vaporised.com>
References:  <451BCE46.7030208 (at mark) enavn.com>
X-Mail-Count: 07267

> /usr/sausalito/sbin/pkg_prepare.pl -i -f BQ-5102R-GCC-Tools-4.5.pkg
> NuOnce_Networks-gcc_tools-v4.5: Error installing RPM: libstdc++-devel-3.4.5
> 2.i386.rpm.

Had the same issue last night on my oddball 4.2/3 box, although I've installed it on 
older 2.5 ISO boxes without issue in the past.

I installed GCC via yum as it's in base repo, so:

yum install gcc

If you need "libstdc++-devel" - I didn't for what I was doing but that was only 
installing perl modules via cpan - you can also get that from base, so:

yum install libstdc++-devel

When you're done, you'd be more secure removing them both, save any attempt by others 
at compiling stuff.

Brett