<?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; mingw</title>
	<atom:link href="http://nineye.net/blog/archives/tag/mingw/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>SDL library와 SDL 응용 library들을 설치하면서</title>
		<link>http://nineye.net/blog/archives/463</link>
		<comments>http://nineye.net/blog/archives/463#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:27:22 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[development tools]]></category>
		<category><![CDATA[agar]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[sdl]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/archives/463</guid>
		<description><![CDATA[cygwin + mingw 환경하에서, SDL과 SDL응용 library들을 설치한 상태에서 SDL을 이용하는 App를 개발하다보니 계속 문제가 생겨서, 전체를 새로 설치하면서 삽질하는 내용들을 끄적여 본다.
1. 처음부터 새로 설치하다&#8230;
- mingw : cygwin과 mingw에는 컴파일러 라이브러리 include파일 등등 중복되는 것들이 많아서 뭔가 좀 이상하다. 그리고 mingw는 small cygwin이라할까&#8230; 뭔가 없는 내용들이 많다. 예를 들면 socket library라든지&#8230; mingw에서는 socket library가 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/463/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>
		<item>
		<title>통합개발환경(Integrated Development Environment)설치</title>
		<link>http://nineye.net/blog/archives/451</link>
		<comments>http://nineye.net/blog/archives/451#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:20:15 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[development tools]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[codeblock]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[loki]]></category>
		<category><![CDATA[loki_library]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[stl]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=451</guid>
		<description><![CDATA[자, 이제 앞 글(http://nineye.net/blog/archives/449)에서 나열한 것들을 설치해보자~~~
- mingw(http://www.mingw.org)
1. http://sourceforge.net/project/showfiles.php?group_id=2435 여기로 가서 mingw를 받자. 내가 받을 때의 버전은 5.1.3이었다. Automated MinGW Installer package가 있는데 그넘을 받자. 그리고 같이 있는 여러 tool들이 있는데 그중에서 mingw용 gdb를 받자. 대부분 Automated MinGW Installer package가 설치해 주는데 gdb는 설치안해 준다는&#8230;
2. 아마 그냥 설치파일로 설치하면 될거다. 일단 나는 c:/mingw 아래에 설치하였다.
- stlport, [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/451/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
