I didLinking 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 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 -ltcl8.3 -lm -ldl -lnsl md5/md5c.o compat/*.o `cat mod/mod.xlibs` -lssl -lcrypto -L/usr/lib -L/usr/lib
touch ../eggdrop
Successful compile: eggdrop
make[1]: Leaving directory `/home/mee/eggdrop1.6.17/src'
make[1]: Entering directory `/home/mee/eggdrop1.6.17/src/mod'
make[2]: Entering directory `/home/mee/eggdrop1.6.17/src/mod/assoc.mod'
gcc -pipe -I/usr/kerberos/include/ -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././assoc.mod/assoc.c
mv assoc.o ../
gcc -pipe -o ../../../assoc.so ../assoc.o -L/usr/local/lib -ltcl8.3 -lm -ldl -lnsl
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In function `_start':
../sysdeps/i386/elf/start.S:77: undefined reference to `main'
collect2: ld returned 1 exit status
make[2]: *** [../../../assoc.so] Error 1
make[2]: Leaving directory `/home/mee/eggdrop1.6.17/src/mod/assoc.mod'
make[1]: *** [assoc.mod_so] Error 2
make[1]: Leaving directory `/home/mee/eggdrop1.6.17/src/mod'
make: *** [modules] Error 2
CFLAGS="-I/usr/kerberos/include/" ./configure --with-ssl=/usr
then I edited the Makefile and removed the line in XSSL include something that has been mentioned here before. I thought that would fix the previous compiling error I got but then this came up instead.
any ideas?
TIA