Building on Centos 6.4

Home Forums Forum Building on Centos 6.4

This topic contains 3 replies, has 1 voice, and was last updated by  Trent 10 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1551

    Gordon

    Trying 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.htp test -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]$

    #1552

    Gordon
    #1553

    Gordon

    Had 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.

    #1562

    Trent

    Hi 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

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.