hello all,
long story short, i'm trying to install gcc compiler on a virtual private server loaded with fedora core 2. i don't have access to the box (wish i did, i'd update to a more recent version of fedora), but i do have shell/ssh access. i'm also brand new to linux.
when i try to install gcc, i get some dependencies errors...
[root@localhost /]# rpm -i /tmp/gcc-3.3.3-7.i386.rpm
warning: /tmp/gcc-3.3.3-7.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
binutils >= 2.14.90.0.4-4 is needed by gcc-3.3.3-7
cpp = 3.3.3-7 is needed by gcc-3.3.3-7
glibc-devel >= 2.2.90-12 is needed by gcc-3.3.3-7
so, i found binutils on rpmfind.net & when i try to install here's what i get:
[root@localhost /]# rpm -i /tmp/binutils-2.15.90.0.3-5.src.rpm
warning: /tmp/binutils-2.15.90.0.3-5.src.rpm: V3 DSA signature: NOKEY, key ID 4f
2a6fd2
where do i go from here? i've tried installing yum too, but i get a whole long list of failed dependencies. there are only 2 programs i really need to install on this machine, sox & ImageMagick, and I need the GCC C Compiler installed first...
i'd love some help! thanks ;-)