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.

Problems making 1.6.10

Old posts that have not been replied to for several years.
Locked
j
jedis

Post by jedis »

Code: Select all

(jedis@shell3)[~/eggdrop1.6.10]> make
(This may take a while.  Go get some runts.)
---------- 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 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/home/jedis/tcl8.3.4/unix -ltcl83 -lm md5/md5c.o compat/*.o `cat mod/mod.xlibs`
/home/jedis/tcl8.3.4/unix/libtcl83.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
strip ../eggdrop
Successful compile: eggdrop


/usr/libexec/ld-elf.so.1: Shared object "libtcl83.so" not found
*** Error code 1

Stop in /home/jedis/eggdrop1.6.10.
How do I fix this? The shell has tcl 8.0.5, so I must use my own version of tcl I have configured (8.3.4).
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

To use that one, do ./configure --help and use the --with-* parameteres.


MaSsKilla

#eggdrop
Undernet
j
jedis

Post by jedis »

I am aware of that.

The problem isn't tcl, it's that library. My configure line is as follows:

./configure --with-tcllib=$HOME/tcl8.3.4/unix/libtcl83.so --with-tclinc=$HOME/tcl8.3.4/generic/tcl.h

That error is with this configure line.
j
jedis

Post by jedis »

Still needing help with this.

Anyone?
Locked