<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Be lost in thought... &#187; gcc</title>
	<atom:link href="http://nineye.net/blog/archives/tag/gcc/feed" rel="self" type="application/rss+xml" />
	<link>http://nineye.net/blog</link>
	<description>Nineye's personal weblog!!!</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>template code에 대한 gcc의 버그</title>
		<link>http://nineye.net/blog/archives/543</link>
		<comments>http://nineye.net/blog/archives/543#comments</comments>
		<pubDate>Wed, 25 Feb 2009 06:35:18 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[template metaprogramming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=543</guid>
		<description><![CDATA[template 정의가 포함된 소스를 컴파일 하다 보면 아래와 같은 메세지를 볼 때가 있다.
error: there are no arguments to &#8216;memset&#8217; that depend on a template parameter, so a declaration of &#8216;memset&#8217; must be available
이 메세지만 보면 정말 의아해 진다. memset()함수 내에, template parameter와 관련된 인자가 없기 때문에 memset()함수의 선언이 가능해야 한다?
이미 memset()함수는 standard library에서 빌드된 상태로 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/543/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mingw와 linux환경의 gcc와 다른점</title>
		<link>http://nineye.net/blog/archives/453</link>
		<comments>http://nineye.net/blog/archives/453#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:21:26 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[development tools]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mingw]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=453</guid>
		<description><![CDATA[통합개발환경 구축과 관련해서 linux환경에서 빌드하던 코드를 mingw로 빌드할 때 나타나는 문제점들에 대해 적어본다. 이 글은 사용하면서 발견하는 차이점들을 적을 것이니 계속해서 업데이트 될 것이다.
 &#8211; there isn&#8217;t fsync function
linux에서는 디스크로 즉시 쓰게하는 fsync라는 함수가 정의되어 있는데 mingw library에는 없다. windows에서 같은 기능을 하는 _commit함수로 대체한다.
 
 &#8211; pthread
pthread도 없다. 그래서 windows thread를 사용해야 한다.
 &#8211; [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/453/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
