PDA

View Full Version : x64 compile error


tankcntdrv55
20th March 2006, 07:12 AM
I am trying to compile a custom kernel for my EM64T system

i have done numerous Gentoo installs, so i know this should be fairly simple, but i am getting an error that tells me i'm missing G++

/bin/sh: g++: command not found

i tried yum install g++ and searched for it using yumex

am i missing something here?

bytesniper
20th March 2006, 08:29 AM
$ rpm -qf /usr/bin/g++
gcc-c++-4.1.0-3

keep in mind this is on a fc5t3 box but same concept. try yum install gcc-c++

joseph

tankcntdrv55
20th March 2006, 10:00 AM

yum install gcc-c++


precisely what i needed

thank you much