This topic contains 3 replies, has 1 voice, and was last updated by Trent 9 years, 7 months ago.
-
AuthorPosts
-
February 7, 2014 at 11:03 pm #1551
GordonTrying to build on Centos 6.4 and had to updat ethe gcc version, but after that, got the following message during the qemu compile (any ideas?):
Making html in doc
make[4]: Entering directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd/doc’
rm -rf bfd.htp
if /home/gordon/ellcc/gnu/src/binutils/missing makeinfo –split-size=5000000 –split-size=5000000 –html -I ../../../../src/binutils/bfd/doc \
-o bfd.htptest -f 'bfd.texinfo' || echo '../../../../src/binutils/bfd/doc/'
bfd.texinfo; \
then \
rm -rf bfd.html; \
if test ! -d bfd.htp && test -d bfd; then \
mv bfd bfd.html; else mv bfd.htp bfd.html; fi; \
else \
if test ! -d bfd.htp && test -d bfd; then \
rm -rf bfd; else rm -Rf bfd.htp bfd.html; fi; \
exit 1; \
fi
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.
mv: cannot stat `bfd.htp’: No such file or directory
make[4]: *** [bfd.html] Error 1
make[4]: Leaving directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd/doc’
Making html in po
make[4]: Entering directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd/po’
make[4]: Nothing to be done for `html’.
make[4]: Leaving directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd/po’
make[4]: Entering directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd’
make[4]: Nothing to be done for `html-am’.
make[4]: Leaving directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd’
make[3]: *** [html-recursive] Error 1
make[3]: Leaving directory `/home/gordon/ellcc/gnu/gnu-build/binutils/bfd’
make[2]: *** [html-bfd] Error 1
make[2]: Leaving directory `/home/gordon/ellcc/gnu/gnu-build/binutils’
make[1]: *** [do-install-html] Error 2
make[1]: Leaving directory `/home/gordon/ellcc/gnu/gnu-build/binutils’
make: *** [install] Error 1
[gordon@fnets01 ellcc]$February 7, 2014 at 11:06 pm #1552
GordonI updated gcc using this: http://superuser.com/questions/381160/install-gcc-4-7-on-centos
February 8, 2014 at 1:42 am #1553
GordonHad to upgrade autoconf to 2.69, but then got the same message I had trying to compile on OSX:
checking whether Clang is new enough… yes
checking whether Clang will select a modern C++ standard library… no
configure: error:
We detected a missing feature in the standard C++ library that was known to be
missing in libstdc++4.6 and implemented in libstdc++4.7. There are numerous
C++11 problems with 4.6’s library, and we don’t support GCCs or libstdc++ older
than 4.7. You will need to update your system and ensure Clang uses the newer
standard library.February 9, 2014 at 2:19 am #1562
TrentHi Gordon, I get the same error when I compile on ubuntu (I don’t use a gui version) to fix it I just needed to install the texinfo package and it worked
-
AuthorPosts
You must be logged in to reply to this topic.