Probleme compilation (make)
cherbani
-
cherbani -
cherbani -
Bonjour,
bonjour
je compile un répertoire (qui contient un makefile) sous AIX avec la commande make
et j'ai l'erreur suivante
cc -D_THREAD_SAFE -g -lpthread -L/pcardd16/bcpdev/usr/lib -lutils -lpthread -lpthr -lqueue -ltools -lcomora -lpsms -lpiso -lprivtlv -lauthotlv -lprocessing -lhsm -lget -lsaf -lclntsh -ldl dcutoff_adm.o dcutoff_trait_adm.o dcutoff_sig.o dcutoff_ini.o dcutoff_cutoff.o dcutoff_params.o update_cutoff_date.o dcutoff_main.o -o DAEMON_CUTOFF
ld: 0706-006 Cannot find or open library file: -l clntsh
ld:open(): A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 255.
Stop.
merci de m'aider c urgent
bonjour
je compile un répertoire (qui contient un makefile) sous AIX avec la commande make
et j'ai l'erreur suivante
cc -D_THREAD_SAFE -g -lpthread -L/pcardd16/bcpdev/usr/lib -lutils -lpthread -lpthr -lqueue -ltools -lcomora -lpsms -lpiso -lprivtlv -lauthotlv -lprocessing -lhsm -lget -lsaf -lclntsh -ldl dcutoff_adm.o dcutoff_trait_adm.o dcutoff_sig.o dcutoff_ini.o dcutoff_cutoff.o dcutoff_params.o update_cutoff_date.o dcutoff_main.o -o DAEMON_CUTOFF
ld: 0706-006 Cannot find or open library file: -l clntsh
ld:open(): A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 255.
Stop.
merci de m'aider c urgent
A voir également:
- Probleme compilation (make)
- Make human - Télécharger - 3D
- Breach compilation c'est quoi - Guide
- Windows movie make - Télécharger - Montage & Édition
- Free make - Télécharger - Conversion & Codecs
- Free make mp3 - Télécharger - Conversion & Extraction
1 réponse
Bonjour,
Cannot find or open library file: -l clntsh
Le fichier qui vous manque doit s'appeler libclntsh.* (suffixe .a ou .so ou .?). Selon la commande, il pourrait être attendu dans le répertoire /pcardd16/bcpdev/usr/lib
merci de m'aider c urgent
Désolé, je ne peux pas trouver ce fichier à votre place.
Manu
Cannot find or open library file: -l clntsh
Le fichier qui vous manque doit s'appeler libclntsh.* (suffixe .a ou .so ou .?). Selon la commande, il pourrait être attendu dans le répertoire /pcardd16/bcpdev/usr/lib
merci de m'aider c urgent
Désolé, je ne peux pas trouver ce fichier à votre place.
Manu
ca je peut le faire :) merci pour l'information je vais placé le fichier ds le chemain que tu m'as indiqué