Dear rajive gupta,

In message <[email protected]> you 
wrote:
>
> I did this with yum install and had following messages
> 
> sudo yum install g++
> [sudo] password for rajive:
> Loaded plugins: langpacks, presto, refresh-packagekit
> Setting up Install Process
> No package g++ available.
> Error: Nothing to do
> [rajive@vehicle-rcs eldk-rel-v5.1-2012-01-02-8281cbd-powerpc-4xx]$ sudo yum 
> install textinfo
> Loaded plugins: langpacks, presto, refresh-packagekit
> Setting up Install Process
> No package textinfo available.
> Error: Nothing to do

You packagenames may be different.  Bitbake compalins that it's
missing "g++" and "makeinfo", so search for these:

-> yum provides "*/bin/g++" "*/bin/makeinfo"
...
gcc-c++-4.6.2-1.fc16.i686 : C++ support for GCC
Repo        : fedora
Matched from:
Filename    : /usr/bin/g++
...
texinfo-4.13a-15.fc15.i686 : Tools needed to create Texinfo format
documentation files
Repo        : fedora
Matched from:
Filename    : /usr/bin/makeinfo



So try:

        sudo yum -y install gcc-c++ texinfo

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected]
But it's real. And if it's real it can be affected ... we may not  be
able  to break it, but, I'll bet you credits to Navy Beans we can put
a dent in it.
        -- deSalle, "Catspaw", stardate 3018.2
_______________________________________________
eldk mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/eldk

Reply via email to