<?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: Hack	</title>
	<atom:link href="https://virtuallyfun.com/2009/05/10/hack/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2009/05/10/hack/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 07 May 2018 02:47:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-52</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Mon, 11 May 2009 21:14:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-52</guid>

					<description><![CDATA[I&#039;ve been building this under 4.2, 4.3 Wisconson &#038; 4.3 RENO..  And there is a version of gcc that will run on 4.2 BSD.. &lt;br /&gt;&lt;br /&gt;gcc 1.27&lt;br /&gt;&lt;br /&gt;it&#039;s not that intuitive to setup, as there is no configure, you have to link some files yourself.. trial and error however got me a &#034;working&#034; version of it.&lt;br /&gt;&lt;br /&gt;Anyways I just did the prior make I did above on 4.3 wisconson, and it works, now, as you can die correctly!&lt;br /&gt;&lt;br /&gt;I&#039;ll have to update the binary package for 4.2 BSD.]]></description>
			<content:encoded><![CDATA[<p>I&#39;ve been building this under 4.2, 4.3 Wisconson &amp; 4.3 RENO..  And there is a version of gcc that will run on 4.2 BSD.. </p>
<p>gcc 1.27</p>
<p>it&#39;s not that intuitive to setup, as there is no configure, you have to link some files yourself.. trial and error however got me a &quot;working&quot; version of it.</p>
<p>Anyways I just did the prior make I did above on 4.3 wisconson, and it works, now, as you can die correctly!</p>
<p>I&#39;ll have to update the binary package for 4.2 BSD.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-51</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 11 May 2009 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-51</guid>

					<description><![CDATA[Are you building this under BSD 4.2? I didn&#039;t know GCC was available then!!]]></description>
			<content:encoded><![CDATA[<p>Are you building this under BSD 4.2? I didn&#8217;t know GCC was available then!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-50</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Mon, 11 May 2009 20:10:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-50</guid>

					<description><![CDATA[Ok, the source should be in place now.. how very strange.&lt;br /&gt;&lt;br /&gt;Anyways I&#039;ve also kind of figured a formula to get a more stable Hack...&lt;br /&gt;&lt;br /&gt;Compile with regular pcc (cc), by running make and it will fail on hack.c line 799 (missing stuff).  Use gcc to compile this one file, &lt;br /&gt;&lt;br /&gt;gcc -c -g hack.c&lt;br /&gt;&lt;br /&gt;Then resume the make, I don&#039;t trust that weird ld syntax thing, so I run:&lt;br /&gt;&lt;br /&gt;cc -g -o hack *.o -ltermcap -lcurses&lt;br /&gt;&lt;br /&gt;to finalize the exe.  I can verify you can die properly now... ;)]]></description>
			<content:encoded><![CDATA[<p>Ok, the source should be in place now.. how very strange.</p>
<p>Anyways I&#8217;ve also kind of figured a formula to get a more stable Hack&#8230;</p>
<p>Compile with regular pcc (cc), by running make and it will fail on hack.c line 799 (missing stuff).  Use gcc to compile this one file, </p>
<p>gcc -c -g hack.c</p>
<p>Then resume the make, I don&#8217;t trust that weird ld syntax thing, so I run:</p>
<p>cc -g -o hack *.o -ltermcap -lcurses</p>
<p>to finalize the exe.  I can verify you can die properly now&#8230; 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-49</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Mon, 11 May 2009 19:56:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-49</guid>

					<description><![CDATA[Very strange, I just changed laptops, and used the sourceforge stuff to just transfer all my work on this stuff... I&#039;ll delete the source package &#038; re-create it....&lt;br /&gt;&lt;br /&gt;Or maybe it was too &#039;new&#039; in the sourceforge system?  Try and download the gdb/ircii-4.4 stuff as they are &#039;fresh&#039;..]]></description>
			<content:encoded><![CDATA[<p>Very strange, I just changed laptops, and used the sourceforge stuff to just transfer all my work on this stuff&#8230; I&#39;ll delete the source package &amp; re-create it&#8230;.</p>
<p>Or maybe it was too &#39;new&#39; in the sourceforge system?  Try and download the gdb/ircii-4.4 stuff as they are &#39;fresh&#39;..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-48</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 11 May 2009 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-48</guid>

					<description><![CDATA[I&#039;m trying to grab the source but it&#039;s no-go?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to grab the source but it&#8217;s no-go?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-47</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 11 May 2009 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-47</guid>

					<description><![CDATA[Ah!! To have been around then! What fun!]]></description>
			<content:encoded><![CDATA[<p>Ah!! To have been around then! What fun!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thor		</title>
		<link>https://virtuallyfun.com/2009/05/10/hack/comment-page-1/#comment-46</link>

		<dc:creator><![CDATA[Thor]]></dc:creator>
		<pubDate>Sun, 10 May 2009 16:08:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=109#comment-46</guid>

					<description><![CDATA[I played hack quite a bit back in the day (in the early 80&#039;s - logged into the vaxen at the university over a 1200 baud acoustic coupler with an actual VT100)&lt;br /&gt;---Thor]]></description>
			<content:encoded><![CDATA[<p>I played hack quite a bit back in the day (in the early 80&#8217;s &#8211; logged into the vaxen at the university over a 1200 baud acoustic coupler with an actual VT100)<br />&#8212;Thor</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
