Salut a tous,
en c'est fin de vacance, j'ai un problème, je voudrais compilé un eggdrop sur mon routeur mais il m'affiche se message lors du ./configure
Citation :
checking for Tcl library... found /usr/lib/libtcl8.3.so.1
checking for Tcl header... not found
checking whether the Tcl system has changed... yes
configure: error:
I can't find Tcl on this system.
Eggdrop requires Tcl to compile. If you already have Tcl installed
on this system, and I just wasn't looking in the right place for it,
set the environment variables TCLLIB and TCLINC so I will know where
to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h' (respectively). Then
run 'configure' again.
Read the README file if you don't know what Tcl is or how to get it
and install it.
|
Je suis donc aller voir le readme et j'ai sa :
Citation :
You can also try:
./configure --with-tcllib=<path-to-tcl-lib>
--with-tclinc=<path-to-tcl-inc>
This will tell configure where to look for the Tcl files.
Try looking for libtcl by:
ls /usr/lib/libtcl*
ls /usr/local/lib/libtcl*
Try looking for tcl.h by:
ls /usr/include/tcl.h
ls /usr/local/include/tcl.h
If everything else fails, try to install Tcl to your home dir
(Suggested by dw@Undernet, dw@lixom.nu)
|
Il faut que je fasse quoi :x Car je n'est pas de tcl.h dans /usr/include/ ou /usr/local/include/.