This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Error during install on "make" on Raspbian

General support and discussion of Eggdrop bots.
Post Reply
S
SansFromage
Voice
Posts: 1
Joined: Thu Jan 24, 2019 8:51 am

Error during install on "make" on Raspbian

Post by SansFromage »

Hi,

Sorry for my bad english :/

I want to install eggdrop but when i'm at the "make" step, i've this error :
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/usr/lib/arm-linux-gnueabihf -ltcl8.6 -lm -ldl -lnsl -lpthread md5/md5c.o compat/*.o `cat mod/mod.xlibs`
main.o : Dans la fonction « garbage_collect » :
/home/pi/Downloads/eggdrop1.6.21/src/./main.c:710 : référence indéfinie vers « garbage_collect_tclhash »
modules.o:(.data+0x1f8) : référence indéfinie vers « open_listen »
tcldcc.o : Dans la fonction « tcl_listen » :
/home/pi/Downloads/eggdrop1.6.21/src/tcldcc.c:942 : référence indéfinie vers « open_listen »
collect2: error: ld returned 1 exit status
Makefile:37 : la recette pour la cible « ../eggdrop » a échouée
make[1]: *** [../eggdrop] Erreur 1
make[1] : on quitte le répertoire « /home/pi/Downloads/eggdrop1.6.21/src »
Makefile:202 : la recette pour la cible « modegg » a échouée
make: *** [modegg] Erreur 2
Can you help me ?

thanks
C
Cadaver
Voice
Posts: 18
Joined: Tue Dec 04, 2018 12:26 pm
Location: México
Contact:

Re: Error during install on "make" on Raspbian

Post by Cadaver »

It's probably because you do not have tcl-dev installed, install it and try again.
-- [ Soluciones Hosting ] -- [ ElChatIRC ] --
Post Reply