I'm pretty sure I'm doing everything right, correct me if i'm wrong..admin@linicks:~/ircd/eggdrop1.6.15$ ./configure
This is Eggdrop's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether the compiler understands -pipe... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for strip... strip
checking for gawk... no
checking for mawk... mawk
checking for basename... basename
checking for uname... uname
checking system type... Linux
checking system release... 2.2.19
checking for socket in -lsocket... no
checking for connect in -lnsl... yes
checking for gethostbyname in -ldns... no
checking for dlopen in -ldl... yes
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking std_args.h usability... no
checking std_args.h presence... no
checking for std_args.h... no
checking for strings.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for kernel IPv6 support... no
checking whether or not you enabled IPv6 support... no
checking for clock... yes
checking for getrusage... yes
checking for setpgid... yes
checking for uname... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for rename... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for getdtablesize... yes
checking for memset... yes
checking for random... yes
checking for srandom... yes
checking for dlopen... yes
checking for dprintf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for memcpy... yes
checking for strftime... yes
checking for fsync... yes
checking for gethostbyname2... yes
checking for getipnodebyname... no
checking for vsprintf... yes
checking for broken libsafe sscanf... no
checking for Tcl library... found /usr/local/lib/libtcl8.4.so
checking for Tcl header... found /usr/local/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.4
checking for Tcl patch level... 8.4b1
checking for Tcl_Free in -ltcl8.4... yes
checking for TclpFinalizeThreadData in -ltcl8.4... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/md5/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/mod/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
creating lush.h
lush.h is unchanged
config.status: executing default-2 commands
Configure is done.
Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.
admin@linicks:~/ircd/eggdrop1.6.15$ make config
detecting modules.................... done.
calculating dependencies................... done.
building ./src/mod/Makefile... done.
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
Configuring module compress ...
running in eggdrop mode.
creating cache ../../../config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gzopen in -lz... no
checking how to run the C preprocessor... gcc -E
checking for zlib.h... no
configure: warning:
Your system does not provide a working zlib compression library. The
compress module will therefore be disabled.
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
updating cache ../../../config.cache
creating ./config.status
creating Makefile
creating compress_config.h
Configuring module dns ...
running in eggdrop mode.
loading cache ../../../config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for Cygwin environment... no
checking whether or not you enabled IPv6 support... no
checking for res_init... yes
checking for res_mkquery... no
checking for res_mkquery in -lresolv... yes
updating cache ../../../config.cache
creating ./config.status
creating Makefile
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
building ./src/mod/Makefile... done.
You can now compile the bot, using "make".
admin@linicks:~/ircd/eggdrop1.6.15$ make
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src'
(This may take a while. Go get some runts.)
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botcmd.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botmsg.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c botnet.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c chanprog.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c cmds.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c dcc.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c dccutil.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c dns.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c flags.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c language.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c match.c
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="strip"' -c ./main.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c mem.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c misc.c
misc.c: In function `putlog':
misc.c:490: warning: `t' might be used uninitialized in this function
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c misc_file.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c modules.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c net.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c rfc1459.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcl.c
tcl.c: In function `tcl_eggcouplet':
tcl.c:157: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
tcl.c:161: warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
tcl.c:161: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
tcl.c:163: warning: passing arg 2 of `Tcl_GetVar2' discards qualifiers from pointer target type
tcl.c: In function `tcl_eggint':
tcl.c:201: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
tcl.c:205: warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
tcl.c:205: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
tcl.c:208: warning: passing arg 2 of `Tcl_GetVar2' discards qualifiers from pointer target type
tcl.c: In function `tcl_eggstr':
tcl.c:265: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
tcl.c:267: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
tcl.c:270: warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
tcl.c:270: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
tcl.c:277: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
tcl.c:288: warning: passing arg 2 of `Tcl_GetVar2Ex' discards qualifiers from pointer target type
tcl.c: In function `add_tcl_strings':
tcl.c:750: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
tcl.c: In function `rem_tcl_strings':
tcl.c:762: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type
tcl.c:765: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
tcl.c: In function `add_tcl_ints':
tcl.c:790: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
tcl.c: In function `rem_tcl_ints':
tcl.c:803: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type
tcl.c:806: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
tcl.c: In function `add_tcl_coups':
tcl.c:832: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
tcl.c: In function `rem_tcl_coups':
tcl.c:844: warning: passing arg 4 of `Tcl_VarTraceInfo' from incompatible pointer type
tcl.c:848: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcldcc.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tclhash.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tclmisc.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c tcluser.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c userent.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c userrec.c
gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c users.c
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/md5'
gcc -pipe -g -O2 -Wall -I. -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c md5c.c
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/md5'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/compat'
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c inet_aton.c
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c inet_ntop.c
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c snprintf.c
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c memset.c
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c memcpy.c
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c strcasecmp.c
gcc -pipe -g -O2 -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -c strftime.c
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/compat'
---------- Yeah! that's the compiling, now the linking! ----------
Linking eggdrop...
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 me
m.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/lo
cal/lib -ltcl8.4 -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src'
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
-rwxr-xr-x 1 admin admin 308180 Jun 21 21:16 eggdrop
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/assoc.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././assoc.mod/assoc.c
mv assoc.o ../
gcc -pipe -shared -nostartfiles -o ../../../assoc.so ../assoc.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../assoc.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/assoc.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/blowfish.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././blowfish.mod/blowf
ish.c
mv blowfish.o ../
gcc -pipe -shared -nostartfiles -o ../../../blowfish.so ../blowfish.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../blowfish.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/blowfish.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/channels.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././channels.mod/chann
els.c
.././channels.mod/channels.c: In function `traced_globchanset':
.././channels.mod/channels.c:733: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././channels.mod/channels.c:737: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././channels.mod/channels.c:739: warning: passing arg 2 of `Tcl_GetVar2' discards qualifiers from pointer target type
.././channels.mod/channels.c:759: warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././channels.mod/channels.c: In function `channels_close':
.././channels.mod/channels.c:819: warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././channels.mod/channels.c: In function `channels_start':
.././channels.mod/channels.c:963: warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
mv channels.o ../
gcc -pipe -shared -nostartfiles -o ../../../channels.so ../channels.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../channels.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/channels.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/console.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././console.mod/consol
e.c
mv console.o ../
gcc -pipe -shared -nostartfiles -o ../../../console.so ../console.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../console.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/console.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/ctcp.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././ctcp.mod/ctcp.c
mv ctcp.o ../
gcc -pipe -shared -nostartfiles -o ../../../ctcp.so ../ctcp.o
strip ../../../ctcp.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/ctcp.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/dns.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././dns.mod/dns.c
mv dns.o ../
gcc -pipe -shared -nostartfiles -o ../../../dns.so ../dns.o -lresolv
strip ../../../dns.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/dns.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/filesys.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././filesys.mod/filesy
s.c
mv filesys.o ../
gcc -pipe -shared -nostartfiles -o ../../../filesys.so ../filesys.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../filesys.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/filesys.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/irc.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././irc.mod/irc.c
.././irc.mod/irc.c: In function `irc_close':
.././irc.mod/irc.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././irc.mod/irc.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././irc.mod/irc.c: In function `irc_start':
.././irc.mod/irc.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././irc.mod/irc.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
mv irc.o ../
gcc -pipe -shared -nostartfiles -o ../../../irc.so ../irc.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../irc.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/irc.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/notes.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././notes.mod/notes.c
mv notes.o ../
gcc -pipe -shared -nostartfiles -o ../../../notes.so ../notes.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../notes.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/notes.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/seen.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././seen.mod/seen.c
mv seen.o ../
gcc -pipe -shared -nostartfiles -o ../../../seen.so ../seen.o
strip ../../../seen.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/seen.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/server.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././server.mod/server.
c
.././server.mod/server.c: In function `nick_change':
.././server.mod/server.c warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 2 of `Tcl_GetVar2' discards qualifiers from pointer target type
.././server.mod/server.c: In function `traced_serveraddress':
.././server.mod/server.c warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c: In function `traced_server':
.././server.mod/server.c warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c: In function `traced_botname':
.././server.mod/server.c warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c: In function `traced_nicklen':
.././server.mod/server.c warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 2 of `Tcl_TraceVar' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 2 of `Tcl_GetVar2' discards qualifiers from pointer target type
.././server.mod/server.c: In function `tcl_eggserver':
.././server.mod/server.c warning: passing arg 2 of `Tcl_SetVar2' discards qualifiers from pointer target type
.././server.mod/server.c warning: passing arg 2 of `Tcl_GetVar2' discards qualifiers from pointer target type
.././server.mod/server.c: In function `server_close':
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_UntraceVar' from incompatible pointer type
.././server.mod/server.c: In function `server_start':
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
.././server.mod/server.c warning: passing arg 4 of `Tcl_TraceVar' from incompatible pointer type
mv server.o ../
gcc -pipe -shared -nostartfiles -o ../../../server.so ../server.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../server.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/server.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/share.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././share.mod/share.c
mv share.o ../
gcc -pipe -shared -nostartfiles -o ../../../share.so ../share.o
strip ../../../share.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/share.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/transfer.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././transfer.mod/trans
fer.c
mv transfer.o ../
gcc -pipe -shared -nostartfiles -o ../../../transfer.so ../transfer.o -L/usr/local/lib -ltcl8.4 -lm -ldl -lnsl
strip ../../../transfer.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/transfer.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/uptime.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././uptime.mod/uptime.
c
mv uptime.o ../
gcc -pipe -shared -nostartfiles -o ../../../uptime.so ../uptime.o
strip ../../../uptime.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/uptime.mod'
make[2]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod/wire.mod'
gcc -pipe -fPIC -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././wire.mod/wire.c
mv wire.o ../
gcc -pipe -shared -nostartfiles -o ../../../wire.so ../wire.o
strip ../../../wire.so
make[2]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod/wire.mod'
All modules compiled.
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
modules made:
-rwxr-xr-x 1 admin admin 8780 Jun 21 21:16 assoc.so
-rwxr-xr-x 1 admin admin 14108 Jun 21 21:16 blowfish.so
-rwxr-xr-x 1 admin admin 111312 Jun 21 21:16 channels.so
-rwxr-xr-x 1 admin admin 9376 Jun 21 21:16 console.so
-rwxr-xr-x 1 admin admin 7708 Jun 21 21:16 ctcp.so
-rwxr-xr-x 1 admin admin 12560 Jun 21 21:16 dns.so
-rwxr-xr-x 1 admin admin 98952 Jun 21 21:17 filesys.so
-rwxr-xr-x 1 admin admin 135292 Jun 21 21:17 irc.so
-rwxr-xr-x 1 admin admin 28188 Jun 21 21:17 notes.so
-rwxr-xr-x 1 admin admin 13276 Jun 21 21:17 seen.so
-rwxr-xr-x 1 admin admin 60412 Jun 21 21:18 server.so
-rwxr-xr-x 1 admin admin 46128 Jun 21 21:18 share.so
-rwxr-xr-x 1 admin admin 36820 Jun 21 21:18 transfer.so
-rwxr-xr-x 1 admin admin 6416 Jun 21 21:18 uptime.so
-rwxr-xr-x 1 admin admin 13544 Jun 21 21:18 wire.so
Now run "make install" to install your bot.
admin@linicks:~/ircd/eggdrop1.6.15$ make install
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
Installing in directory: '/home/admin/eggdrop'.
Removing symlink to archival eggdrop binary.
Copying new 'eggdrop' executable and creating symlink.
Removing symlink to archival modules directory.
Copying new modules.
Copying help files.
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
Copying module help files.
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
Copying language files.
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
Copying module language files.
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/src/mod'
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/doc'
Copying docs.
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/doc'
make[1]: Entering directory `/home/admin/ircd/eggdrop1.6.15/scripts'
make[1]: Leaving directory `/home/admin/ircd/eggdrop1.6.15/scripts'
Installation completed.
You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.
Remember to change directory to /home/admin/eggdrop before you proceed.
admin@linicks:~/ircd/eggdrop1.6.15$ ./eggdrop
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[21:26] --- Loading eggdrop v1.6.15 (Sat Jun 21 2003)
[21:26] Can't load modules dns: /home/admin/ircd/eggdrop1.6.15/modules/dns.so: cannot open shared object file: No such file or direc
tory
[21:26] Can't load modules channels: /home/admin/ircd/eggdrop1.6.15/modules/channels.so: cannot open shared object file: No such fil
e or directory
[21:26] Can't load modules server: /home/admin/ircd/eggdrop1.6.15/modules/server.so: cannot open shared object file: No such file or
directory
[21:26] Can't load modules ctcp: /home/admin/ircd/eggdrop1.6.15/modules/ctcp.so: cannot open shared object file: No such file or dir
ectory
[21:26] Can't load modules irc: /home/admin/ircd/eggdrop1.6.15/modules/irc.so: cannot open shared object file: No such file or direc
tory
[21:26] Tcl error in file 'eggdrop.conf':
[21:26] bad type, should be one of: act, away, bcst, bot, chat, chjn, chof, chon, chpt, dcc, disc, evnt, filt, link, load, nkch, not
e, time, unld
while executing
"unbind msg - ident *msg:ident"
(file "eggdrop.conf" line 1005)
[21:26] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Code: Select all
admin@linicks:~/ircd/eggdrop1.6.15$ make install
Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
Installing in directory: '/home/admin/eggdrop'.
.....
Installation completed.
You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.
Remember to change directory to /home/admin/eggdrop before you proceed.