1

我正在尝试编译一个蛋滴。我通过编译并尝试“make”但得到 /usr/bin/ld: cannot find -ltcl8.5.so

- - - - - 是的!这是编译,现在是链接!----------

链接 Eggdrop(标准构建)。

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 -ltcl8.5.so -lm -ldl -lnsl  md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/usr/bin/ld: cannot find -ltcl8.5.so
collect2: error: ld returned 1 exit status
make[1]: *** [../eggdrop] Error 1
make[1]: Leaving directory `/home/fubar/eggdrop1.6.21/src'
make: *** [modegg] Error 2

任何想法我做错了什么?

4

0 回答 0