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

	<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>2004-01-17T18:05:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2004-01-17T18:05:59-04:00</updated>

		<published>2004-01-17T18:05:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32613#p32613</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32613#p32613"/>
		<title type="html"><![CDATA[NetBSD TCL problem (always the same)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32613#p32613"><![CDATA[
First of all, don't use Eggdrop 1.3.x. Download a copy of Eggdrop 1.6.15 or 1.6.13 from <a href="http://www.eggheads.org" class="postlink">www.eggheads.org</a>. When Tcl isn't detected on your system, or Tcl won't link, here's what works 99.99999% of the time:<br><div class="codebox"><p>Code: </p><pre><code>export LD_LIBRARY_PATH='/path/to/dir/containing/Tcl/library'./configure --with-tclinc=/full/path/to/tcl.h --with-tcllib=/full/path/to/tcl/librarymake configmake</code></pre></div>Example:<br><div class="codebox"><p>Code: </p><pre><code>export LD_LIBRARY_PATH='/usr/local/lib./configure --with-tclinc=/usr/local/include/tcl.h --with-tcllib=/usr/local/lib/libtcl84.somake configmake</code></pre></div>There will be better documentation and a complete compile guide for various operating systems in 1.6.16.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sat Jan 17, 2004 6:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-03T12:45:59-04:00</updated>

		<published>2004-01-03T12:45:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32128#p32128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32128#p32128"/>
		<title type="html"><![CDATA[NetBSD TCL problem (always the same)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32128#p32128"><![CDATA[
after ./configure --with-tcllib=/usr/pkg/lib/libtcl83.so  --with-tclinc=/usr/pkg/include/tcl.h<br>all go ok <br>but at the end of make<br><br>Linking eggdrop...<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 match.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  -L/usr/pkg/lib -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>/usr/pkg/lib/libtcl83.so: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()<br>strip ../eggdrop<br>Successful compile: eggdrop<br><br><br>Shared object "libtcl83.so.1" not found<br>*** Error code 1<br><br>seems that lost the link to the lib path during compiling<br><a href="http://mail-index.netbsd.org/netbsd-users/2001/10/15/0017.html" class="postlink">http://mail-index.netbsd.org/netbsd-use ... /0017.html</a><br>here there is a solution but i donnow how i can apply<br>tnx <br>byby<p>Statistics: Posted by Guest — Sat Jan 03, 2004 12:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
