Re: error when install binutils

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxx>
> Date: Monday, June 9, 2008 10:41 pm
> Subject: error when install binutils
> To: redhat-list@xxxxxxxxxx
>
> > when i try to install binutils-2.13.90.0.18-9.i386.rpm
> > show message :
> >
> > [root@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@xxxxxxxxxx?subject÷subscribe
> > https://www.redhat.com/mailman/listinfo/redhat-list
> >
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subjecthttps://www.redhat.com/mailman/listinfo/redhat-list


[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux