<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/1068" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-02-16T19:36:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/1068</id>

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-16T19:36:00-04:00</updated>

		<published>2002-02-16T19:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4622#p4622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4622#p4622"/>
		<title type="html"><![CDATA[Compilation errors in SunOS 5.8 (Sparc)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4622#p4622"><![CDATA[
there is only 1 eggdrop1.6.8.tar.gz on the ftp. the stable dir is a symlink to the 1.6 dir.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Feb 16, 2002 7:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-16T19:16:00-04:00</updated>

		<published>2002-02-16T19:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4621#p4621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4621#p4621"/>
		<title type="html"><![CDATA[Compilation errors in SunOS 5.8 (Sparc)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4621#p4621"><![CDATA[
hmm.... I <strong class="text-strong">know</strong> I tried 'make static' before... Tried again and now it worked... guess the version that I got from the non "Stable" dir (but same version#) didn't work very well...<br><br>Thanks for the help tho! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><p>Statistics: Posted by Guest — Sat Feb 16, 2002 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-16T17:49:00-04:00</updated>

		<published>2002-02-16T17:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4619#p4619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4619#p4619"/>
		<title type="html"><![CDATA[Compilation errors in SunOS 5.8 (Sparc)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4619#p4619"><![CDATA[
make static<br><br>[edit]<br>and also remove those optimisation flags (-O2)<br>[/edit]<br><br>&lt;font size=-1&gt;[ This Message was edited by: Petersen on 2002-02-16 14:51 ]&lt;/font&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Feb 16, 2002 5:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-16T15:54:00-04:00</updated>

		<published>2002-02-16T15:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4618#p4618</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4618#p4618"/>
		<title type="html"><![CDATA[Compilation errors in SunOS 5.8 (Sparc)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4618#p4618"><![CDATA[
Trying to compile the eggdrop1.8.6 downloaded from ftp.eggheads.org/pub/eggdrop/stable but during the linking process I get the following errors.<br><br>Disabling the assoc module gives similar errors on the blowfish module, which as far as I can tell isn't a module one want to disable.<br><br>Running Tcl8.3.3 right now, but have tried Tcl8.3.4a3, which made no difference (not even a Tcl problem I got I guess...).<br><br>I got no root access either. Help is most welcome. Errors below (duuh <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink">).<br><div class="codebox"><p>Code: </p><pre><code>gcc -pipe -fPIC -g -O2 -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H  -DMAKING_MODS -c .././assoc.mod/assoc.cmv assoc.o ../gcc -pipe -o ../../../assoc.so ../assoc.o -L/tmp/tcl/lib -ltcl8.3 -lm -ldl -lnsl -lsocketUndefined symbol main first refered to in file                                /sw/gnat-3.13/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/crt1.old: Fatal error: Symbolreference error. No outdata written to ../../../assoc.so*** Error code 1make: Fatal error: Command failed for target `../../../assoc.so'Current working directory /tmp/eggdrop1.6.8/src/mod/assoc.mod*** Error code 1make: Fatal error: Command failed for target `assoc.mod_so'Current working directory /tmp/eggdrop1.6.8/src/mod*** Error code 1make: Fatal error: Command failed for target `modules'</code></pre></div>_________________<br>quoth the <strong class="text-strong">raven</strong>:<br>"<em class="text-italics">Get the hell outta here, it's gonna blow!!</em>"<br><br>&lt;font size=-1&gt;[ This Message was edited by: raven on 2002-02-16 12:58 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sat Feb 16, 2002 3:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
