error when install binutils

Madan Thapa madan.feedback at gmail.com
Tue Jun 10 14:11:35 UTC 2008


Try this:

wget http://ftp.gnu.org/gnu/binutils/binutils-2.18.tar.bz2
tar xjpf binutils-2.18.tar.bz2
cd binutils-2.18
./configure --prefix=/usr/local/binutils-2.18
make && make install
export OLD_PATH=$PATH
export PATH=/usr/local/binutils-2.18/bin/:$OLD_PATH

echo $PATH                               to check if new binutils is in the
path


Then the newer version of binutils will be used, as it will be detected at
first in the  path.


>
> ----- Original Message -----
> From: Toto <to2y at bdg.centrin.net.id>
> Date: Monday, June 9, 2008 10:41 pm
> Subject: error when install binutils
> To: redhat-list at redhat.com
>
> > when i try to install binutils-2.13.90.0.18-9.i386.rpm
> > show message :
> >
> > [root at mail new]# rpm -ivh binutils-2.13.90.0.18-9.i386.rpm
> > Preparing...
> > ########################################### [100%]
> >        file /usr/include/ansidecl.h from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/include/bfd.h from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/include/bfdlink.h from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/include/dis-asm.h from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/include/libiberty.h from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/include/symcat.h from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/lib/libbfd.a from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/lib/libiberty.a from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/lib/libopcodes.a from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >        file /usr/share/info/bfd.info.gz from install of binutils-
> > 2.13.90.0.18-9 conflicts with file from package binutils-devel-
> > 2.18.50.0.6-2
> >
> > how to fix it...please your help !
> >
> > thank's
> > --
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request at redhat.com?subject÷subscribe
> > https://www.redhat.com/mailman/listinfo/redhat-list
> >
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>



More information about the redhat-list mailing list