<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: checking for C compiler default output file name&#8230; configure: error: C compiler cannot create executables</title>
	<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/</link>
	<description>VoIP, Linux, PHP</description>
	<pubDate>Thu, 20 Nov 2008 09:42:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: honk</title>
		<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-28</link>
		<author>honk</author>
		<pubDate>Sun, 23 Jul 2006 21:31:56 +0000</pubDate>
		<guid>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-28</guid>
		<description>if you run a amd64 machine you also need libc6-dev-i368</description>
		<content:encoded><![CDATA[<p>if you run a amd64 machine you also need libc6-dev-i368</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renzo</title>
		<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-27</link>
		<author>renzo</author>
		<pubDate>Tue, 11 Jul 2006 02:48:48 +0000</pubDate>
		<guid>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-27</guid>
		<description>i run ubuntu and have libc6-dev installed... and still got the same error message :S

renzolut@gmail.com</description>
		<content:encoded><![CDATA[<p>i run ubuntu and have libc6-dev installed&#8230; and still got the same error message :S</p>
<p><a href="mailto:renzolut@gmail.com">renzolut@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nunya</title>
		<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-6</link>
		<author>nunya</author>
		<pubDate>Fri, 31 Mar 2006 06:30:31 +0000</pubDate>
		<guid>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-6</guid>
		<description>Rudi,

For ubuntu it is called libc6-dev.

apt-get install libc6-dev</description>
		<content:encoded><![CDATA[<p>Rudi,</p>
<p>For ubuntu it is called libc6-dev.</p>
<p>apt-get install libc6-dev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-5</link>
		<author>Administrator</author>
		<pubDate>Tue, 21 Mar 2006 19:13:17 +0000</pubDate>
		<guid>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-5</guid>
		<description>I use PLD Linux and installin glibc-devel worked for me. It seems that it could have different name in Ubuntu, maybe.

My glibc-devel is based on http://www.gnu.org/software/libc/ - maybe try to find some libc libraries.</description>
		<content:encoded><![CDATA[<p>I use PLD Linux and installin glibc-devel worked for me. It seems that it could have different name in Ubuntu, maybe.</p>
<p>My glibc-devel is based on <a href="http://www.gnu.org/software/libc/" rel="nofollow">http://www.gnu.org/software/libc/</a> - maybe try to find some libc libraries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudi</title>
		<link>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-4</link>
		<author>Rudi</author>
		<pubDate>Mon, 20 Mar 2006 23:36:12 +0000</pubDate>
		<guid>http://pomocnik.com/users/dan/2005/10/checking-for-c-compiler-default-output-file-name-configure-error-c-compiler-cannot-create-executables/#comment-4</guid>
		<description>Hi

I tried to follow your recommendations, on a newly installed Ubuntu 5.10 server, but got this message:

root@Gimbli:/usr/local/src/ruby-1.8.3# apt-get install glibc-dev
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package glibc-dev


Installing gcc, returned this:

root@Gimbli:~# apt-get install gcc
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  binutils gcc-4.0
Suggested packages:
  binutils-doc make manpages-dev autoconf automake1.9 libtool flex bison
  gcc-doc gcc-4.0-doc gcc-4.0-locales libc6-dev-amd64 lib64gcc1
Recommended packages:
  libc6-dev libc-dev libmudflap0-dev
The following NEW packages will be installed:
  binutils gcc gcc-4.0
0 upgraded, 3 newly installed, 0 to remove and 68 not upgraded.
Need to get 0B/1973kB of archives.
After unpacking 7811kB of additional disk space will be used.
Do you want to continue [Y/n]? Y


Can you please assist?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried to follow your recommendations, on a newly installed Ubuntu 5.10 server, but got this message:</p>
<p><a href="mailto:root@Gimbli:/usr/local/src/ruby-1.8.3#">root@Gimbli:/usr/local/src/ruby-1.8.3#</a> apt-get install glibc-dev<br />
Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
E: Couldn&#8217;t find package glibc-dev</p>
<p>Installing gcc, returned this:</p>
<p><a href="mailto:root@Gimbli:~#">root@Gimbli:~#</a> apt-get install gcc<br />
Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
The following extra packages will be installed:<br />
  binutils gcc-4.0<br />
Suggested packages:<br />
  binutils-doc make manpages-dev autoconf automake1.9 libtool flex bison<br />
  gcc-doc gcc-4.0-doc gcc-4.0-locales libc6-dev-amd64 lib64gcc1<br />
Recommended packages:<br />
  libc6-dev libc-dev libmudflap0-dev<br />
The following NEW packages will be installed:<br />
  binutils gcc gcc-4.0<br />
0 upgraded, 3 newly installed, 0 to remove and 68 not upgraded.<br />
Need to get 0B/1973kB of archives.<br />
After unpacking 7811kB of additional disk space will be used.<br />
Do you want to continue [Y/n]? Y</p>
<p>Can you please assist?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
