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

	<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>2003-07-18T09:40:48-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-18T09:40:48-04:00</updated>

		<published>2003-07-18T09:40:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23637#p23637</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23637#p23637"/>
		<title type="html"><![CDATA[A clean static compilation of an eggdrop bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23637#p23637"><![CDATA[
After reading a lot of posts here, an idea came to me. A <strong class="text-strong">lot</strong> of people around are trying to compile their bots statically but use libtclxxx.so to achieve that ... or a .so library is by essence a shared library. What I mean is that such a bot is not *completely* static because it needs the libtclxxx.so to be installed on the machine.<br>I wrote a little howto to get users compile a *completely* static eggdrop, it's not long and not hard, btw not harder than compiling the bot as usual ::)<br>Hope it could help.<div class="codebox"><p>Code: </p><pre><code>#=------------#=- HOWTO compile an eggdrop statically#=------------#=- Compiling tcl 8.4tar zxvf tcl8.4.3-src.tar.gzcd tcl8.4.3/unix./configure --disable-sharedmake#=- Compiling eggdroptar zxvf eggdrop1.6.15.tar.gzcd eggdrop1.6.15./configure --enable-ipv6 --with-tcllib=/path/to/tcl8.4.3/unix/libtcl8.4.a --with-tclinc=/path/to/tcl8.4.3/generic/tcl.h --enable-staticmake configmake static</code></pre></div>The aim of compiling statically or the static versus dynamic advantages are not the point here.<br><br>Gu1nn3ss 1s l33t<p>Statistics: Posted by Guest — Fri Jul 18, 2003 9:40 am</p><hr />
]]></content>
	</entry>
	</feed>
