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

	<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-09T23:08:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-09T23:08:00-04:00</updated>

		<published>2002-02-09T23:08:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4431#p4431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4431#p4431"/>
		<title type="html"><![CDATA[TCL issues with SunOS 5.8 and eggdrop 1.6.8]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4431#p4431"><![CDATA[
./configure --disable-shared ; make<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Feb 09, 2002 11:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-09T21:40:00-04:00</updated>

		<published>2002-02-09T21:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4429#p4429</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4429#p4429"/>
		<title type="html"><![CDATA[TCL issues with SunOS 5.8 and eggdrop 1.6.8]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4429#p4429"><![CDATA[
how do I do that?<br>make static in TCL doesnt work :/<p>Statistics: Posted by Guest — Sat Feb 09, 2002 9:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-09T21:35:00-04:00</updated>

		<published>2002-02-09T21:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4428#p4428</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4428#p4428"/>
		<title type="html"><![CDATA[TCL issues with SunOS 5.8 and eggdrop 1.6.8]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4428#p4428"><![CDATA[
looks like you're missing the static tcl library (libtcl.a or libtcl8.4.a), thus the static compile is still trying to link tcl dynamically. Recompile tcl statically.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Feb 09, 2002 9:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-09T21:13:00-04:00</updated>

		<published>2002-02-09T21:13:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4426#p4426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4426#p4426"/>
		<title type="html"><![CDATA[TCL issues with SunOS 5.8 and eggdrop 1.6.8]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4426#p4426"><![CDATA[
this is what i get after i totally erase the bot dir and re un-tar it, and do<br>./configure<br>make config<br>make static<br>.<br>.<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/local/lib -ltcl8.4 -lm -ldl -lnsl -lsocket  md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br>make[1]: Leaving directory `/home/magey/eggdrop1.6.8/src'<br><br>ld.so.1: ./eggdrop: fatal: libtcl8.4.so: open failed: No such file or directory<br>Killed<br>make: *** [static] Error 137<br><br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><br><br><br>&lt;font size=-1&gt;[ This Message was edited by: magey on 2002-02-09 18:23 ]&lt;/font&gt;<p>Statistics: Posted by Guest — Sat Feb 09, 2002 9:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-02-09T20:49:00-04:00</updated>

		<published>2002-02-09T20:49:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4424#p4424</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4424#p4424"/>
		<title type="html"><![CDATA[TCL issues with SunOS 5.8 and eggdrop 1.6.8]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4424#p4424"><![CDATA[
make static<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sat Feb 09, 2002 8:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-09T20:27:00-04:00</updated>

		<published>2002-02-09T20:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4423#p4423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4423#p4423"/>
		<title type="html"><![CDATA[TCL issues with SunOS 5.8 and eggdrop 1.6.8]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4423#p4423"><![CDATA[
after compiling and installing tcl 8.4 with ./configure and make install, i run configure for eggdrop, it completes fine. when i try to compile eggdrop, all the compilation goes fine, but when it gets to the linking part i get this:<br><br>ld.so.1: ./eggdrop: fatal: libtcl8.4.so: open failed: No such file or directory<br>Killed<br>make: *** [modegg] Error 137<br><br>I've tried using --with-tcllib and --with-tclinc.. I got the same error.. and the file IS in the path i specify / the path that configure finds.. i manually checked dozens of times..<br><br>I'm running SunOS 5.8 SPARC with eggdrop 1.6.8..<br>I tried this both with TCL 8.3 and 8.4.. got the same errors..<br><br>Any help would be appreciated!<br><br><p>Statistics: Posted by Guest — Sat Feb 09, 2002 8:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
