directories of Freetype are not creating saying C compiler is not available
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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
gcc compiler
add a comment |Â
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
gcc compiler
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
add a comment |Â
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
gcc compiler
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
gcc compiler
edited Feb 1 at 6:19
asked Feb 1 at 5:54
![](https://lh5.googleusercontent.com/-NntdaSMZR90/AAAAAAAAAAI/AAAAAAAANjo/m3b2EdAMaeM/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-NntdaSMZR90/AAAAAAAAAAI/AAAAAAAANjo/m3b2EdAMaeM/photo.jpg?sz=32)
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
add a comment |Â
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Feb 1 at 19:49
N0rbert
16.8k33479
16.8k33479
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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