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

	<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-12-12T15:15:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-12T15:15:43-04:00</updated>

		<published>2004-12-12T15:15:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43907#p43907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43907#p43907"/>
		<title type="html"><![CDATA[Re: compile problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43907#p43907"><![CDATA[
<blockquote class="uncited"><div>I compile eggdrop on a machine running FreeBSD 5.3-STABLE and I got lots of warning durning the compilation.<br>Will this warning effects on eggdrop running or performances?</div></blockquote>no<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 12, 2004 3:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sys]]></name></author>
		<updated>2004-12-12T14:39:41-04:00</updated>

		<published>2004-12-12T14:39:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43906#p43906</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43906#p43906"/>
		<title type="html"><![CDATA[compile problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43906#p43906"><![CDATA[
I compile eggdrop on a machine running FreeBSD 5.3-STABLE and I got lots of warning durning the compilation.<br>Will this warning effects on eggdrop running or performances?<br>Below is the compilation history.<br><br>wolf@ft1:~/eggdrop1.6.17$ make<br>This may take a while. Go get some runts.<br><br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./bg.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./botcmd.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./botmsg.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./botnet.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./chanprog.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./cmds.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./dcc.c<br>./dcc.c: In function `display_dcc_bot_new':<br>./dcc.c:366: warning: long int format, time_t arg (arg 3)<br>./dcc.c: In function `display_dcc_chat_pass':<br>./dcc.c:636: warning: long int format, time_t arg (arg 3)<br>./dcc.c: In function `display_dcc_telnet_id':<br>./dcc.c<img alt=":1503:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1503.svg"> warning: long int format, time_t arg (arg 3)<br>./dcc.c: In function `display_dcc_telnet_new':<br>./dcc.c<img alt=":1666:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1666.svg"> warning: long int format, time_t arg (arg 3)<br>./dcc.c: In function `display_dcc_telnet_pw':<br>./dcc.c<img alt=":1671:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1671.svg"> warning: long int format, time_t arg (arg 3)<br>./dcc.c: In function `display_dcc_identwait':<br>./dcc.c<img alt=":1901:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1901.svg"> warning: long int format, time_t arg (arg 3)<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./dccutil.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./dns.c<br>./dns.c: In function `display_dcc_dnswait':<br>./dns.c:67: warning: long int format, time_t arg (arg 3)<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./flags.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./language.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./match.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H    '-DCCFLAGS="gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H  "'  '-DLDFLAGS="gcc -pipe"'  '-DSTRIPFLAGS="touch"' -c ./main.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./mem.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./misc.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./misc_file.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./modules.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./net.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./rfc1459.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./tcl.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./tcldcc.c<br>./tcldcc.c: In function `tcl_dcclist':<br>./tcldcc.c:624: warning: long int format, time_t arg (arg 4)<br>./tcldcc.c:624: warning: long int format, time_t arg (arg 4)<br>./tcldcc.c: In function `tcl_whom':<br>./tcldcc.c:678: warning: long int format, int arg (arg 4)<br>./tcldcc.c:678: warning: long int format, int arg (arg 4)<br>./tcldcc.c:701: warning: long int format, int arg (arg 4)<br>./tcldcc.c:701: warning: long int format, int arg (arg 4)<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./tclhash.c<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./tclmisc.c<br>./tclmisc.c: In function `tcl_unixtime':<br>./tclmisc.c:381: warning: long int format, time_t arg (arg 4)<br>./tclmisc.c:381: warning: long int format, time_t arg (arg 4)<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./tcluser.c<br>./tcluser.c: In function `tcl_ignorelist':<br>./tcluser.c:484: warning: long unsigned int format, time_t arg (arg 4)<br>./tcluser.c:484: warning: long unsigned int format, time_t arg (arg 4)<br>./tcluser.c:486: warning: long unsigned int format, time_t arg (arg 4)<br>./tcluser.c:486: warning: long unsigned int format, time_t arg (arg 4)<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./userent.c<br>./userent.c: In function `laston_pack':<br>./userent.c:315: warning: long unsigned int format, time_t arg (arg 3)<br>./userent.c: In function `laston_write_userfile':<br>./userent.c:331: warning: long unsigned int format, time_t arg (arg 3)<br>./userent.c: In function `laston_tcl_get':<br>./userent.c:379: warning: long unsigned int format, time_t arg (arg 3)<br>./userent.c: In function `del_entry_type':<br>./userent.c<img alt=":1135:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1135.svg"> warning: dereferencing type-punned pointer will break strict-aliasing rules<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./userrec.c<br>./userrec.c: In function `write_user':<br>./userrec.c:413: warning: long unsigned int format, time_t arg (arg 4)<br>./userrec.c: In function `write_ignores':<br>./userrec.c:445: warning: long unsigned int format, time_t arg (arg 5)<br>./userrec.c:445: warning: long unsigned int format, time_t arg (arg 7)<br>./userrec.c: In function `adduser':<br>./userrec.c:638: warning: long int format, time_t arg (arg 3)<br>./userrec.c:640: warning: long int format, time_t arg (arg 3)<br>gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H   -c ./users.c<br>gcc -pipe -g -O2 -Wall -I. -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./md5c.c<br>gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./inet_aton.c<br>gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./snprintf.c<br>gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./memset.c<br>gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./memcpy.c<br>gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./strcasecmp.c<br>gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H   -c ./strftime.c<br><br>---------- Yeah! That's the compiling, now the linking! ----------<br><br>Linking eggdrop (standard build).<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/local/lib -ltcl84 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`<br>touch ../eggdrop<br><br>Successful compile: eggdrop<br><br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././assoc.mod/assoc.c<br>mv assoc.o ../<br>ld -Bshareable -x -o ../../../assoc.so ../assoc.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../assoc.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././blowfish.mod/blowfish.c<br>mv blowfish.o ../<br>ld -Bshareable -x -o ../../../blowfish.so ../blowfish.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../blowfish.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././channels.mod/channels.c<br>In file included from .././channels.mod/channels.c:54:<br>.././channels.mod/tclchan.c: In function `tcl_do_masklist':<br>.././channels.mod/tclchan.c<img alt=":1497:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1497.svg"> warning: long unsigned int format, time_t arg (arg 3)<br>.././channels.mod/tclchan.c<img alt=":1499:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1499.svg"> warning: long unsigned int format, time_t arg (arg 3)<br>.././channels.mod/tclchan.c<img alt=":1501:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1501.svg"> warning: long unsigned int format, time_t arg (arg 3)<br>In file included from .././channels.mod/channels.c:55:<br>.././channels.mod/userchan.c: In function `write_bans':<br>.././channels.mod/userchan.c<img alt=":1078:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1078.svg"> warning: long unsigned int format, time_t arg (arg 5)<br>.././channels.mod/userchan.c<img alt=":1078:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1078.svg"> warning: long unsigned int format, time_t arg (arg 7)<br>.././channels.mod/userchan.c<img alt=":1078:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1078.svg"> warning: long unsigned int format, time_t arg (arg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br>.././channels.mod/userchan.c<img alt=":1103:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1103.svg"> warning: long unsigned int format, time_t arg (arg 5)<br>.././channels.mod/userchan.c<img alt=":1103:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1103.svg"> warning: long unsigned int format, time_t arg (arg 7)<br>.././channels.mod/userchan.c<img alt=":1103:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1103.svg"> warning: long unsigned int format, time_t arg (arg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br>.././channels.mod/userchan.c: In function `write_exempts':<br>.././channels.mod/userchan.c<img alt=":1133:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1133.svg"> warning: long unsigned int format, time_t arg (arg 6)<br>.././channels.mod/userchan.c<img alt=":1133:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1133.svg"> warning: long unsigned int format, time_t arg (arg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br>.././channels.mod/userchan.c<img alt=":1133:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1133.svg"> warning: long unsigned int format, time_t arg (arg 9)<br>.././channels.mod/userchan.c<img alt=":1158:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1158.svg"> warning: long unsigned int format, time_t arg (arg 6)<br>.././channels.mod/userchan.c<img alt=":1158:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1158.svg"> warning: long unsigned int format, time_t arg (arg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br>.././channels.mod/userchan.c<img alt=":1158:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1158.svg"> warning: long unsigned int format, time_t arg (arg 9)<br>.././channels.mod/userchan.c: In function `write_invites':<br>.././channels.mod/userchan.c<img alt=":1188:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1188.svg"> warning: long unsigned int format, time_t arg (arg 5)<br>.././channels.mod/userchan.c<img alt=":1188:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1188.svg"> warning: long unsigned int format, time_t arg (arg 7)<br>.././channels.mod/userchan.c<img alt=":1188:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1188.svg"> warning: long unsigned int format, time_t arg (arg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br>.././channels.mod/userchan.c<img alt=":1213:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1213.svg"> warning: long unsigned int format, time_t arg (arg 5)<br>.././channels.mod/userchan.c<img alt=":1213:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1213.svg"> warning: long unsigned int format, time_t arg (arg 7)<br>.././channels.mod/userchan.c<img alt=":1213:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1213.svg"> warning: long unsigned int format, time_t arg (arg <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><br>mv channels.o ../<br>ld -Bshareable -x -o ../../../channels.so ../channels.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../channels.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././compress.mod/compress.c<br>rm -f ../compress.o<br>mv compress.o ../<br>ld -Bshareable -x -o ../../../compress.so ../compress.o -lz -L/usr/local/lib -ltcl84 -lm <br>touch ../../../compress.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././console.mod/console.c<br>mv console.o ../<br>ld -Bshareable -x -o ../../../console.so ../console.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../console.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././ctcp.mod/ctcp.c<br>mv ctcp.o ../<br>ld -Bshareable -x -o ../../../ctcp.so ../ctcp.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../ctcp.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H    -DMAKING_MODS -c .././dns.mod/dns.c<br>mv dns.o ../<br>ld -Bshareable -x -o ../../../dns.so ../dns.o  -L/usr/local/lib -ltcl84 -lm <br>touch ../../../dns.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././filesys.mod/filesys.c<br>.././filesys.mod/filesys.c: In function `disp_dcc_files_pass':<br>.././filesys.mod/filesys.c:544: warning: long int format, time_t arg (arg 3)<br>mv filesys.o ../<br>ld -Bshareable -x -o ../../../filesys.so ../filesys.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../filesys.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././irc.mod/irc.c<br>In file included from .././irc.mod/irc.c:78:<br>.././irc.mod/tclirc.c: In function `tcl_getchanjoin':<br>.././irc.mod/tclirc.c:625: warning: long unsigned int format, time_t arg (arg 3)<br>mv irc.o ../<br>ld -Bshareable -x -o ../../../irc.so ../irc.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../irc.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././notes.mod/notes.c<br>.././notes.mod/notes.c: In function `tcl_storenote':<br>.././notes.mod/notes.c:316: warning: long int format, int arg (arg 5)<br>.././notes.mod/notes.c: In function `msg_notes':<br>.././notes.mod/notes.c:819: warning: long int format, int arg (arg 5)<br>mv notes.o ../<br>ld -Bshareable -x -o ../../../notes.so ../notes.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../notes.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././seen.mod/seen.c<br>.././seen.mod/seen.c: In function `do_seen':<br>.././seen.mod/seen.c:476: warning: long unsigned int format, int arg (arg 3)<br>.././seen.mod/seen.c:481: warning: long unsigned int format, int arg (arg 3)<br>.././seen.mod/seen.c:486: warning: long unsigned int format, int arg (arg 3)<br>mv seen.o ../<br>ld -Bshareable -x -o ../../../seen.so ../seen.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../seen.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././server.mod/server.c<br>.././server.mod/server.c: In function `next_server':<br>.././server.mod/server.c<img alt=":1048:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1048.svg"> warning: dereferencing type-punned pointer will break strict-aliasing rules<br>mv server.o ../<br>ld -Bshareable -x -o ../../../server.so ../server.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../server.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././share.mod/share.c<br>mv share.o ../<br>ld -Bshareable -x -o ../../../share.so ../share.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../share.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././transfer.mod/transfer.c<br>mv transfer.o ../<br>ld -Bshareable -x -o ../../../transfer.so ../transfer.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../transfer.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././uptime.mod/uptime.c<br>mv uptime.o ../<br>ld -Bshareable -x -o ../../../uptime.so ../uptime.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../uptime.so<br>gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../..  -I../../../src/mod -DHAVE_CONFIG_H   -DMAKING_MODS -c .././wire.mod/wire.c<br>mv wire.o ../<br>ld -Bshareable -x -o ../../../wire.so ../wire.o -L/usr/local/lib -ltcl84 -lm <br>touch ../../../wire.so<br><br>All modules compiled.<br><br>Test run of ./eggdrop -v:<br>Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads<br><br>Eggdrop successfully compiled:<br>-rwxr-xr-x  1 force  users  679897 Dec 12 11:24 eggdrop<br><br>Modules successfully compiled:<br>-rwxr-xr-x  1 force  users   15833 Dec 12 11:24 assoc.so<br>-rwxr-xr-x  1 force  users   20635 Dec 12 11:24 blowfish.so<br>-rwxr-xr-x  1 force  users  150494 Dec 12 11:24 channels.so<br>-rwxr-xr-x  1 force  users   17701 Dec 12 11:24 compress.so<br>-rwxr-xr-x  1 force  users   15899 Dec 12 11:24 console.so<br>-rwxr-xr-x  1 force  users   14340 Dec 12 11:24 ctcp.so<br>-rwxr-xr-x  1 force  users   25680 Dec 12 11:24 dns.so<br>-rwxr-xr-x  1 force  users  135718 Dec 12 11:24 filesys.so<br>-rwxr-xr-x  1 force  users  189611 Dec 12 11:24 irc.so<br>-rwxr-xr-x  1 force  users   43251 Dec 12 11:24 notes.so<br>-rwxr-xr-x  1 force  users   22892 Dec 12 11:24 seen.so<br>-rwxr-xr-x  1 force  users   88897 Dec 12 11:24 server.so<br>-rwxr-xr-x  1 force  users   67323 Dec 12 11:24 share.so<br>-rwxr-xr-x  1 force  users   53896 Dec 12 11:24 transfer.so<br>-rwxr-xr-x  1 force  users   13188 Dec 12 11:24 uptime.so<br>-rwxr-xr-x  1 force  users   21578 Dec 12 11:24 wire.so<br><br>Now run "make install" to install your bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=21">sys</a> — Sun Dec 12, 2004 2:39 pm</p><hr />
]]></content>
	</entry>
	</feed>
