directories of Freetype are not creating saying C compiler is not available

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

cd builds/unix; /bin/sh ./configure '--build=i686-pc-linux-gnu' 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/vr/vv/freetype-2.4.12/builds/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
builds/unix/detect.mk:86: recipe for target 'setup' failed
make: *** [setup] Error 77









share|improve this question



















  • 1




    What is the exact command that you used? the run-on string 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32' looks suspicious
    – steeldriver
    Feb 1 at 11:00














up vote
0
down vote

favorite












FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

cd builds/unix; /bin/sh ./configure '--build=i686-pc-linux-gnu' 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/vr/vv/freetype-2.4.12/builds/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
builds/unix/detect.mk:86: recipe for target 'setup' failed
make: *** [setup] Error 77









share|improve this question



















  • 1




    What is the exact command that you used? the run-on string 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32' looks suspicious
    – steeldriver
    Feb 1 at 11:00












up vote
0
down vote

favorite









up vote
0
down vote

favorite











FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

cd builds/unix; /bin/sh ./configure '--build=i686-pc-linux-gnu' 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/vr/vv/freetype-2.4.12/builds/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
builds/unix/detect.mk:86: recipe for target 'setup' failed
make: *** [setup] Error 77









share|improve this question















FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

cd builds/unix; /bin/sh ./configure '--build=i686-pc-linux-gnu' 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/vr/vv/freetype-2.4.12/builds/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
builds/unix/detect.mk:86: recipe for target 'setup' failed
make: *** [setup] Error 77






gcc compiler






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 1 at 6:19

























asked Feb 1 at 5:54









vishal raut

11




11







  • 1




    What is the exact command that you used? the run-on string 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32' looks suspicious
    – steeldriver
    Feb 1 at 11:00












  • 1




    What is the exact command that you used? the run-on string 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32' looks suspicious
    – steeldriver
    Feb 1 at 11:00







1




1




What is the exact command that you used? the run-on string 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32' looks suspicious
– steeldriver
Feb 1 at 11:00




What is the exact command that you used? the run-on string 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32' looks suspicious
– steeldriver
Feb 1 at 11:00










1 Answer
1






active

oldest

votes

















up vote
0
down vote













At first freetype is packaged.



If you need to compile it you should enable Source code repositories in Software & Updates (software-properties-gtk) then install build-essential package and freetype's build-dependencies with:



sudo apt-get install build-essential
sudo apt-get build-dep freetype


You can check that it builds sucessfully with



apt-get source freetype --compile


If you are trying to compile packages for embedded system you can consult its build-system and toolchain documentation. If you are trying to compile 32bit libraries on 64bit system - it will be simpler if you use debootstrap of schroot.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1001957%2fdirectories-of-freetype-are-not-creating-saying-c-compiler-is-not-available%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    At first freetype is packaged.



    If you need to compile it you should enable Source code repositories in Software & Updates (software-properties-gtk) then install build-essential package and freetype's build-dependencies with:



    sudo apt-get install build-essential
    sudo apt-get build-dep freetype


    You can check that it builds sucessfully with



    apt-get source freetype --compile


    If you are trying to compile packages for embedded system you can consult its build-system and toolchain documentation. If you are trying to compile 32bit libraries on 64bit system - it will be simpler if you use debootstrap of schroot.






    share|improve this answer
























      up vote
      0
      down vote













      At first freetype is packaged.



      If you need to compile it you should enable Source code repositories in Software & Updates (software-properties-gtk) then install build-essential package and freetype's build-dependencies with:



      sudo apt-get install build-essential
      sudo apt-get build-dep freetype


      You can check that it builds sucessfully with



      apt-get source freetype --compile


      If you are trying to compile packages for embedded system you can consult its build-system and toolchain documentation. If you are trying to compile 32bit libraries on 64bit system - it will be simpler if you use debootstrap of schroot.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        At first freetype is packaged.



        If you need to compile it you should enable Source code repositories in Software & Updates (software-properties-gtk) then install build-essential package and freetype's build-dependencies with:



        sudo apt-get install build-essential
        sudo apt-get build-dep freetype


        You can check that it builds sucessfully with



        apt-get source freetype --compile


        If you are trying to compile packages for embedded system you can consult its build-system and toolchain documentation. If you are trying to compile 32bit libraries on 64bit system - it will be simpler if you use debootstrap of schroot.






        share|improve this answer












        At first freetype is packaged.



        If you need to compile it you should enable Source code repositories in Software & Updates (software-properties-gtk) then install build-essential package and freetype's build-dependencies with:



        sudo apt-get install build-essential
        sudo apt-get build-dep freetype


        You can check that it builds sucessfully with



        apt-get source freetype --compile


        If you are trying to compile packages for embedded system you can consult its build-system and toolchain documentation. If you are trying to compile 32bit libraries on 64bit system - it will be simpler if you use debootstrap of schroot.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 1 at 19:49









        N0rbert

        16.8k33479




        16.8k33479



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1001957%2fdirectories-of-freetype-are-not-creating-saying-c-compiler-is-not-available%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491