Salam, Bonsoir à tous

je travaille sous ubuntu 11.10,

J'ai installé robotpkg, genom, tclserv et j'ai besoin d'installer eltclsh pour manipuler les modules genom.

j'obtient l'erreur suivante:
configure: error: tk libraries seem not to be installed or cannot be linked.
j'ai installé tcl/tk 8.5 et j'ai modifié les variables PATH, LD_LIBRARY_PATH et PKG_CONFIG_PATH dans le fichier .bashrc pour contenir les chemins vers les librairies. je n'utilise aucun préfix au moment de l'installation.
j'obtient toujours ça:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
amina@amina-Samsung:~/CDTA/Install/robotpkg/shell/eltclsh$ sudo make update confirm
[sudo] password for amina: 
===> Resuming update for eltclsh-1.12r1
===> Configuring for eltclsh-1.12r1
=> Modifying GNU configure scripts to avoid --recheck
An unexpected error occured. The last 10 lines are shown below.
For a complete log file, see:
/home/amina/CDTA/Install/robotpkg/shell/eltclsh/work.amina-Samsung/configure.log
: checking for remove... yes
: checking for shmat... yes
: checking for IceConnectionNumber in -lICE... yes
: checking for tclConfig.sh... /usr/local/lib//tclConfig.sh
: checking for tcl headers... -I/usr/local/include
: checking for tcl library... -L/usr/local/lib -ltcl8.5
: checking for a sed that does not truncate output... (cached) /bin/sed
: checking for tk headers... -I/usr/local/include
: checking for tk library... Not found (fatal)
: configure: error: tk libraries seem not to be installed or cannot be linked.
make[1]: *** [do-configure-script] Error 1
ERROR: ======================================================================
ERROR: 'make install' failed in shell/eltclsh
ERROR: 
ERROR: Fix the problem, then re-run 'make update confirm' in shell/eltclsh
ERROR: ======================================================================
make: *** [do-update] Error 2