<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/geekcode/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/geekcode/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 11 Jan 2024 13:20:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/geekcode/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#4 Build fails with linking errors "multiple definition of"</title><link>https://sourceforge.net/p/geekcode/bugs/4/?limit=250#22ae</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;OK! I see that &lt;a class="" href="https://packages.debian.org/source/sid/geekcode" rel="nofollow"&gt;debian has patches making it compile&lt;/a&gt;, and I &lt;a class="" href="https://0x0.st/HI9y.tar.zst" rel="nofollow"&gt;fixed&lt;/a&gt; the &lt;a class="" href="https://aur.archlinux.org/packages/geekcode" rel="nofollow"&gt;Arch Linux AUR package&lt;/a&gt; using those debian patches.&lt;/p&gt;
&lt;p&gt;Maybe that could be something to work with, &lt;em&gt;if&lt;/em&gt; you intend to update the code.&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Thu, 11 Jan 2024 13:20:20 -0000</pubDate><guid>https://sourceforge.netd1ce35a26fb30578d8a92055552136aef616ce43</guid></item><item><title>#3 Linked upstream website not found.</title><link>https://sourceforge.net/p/geekcode/bugs/3/?limit=25#f696</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Sure, why not. Link changed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Gushue</dc:creator><pubDate>Thu, 11 Jan 2024 12:11:12 -0000</pubDate><guid>https://sourceforge.net8e17bf27b83ea9151d1fa582bcf7f86cbe4ce1a1</guid></item><item><title>#4 Build fails with linking errors "multiple definition of"</title><link>https://sourceforge.net/p/geekcode/bugs/4/?limit=25#a4fd</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Looks like I had most recently compiled it back in 2003, using gcc &lt;strong&gt;2.95.1&lt;/strong&gt; ... quite a bit older than current versions and the code most likely being nowhere near proper for current standards (and probably bad code even back then). I haven't done any programming in years, I wouldn't even know where to start at this point to fix it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Gushue</dc:creator><pubDate>Thu, 11 Jan 2024 12:06:55 -0000</pubDate><guid>https://sourceforge.net113a297f6d5baf71c0a75cc252981b4f7a325090</guid></item><item><title>#3 Linked upstream website not found.</title><link>https://sourceforge.net/p/geekcode/bugs/3/?limit=250#a9a3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Can you then just change the link to that archived page?&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Thu, 11 Jan 2024 12:06:09 -0000</pubDate><guid>https://sourceforge.netaecef260fd1ab8e2c2d64a89fa968b986a88841d</guid></item><item><title>#3 Linked upstream website not found.</title><link>https://sourceforge.net/p/geekcode/bugs/3/?limit=25#3918</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; wont-fix&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Chris Gushue&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Gushue</dc:creator><pubDate>Thu, 11 Jan 2024 11:56:45 -0000</pubDate><guid>https://sourceforge.nete83106e45745e4335e4d23d7d3c759dc05f0f91f</guid></item><item><title>Build fails with linking errors "multiple definition of"</title><link>https://sourceforge.net/p/geekcode/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When i try to build this code, version 1.7.3, using &lt;code&gt;make&lt;/code&gt; as you write in your &lt;code&gt;README&lt;/code&gt; file, it fails while linking:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="k"&gt;[...]&lt;/span&gt;
&lt;span class="na"&gt;gcc -O3 -s -o geekcode gc_appearance.o gc_computers.o gc_entertainment.o gc_lifestyle.o gc_politics.o gc_type.o gc_consoleio.o gc_translate.o geekcode.o&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_computers.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_entertainment.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_lifestyle.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_politics.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_type.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;gc_translate.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x90): multiple definition of `gc_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x90): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x8c): multiple definition of `gc_dress'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x88): multiple definition of `gc_height'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x88): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x84): multiple definition of `gc_weight'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x84): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x80): multiple definition of `gc_age'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x80): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x7c): multiple definition of `gc_computers'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x7c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x78): multiple definition of `gc_unix_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x78): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x74): multiple definition of `gc_unix'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x74): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x70): multiple definition of `gc_perl'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x70): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x6c): multiple definition of `gc_linux'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x6c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x68): multiple definition of `gc_emacs'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x68): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x64): multiple definition of `gc_www'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x64): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x60): multiple definition of `gc_usenet'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x60): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x5c): multiple definition of `gc_oracle'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x5c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x58): multiple definition of `gc_kibo'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x58): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x54): multiple definition of `gc_windows'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x54): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x50): multiple definition of `gc_os2'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x50): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x4c): multiple definition of `gc_mac'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x48): multiple definition of `gc_vms'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x48): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x44): multiple definition of `gc_social'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x44): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x40): multiple definition of `gc_economic'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x40): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x3c): multiple definition of `gc_cypher'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x3c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x38): multiple definition of `gc_pgp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x38): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x34): multiple definition of `gc_startrek'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x34): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x30): multiple definition of `gc_babylon5'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x30): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x2c): multiple definition of `gc_xfiles'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x2c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x28): multiple definition of `gc_rp'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x28): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x24): multiple definition of `gc_television'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x24): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x20): multiple definition of `gc_books'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x20): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x1c): multiple definition of `gc_dilbert'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x1c): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x18): multiple definition of `gc_doom'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x18): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x14): multiple definition of `gc_geekcode'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x14): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x10): multiple definition of `gc_education'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x10): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0xc): multiple definition of `gc_housing'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0xc): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x8): multiple definition of `gc_relationships'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x8): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x0): multiple definition of `gc_sex'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x0): first defined here&lt;/span&gt;
&lt;span class="na"&gt;/usr/bin/ld&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;geekcode.o:(.bss+0x4): multiple definition of `gc_sex_type'&lt;/span&gt;&lt;span class="c1"&gt;; gc_appearance.o:(.bss+0x4): first defined here&lt;/span&gt;
&lt;span class="na"&gt;collect2&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;error: ld returned 1 exit status&lt;/span&gt;
&lt;span class="na"&gt;make&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;*** [Makefile:41: geekcode] Error 1&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;(Also, there are some compiler warnings before, I don't know if that is related, I am not familiar with C or linking stuff:  &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="nx"&gt;gcc&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;O3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;s&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;In&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;get_dress&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;61&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;warning&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;implicit&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;Wimplicit&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="w"&gt;   &lt;/span&gt;&lt;span class="mi"&gt;61&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;            &lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;            &lt;/span&gt;&lt;span class="o"&gt;^~~~&lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;24&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;note&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;include&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;stdlib&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;h&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;or&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;provide&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;
&lt;span class="w"&gt;   &lt;/span&gt;&lt;span class="mi"&gt;23&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="nx"&gt;include&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s"&gt;"geekcode.h"&lt;/span&gt;
&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="o"&gt;+++&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|+&lt;/span&gt;&lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="nx"&gt;include&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;stdlib&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;h&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="w"&gt;   &lt;/span&gt;&lt;span class="mi"&gt;24&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;61&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;warning&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;incompatible&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;implicit&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;built&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="k"&gt;in&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;Wbuiltin&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;mismatch&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="w"&gt;   &lt;/span&gt;&lt;span class="mi"&gt;61&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;            &lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;            &lt;/span&gt;&lt;span class="o"&gt;^~~~&lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;61&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;note&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;include&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;stdlib&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;h&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;or&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;provide&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;In&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;get_height&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
&lt;span class="nx"&gt;gc_appearance&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;102&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;12&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;warning&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;incompatible&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;implicit&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;built&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="k"&gt;in&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;Wbuiltin&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;mismatch&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="mi"&gt;102&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;            &lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;            &lt;/span&gt;&lt;span class="o"&gt;^~~~&lt;/span&gt;
&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;...&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="nx"&gt;geekcode&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;96&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;7&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;warning&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;incompatible&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;implicit&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;built&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="k"&gt;in&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;function&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;Wbuiltin&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;mismatch&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;span class="w"&gt;   &lt;/span&gt;&lt;span class="mi"&gt;96&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;       &lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;span class="w"&gt;      &lt;/span&gt;&lt;span class="o"&gt;|&lt;/span&gt;&lt;span class="w"&gt;       &lt;/span&gt;&lt;span class="o"&gt;^~~~&lt;/span&gt;
&lt;span class="nx"&gt;geekcode&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;c&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;96&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;7&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;note&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;include&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nx"&gt;stdlib&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;h&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;or&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;provide&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;a&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;declaration&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;of&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;‘&lt;/span&gt;&lt;span class="nx"&gt;exit&lt;/span&gt;&lt;span class="err"&gt;’&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;gcc&lt;/code&gt; version: 13.2.1&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ld&lt;/code&gt; version: 2.41.0 (GNU Binutils)&lt;/li&gt;
&lt;li&gt;glibc version: 2.38&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Thu, 11 Jan 2024 11:36:51 -0000</pubDate><guid>https://sourceforge.net07194179bbf55342bebe2ec117f0a3e022aa73b1</guid></item><item><title>Linked upstream website not found.</title><link>https://sourceforge.net/p/geekcode/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="https://sourceforge.net/projects/geekcode/"&gt;https://sourceforge.net/projects/geekcode/&lt;/a&gt; links to &lt;a href="http://geekcode.sourceforge.net/" rel="nofollow"&gt;http://geekcode.sourceforge.net/&lt;/a&gt;, but that hostname cannot been resolved ("Server Not Found").&lt;/p&gt;
&lt;p&gt;Regards!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Thu, 11 Jan 2024 11:20:08 -0000</pubDate><guid>https://sourceforge.net14542e49b71f6b3a7f73ab526234d6bafccc468a</guid></item><item><title>Linked upstream website not found.</title><link>https://sourceforge.net/p/geekcode/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 3 has been modified: Linked upstream website not found.&lt;br/&gt;
Edited By: Chris Gushue (seymour)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'wont-fix'&lt;br/&gt;
Owner updated: None =&amp;gt; 'seymour'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Drei Eck</dc:creator><pubDate>Thu, 11 Jan 2024 11:20:08 -0000</pubDate><guid>https://sourceforge.netf09c015adae0a68296276b9732a9a9b54e7b4a38</guid></item><item><title>Typo</title><link>https://sourceforge.net/p/geekcode/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First prompt reads "Enter your choise here"&lt;br /&gt;
'choise' is not an English word according to dictionary.com&lt;br /&gt;
Should be 'choice'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 18 Jan 2004 17:40:00 -0000</pubDate><guid>https://sourceforge.netf6bebfbb60b15e7313208a18d4f5753b02e188b8</guid></item><item><title>geekcode 1.7.3 decoding issue?</title><link>https://sourceforge.net/p/geekcode/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Why is geekcode 1.7.3 showing duplicate line when&lt;br /&gt;
decoding my geekcode (generated w/ the same geecode&lt;br /&gt;
generator version)?&lt;/p&gt;
&lt;p&gt;-----BEGIN GEEK CODE BLOCK-----&lt;br /&gt;
Version: 3.12&lt;br /&gt;
GCS d- s: a C++ UL++ P+ L+++ E- W++ N* o K- w- &lt;br /&gt;
O-- M V- PS PE- Y+ PGP t 5 X R* !tv b+ DI- D++ &lt;br /&gt;
G+ e* h+ r% y* &lt;br /&gt;
------END GEEK CODE BLOCK------&lt;/p&gt;
&lt;p&gt;Shows:&lt;br /&gt;
Geek of Computer Science&lt;br /&gt;
I'm usually in jeans and a t-shirt.&lt;br /&gt;
I'm an average geek.&lt;br /&gt;
I'm an average geek.&lt;br /&gt;
30-39&lt;br /&gt;
Computers are a large part of my existence.&lt;br /&gt;
Linux&lt;br /&gt;
I use all the CPU time and i try to crack /etc/passwd&lt;br /&gt;
I know of Perl. I like it. I haven't learned it,but&lt;br /&gt;
it's on my agenda.&lt;br /&gt;
I use Linux exclusively on my system.&lt;br /&gt;
Emacs is too big and bloated for my tastes.&lt;br /&gt;
have a homepage. I surf daily. My homepage is&lt;br /&gt;
advertised in my .sig&lt;br /&gt;
All I do is read news.&lt;br /&gt;
I've submitted a question, but it has never been&lt;br /&gt;
incarnated.&lt;br /&gt;
I don't know who Kibo is.&lt;br /&gt;
I'm still trying to install MS Windows and it never&lt;br /&gt;
works right.&lt;br /&gt;
I can't even get the thing to install!&lt;br /&gt;
I use a Mac, but I'm pretty indifferent about it.&lt;br /&gt;
Unix is much better than VMS for my computing needs.&lt;br /&gt;
I really don't have an opinion; nobody's messing with&lt;br /&gt;
my freedoms.&lt;br /&gt;
Increase government spending, so we can help more poor&lt;br /&gt;
people.&lt;br /&gt;
I have an interest and concern in privacy issues,but&lt;br /&gt;
I'm not active.&lt;br /&gt;
I've used it, but stopped long ago.&lt;br /&gt;
It's just another TV show.&lt;br /&gt;
I've seen it, I am pretty indifferent to it.&lt;br /&gt;
Ho hum. Just another FOX show.&lt;br /&gt;
I thought life WAS role-playing?&lt;br /&gt;
I do not own a television.&lt;br /&gt;
I enjoy reading, but don't get the time very often.&lt;br /&gt;
Is that the comic about the engineers?&lt;br /&gt;
I'm pretty good at the game. I occasionally download&lt;br /&gt;
PWAD files&lt;br /&gt;
I was once G++, but the new versions are getting too&lt;br /&gt;
complicated.&lt;br /&gt;
I learned everything about life from the &amp;amp;quot;Hitchhiker's&lt;br /&gt;
Trilogy&amp;amp;quot;&lt;br /&gt;
Living alone, get out once a week to buy food&lt;br /&gt;
I was going out with someone, but the asshole dumped me.&lt;br /&gt;
I am a male.&lt;br /&gt;
I'm a pervert.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wwp</dc:creator><pubDate>Wed, 26 Nov 2003 23:17:15 -0000</pubDate><guid>https://sourceforge.net663d41ddd30641049899a93ed1d190b4338bc233</guid></item></channel></rss>