> /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