This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

error at compiling the "make" command for binutils' compilation


Hi,
The commands below were run succesfully(from binutils-2.18 directory):
patch -Np1 -i ../binutils-2.18-posix-1.patch
mkdir -v ../binutils-build
cd ../binutils-build
AR=ar AS=as ../binutils-2.18/configure --prefix=${CLFS}/cross-tools \
   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-sysroot=${CLFS} \
   --disable-nls --enable-shared --disable-multilib

make configure-host

But when i wanted to run "make" after all, I got the errors below:
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory `/home/selma/binutils-build/bfd/doc'
Making info in po
make[3]: Entering directory `/home/selma/binutils-build/bfd/po'
make[3]: Nothing to be done for `info'.
make[3]: Leaving directory `/home/selma/binutils-build/bfd/po'
make[3]: Entering directory `/home/selma/binutils-build/bfd'
make[3]: Nothing to be done for `info-am'.
make[3]: Leaving directory `/home/selma/binutils-build/bfd'
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/home/selma/binutils-build/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/home/selma/binutils-build'
make: *** [all] Error 2


What is the problem again?
Sorry for the noise,but I have to compile anyhow:(

Thanks in advance.
_________________________________________________________________
Şimdi aileye katılmanın tam zamanı - Yeni nesil Ücretsiz Windows Live Hizmetlerini şimdi edinin!
http://get.live.com

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]