<?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/204" />

	<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>2001-10-25T18:10:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-25T18:10:00-04:00</updated>

		<published>2001-10-25T18:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1068#p1068</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1068#p1068"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1068#p1068"><![CDATA[
Ok, stupid me.  That error was caused by me violating my quota. Oops.<br><br>Anyways, I got it to compile using make static.  Thanks for your help.<br><br>What is done differently when 'make static' is used?<p>Statistics: Posted by Guest — Thu Oct 25, 2001 6:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-25T16:39:00-04:00</updated>

		<published>2001-10-25T16:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1062#p1062</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1062#p1062"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1062#p1062"><![CDATA[
I still got this lovely error message when trying to compile using make static.  Any more ideas before I go find myself a new shell provider with a different OS?<br><br><br><br>gcc -pipe -g -O2 -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -DSTATIC  -c strftime.c<br>make[2]: Leaving directory `/export/home/chair/eggdrop1.6.6/src/compat'<br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop... (static version)<br><br>gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o mod/*.o -L/usr/lib -ltcl -lm -ldl -lnsl -lsocket  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>gcc: Internal compiler error: program ld got fatal signal 10<br>make[1]: *** [../eggdrop] Error 1<br>make[1]: Leaving directory `/export/home/chair/eggdrop1.6.6/src'<br>make: *** [static] Error 2<br><p>Statistics: Posted by Guest — Thu Oct 25, 2001 4:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-23T20:37:00-04:00</updated>

		<published>2001-10-23T20:37:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=997#p997</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=997#p997"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=997#p997"><![CDATA[
chair, when compiling, make in static mode.<br><br>EG:<br><br>instead of typing<blockquote class="uncited"><div>./configure<br>make config<br>make<br>make install</div></blockquote>Use<blockquote class="uncited"><div>./configure<br>make config<br>make static<br>make install</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 23, 2001 8:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-23T18:30:00-04:00</updated>

		<published>2001-10-23T18:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=993#p993</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=993#p993"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=993#p993"><![CDATA[
I am on SunOS<br>(SunOS cosmos 5.5.1 Generic_103640-24 sun4m sparc SUNW,SPARCstation-10)<br><br>When I try to compile, I get this funky message.<br><br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop...<br><br>gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o<br>dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net<br>.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o us<br>ers.o  -L/usr/lib -ltcl -lm -ldl -lnsl -lsocket  md5/md5c.o compat/*.o `cat mod/<br>mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/export/home/chair/eggdrop1.6.6/src'<br><br>Eggdrop v1.6.6 (C)1997 Robey Pointer (C)2001 Eggheads<br>-rwxr-xr-x   1 chair    other      354620 Oct 22 17:50 eggdrop<br>make[1]: Entering directory `/export/home/chair/eggdrop1.6.6/src/mod'<br>make[2]: Entering directory `/export/home/chair/eggdrop1.6.6/src/mod/assoc.mod'<br>gcc -pipe -kPIC -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFI<br>G_H   -DMAKING_MODS -c .././assoc.mod/assoc.c<br>gcc: unrecognized option `-kPIC'<br>mv assoc.o ../<br>gcc -pipe -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl -lm -ldl -lnsl -lsock<br>et<br>Undefined                       first referenced<br> symbol                             in file<br>main                                /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.<br>1/2.8.1/crt1.o<br>ld: fatal: Symbol referencing errors. No output written to ../../../assoc.so<br>make[2]: *** [../../../assoc.so] Error 1<br>make[2]: Leaving directory `/export/home/chair/eggdrop1.6.6/src/mod/assoc.mod'<br>make[1]: *** [assoc.mod_so] Error 2<br>make[1]: Leaving directory `/export/home/chair/eggdrop1.6.6/src/mod'<br>make: *** [modules] Error 2<br><br><br><br>hmmm... i would love to get eggdrop1.6.6 to compile... i'd hate to ditch my provider just because of this... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><p>Statistics: Posted by Guest — Tue Oct 23, 2001 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-22T13:54:00-04:00</updated>

		<published>2001-10-22T13:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=957#p957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=957#p957"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=957#p957"><![CDATA[
Chrysalis,<br>I am running tcl 8.3, I know 8.05 works best, but I shouldn't see any probs with 8.3, right? I seem to recall 1.6.4 and before on the 1.6.x tree running fine under SunOS. Any Ideas?<br><br>SniperAC,<br>I am running 1.6.6, I said that in my first post.<br><br>TIA,<br>leith<p>Statistics: Posted by Guest — Mon Oct 22, 2001 1:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-22T13:35:00-04:00</updated>

		<published>2001-10-22T13:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=956#p956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=956#p956"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=956#p956"><![CDATA[
1.6.6 is out:???:<br><br>Got me confuzzled here.<br><br>1.6.6 has been available for some time now. He stated in his post, that he is trying to use 1.6.6.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Oct 22, 2001 1:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-22T13:06:00-04:00</updated>

		<published>2001-10-22T13:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=955#p955</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=955#p955"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=955#p955"><![CDATA[
1.6.6 is out <br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mad.gif" width="15" height="15" alt=":mad:" title="Mad"> just sayin<p>Statistics: Posted by Guest — Mon Oct 22, 2001 1:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Chrysalis]]></name></author>
		<updated>2001-10-22T06:02:00-04:00</updated>

		<published>2001-10-22T06:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=948#p948</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=948#p948"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=948#p948"><![CDATA[
what version of tcl is compiled on your box?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=168">Chrysalis</a> — Mon Oct 22, 2001 6:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-19T13:45:00-04:00</updated>

		<published>2001-10-19T13:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=860#p860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=860#p860"/>
		<title type="html"><![CDATA[eggdrop 1.6.6 wont compile on SunOS..err link]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=860#p860"><![CDATA[
First 1.6.5 wouldn't compile, so I downloaded 1.6.6, toi fix the problem, but I get a weird error, during the linking.<br><br>---------- Yeah! that's the compiling, now the linking! ----------<br><br>Linking eggdrop... (static version)<br><br>gcc -pipe -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o <br>dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net<br>.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o us<br>ers.o mod/*.o -L/usr/local/lib -ltcl -lm -ldl -ldns -lnsl -lsocket  md5/md5c.o c<br>ompat/*.o `cat mod/mod.xlibs`<br>misc.o: In function `str_nutf8tounicode':<br>/home/ugrad/leith/eggdrop1.6.6/src/misc.c:386: undefined reference to `Tcl_SaveR<br>esult'<br>/home/ugrad/leith/eggdrop1.6.6/src/misc.c:392: undefined reference to `Tcl_UtfTo<br>ExternalDString'<br>/home/ugrad/leith/eggdrop1.6.6/src/misc.c:397: undefined reference to `Tcl_Resto<br>reResult'<br>tcl.o: In function `init_tcl':<br>/home/ugrad/leith/eggdrop1.6.6/src/tcl.c:575: undefined reference to `Tcl_UtfToL<br>ower'<br>/home/ugrad/leith/eggdrop1.6.6/src/tcl.c:576: undefined reference to `Tcl_SetSys<br>temEncoding'<br>/home/ugrad/leith/eggdrop1.6.6/src/tcl.c:590: undefined reference to `Tcl_SetSys<br>temEncoding'<br>/home/ugrad/leith/eggdrop1.6.6/src/tcl.c:603: undefined reference to `Tcl_GetEnc<br>oding'<br>collect2: ld returned 1 exit status<br>make[1]: *** [../eggdrop] Error 1<br>make[1]: Leaving directory `/home/ugrad/leith/eggdrop1.6.6/src'<br>make: *** [static] Error 2<br>(leith) ~/eggdrop1.6.6 % <br><br>Is this a problem with Tcl, or I am being somewhat stupid?<br><br>TIA,<br>leith<p>Statistics: Posted by Guest — Fri Oct 19, 2001 1:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
