<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: How to fix libSDL.a(xyz): undefined reference to `__imp_timeBeginPeriod&#039; and friends</title>
	<atom:link href="http://tech.yipp.ca/sdl/how-to-fix-libsdla-undefined-reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.yipp.ca/sdl/how-to-fix-libsdla-undefined-reference/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-libsdla-undefined-reference</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Sat, 18 Jan 2025 00:42:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: feraligatr</title>
		<link>http://tech.yipp.ca/sdl/how-to-fix-libsdla-undefined-reference/#comment-56</link>
		<dc:creator><![CDATA[feraligatr]]></dc:creator>
		<pubDate>Mon, 16 May 2016 06:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://tech.yipp.ca/?p=585#comment-56</guid>
		<description><![CDATA[It seems you added -static with `sdl-config --libs` in ld conmmand.
Correct ld params should be:
	-static `sdl-config --static-libs`
or
	`sdl-config --libs`]]></description>
		<content:encoded><![CDATA[<p>It seems you added -static with `sdl-config --libs` in ld conmmand.<br />
Correct ld params should be:<br />
	-static `sdl-config --static-libs`<br />
or<br />
	`sdl-config --libs`</p>
]]></content:encoded>
	</item>
</channel>
</rss>
