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

	<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>2016-05-02T09:53:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[aslpls]]></name></author>
		<updated>2016-05-02T09:53:32-04:00</updated>

		<published>2016-05-02T09:53:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104956#p104956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104956#p104956"/>
		<title type="html"><![CDATA[Linking error [Solved inline issue]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104956#p104956"><![CDATA[
how did you do it?<br><br>i tried but it didn't work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12622">aslpls</a> — Mon May 02, 2016 9:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pwpreacher]]></name></author>
		<updated>2015-06-26T04:56:17-04:00</updated>

		<published>2015-06-26T04:56:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104269#p104269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104269#p104269"/>
		<title type="html"><![CDATA[Linking error [Solved inline issue]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104269#p104269"><![CDATA[
worked like a charm <br><br>Test run of ./eggdrop -v:<br>Eggdrop v1.6.21 (C) 1997 Robey Pointer (C) 2011 Eggheads<br>Configured with:  'CFLAGS=-std=gnu89'<br>handlen=9<br><br>Eggdrop successfully compiled:<br><br><br><br><br>All I can say is thank you!!!!!!!!!!!<br><br>just got to install a few bots, <br><br>hugs<br><br><br>Preacher<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12545">pwpreacher</a> — Fri Jun 26, 2015 4:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2015-06-25T21:03:42-04:00</updated>

		<published>2015-06-25T21:03:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104268#p104268</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104268#p104268"/>
		<title type="html"><![CDATA[Linking error [Solved inline issue]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104268#p104268"><![CDATA[
Is this it?<br><br><br><a href="http://eggwiki.org/Inline" class="postlink">http://eggwiki.org/Inline</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Jun 25, 2015 9:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pwpreacher]]></name></author>
		<updated>2015-06-26T04:56:50-04:00</updated>

		<published>2015-06-25T18:27:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=104267#p104267</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=104267#p104267"/>
		<title type="html"><![CDATA[Linking error [Solved inline issue]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=104267#p104267"><![CDATA[
(probably because I am running on 3 hours sleep)<br><br>Just setting up eggdrop on new server, <br>./configure runs fine. <br>make config runs fine.<br>make has some warnings but seems to compile, and then linker throws an error<br><br>....<br>....<br><br>In file included from ../../src/main.h:107:0,<br>                 from strftime.c:26:<br>../../src/proto.h:274:12: warning: inline function ‘open_listen’ declared but never defined<br> inline int open_listen(int *);<br>            ^<br>make[2]: Leaving directory '/home/triviaswift/eggdrop1.6.21/src/compat'<br><br>---------- Yeah! That's the compiling, now the linking! ----------<br><br>Linking eggdrop (standard build).<br><br>gcc -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/lib64 -ltcl8.6 -lm -ldl -lnsl  -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>main.o: In function `garbage_collect':<br>/home/triviaswift/eggdrop1.6.21/src/./main.c:710: undefined reference to `garbage_collect_tclhash'<br>modules.o:(.data+0x2a0): undefined reference to `open_listen'<br>tcldcc.o: In function `tcl_listen':<br>/home/triviaswift/eggdrop1.6.21/src/tcldcc.c:942: undefined reference to `open_listen'<br>collect2: error: ld returned 1 exit status<br>Makefile:37: recipe for target '../eggdrop' failed<br>make[1]: *** [../eggdrop] Error 1<br>make[1]: Leaving directory '/home/triviaswift/eggdrop1.6.21/src'<br>Makefile:202: recipe for target 'modegg' failed<br>make: *** [modegg] Error 2<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12545">pwpreacher</a> — Thu Jun 25, 2015 6:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
