Précédent   Forum des professionnels en informatique > Systèmes > Autres systèmes > Unix > AIX
AIX Forum d'entraide sur le système AIX. Avant de poster -> FAQ AIX et cours AIX
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
Vieux 31/12/2009, 17h12   #1
Invité régulier
 
Inscription : avril 2005
Messages : 36
Détails du profil
Informations forums :
Inscription : avril 2005
Messages : 36
Points : 9
Points : 9
Envoyer un message via MSN à s_cherbani Envoyer un message via Yahoo à s_cherbani
Par défaut probleme compilation (make)

salut tout le monde

je suis sur un systeme unix j'essaye de compiler des fichier .c avec la commande make (j'ai un fichier makefile)

mais elle m'affiche l'erreur suivante

make: 1254-004 The error code from the last command is 1.

si quelqu'un a une idée ca sera le bienvenu

crdt.
s_cherbani est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 03/01/2010, 02h26   #2
Expert Confirmé Sénior
 
Homme Laurent Willems
Expert Stop/Start
Inscription : septembre 2002
Messages : 2 472
Détails du profil
Informations personnelles :
Nom : Homme Laurent Willems
Âge : 33
Localisation : Belgique

Informations professionnelles :
Activité : Expert Stop/Start

Informations forums :
Inscription : septembre 2002
Messages : 2 472
Points : 4 097
Points : 4 097
Salut,

avec ce genre de message on ne va pas pouvoir t'être d'une grande aide.
__________________
Alea Jacta Test!

Dernière modification par Mygale1978 ; 04/01/2010 à 18h16.
Mygale1978 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 04/01/2010, 18h04   #3
Invité régulier
 
Inscription : avril 2005
Messages : 36
Détails du profil
Informations forums :
Inscription : avril 2005
Messages : 36
Points : 9
Points : 9
Envoyer un message via MSN à s_cherbani Envoyer un message via Yahoo à s_cherbani
Par défaut PROBLEME MAKE

voila tout le message que je reçois

srv13:/pcardd16/bcpdev/src/daemons/daemon_cutoff>make
cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_adm.c
cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_trait_adm.c
cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_sig.c
"dcutoff_sig.c", line 38.35: 1506-280 (W) Function argument assignment between types "struct sigset_t*" and "char*" is not allowed.
cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_ini.c
cc -D_THREAD_SAFE -c -g -I/pcardd16/bcpdev/src/inc dcutoff_cutoff.c
proc THREADS=YES sqlcheck=full userid=bcp_dev/pcard001 iname=dcutoff_params ireclen=132

Pro*C/C++: Release 10.2.0.4.0 - Production on Mon Jan 4 17:00:49 2010

Copyright (c) 1982, 2007, Oracle. All rights reserved.

System default option values taken from: /oracle/product/db10g/precomp/admin/pcscfg.cfg

Error at line 3, column 10 in file dcutoff_params.pc
#include <define.h>
.........1
PCC-S-02015, unable to open include file
Error at line 4, column 10 in file dcutoff_params.pc
#include <dcutoff_param.h>
.........1
PCC-S-02015, unable to open include file
Error at line 5, column 10 in file dcutoff_params.pc
#include <param_ctx.h>
.........1
PCC-S-02015, unable to open include file
cc -I/pcardd16/bcpdev/src/inc -c dcutoff_params.c -I/oracle/product/db10g/precomp/public
proc THREADS=YES sqlcheck=full userid=bcp_dev/pcard001 iname=update_cutoff_date ireclen=132

Pro*C/C++: Release 10.2.0.4.0 - Production on Mon Jan 4 17:00:49 2010

Copyright (c) 1982, 2007, Oracle. All rights reserved.

System default option values taken from: /oracle/product/db10g/precomp/admin/pcscfg.cfg

Error at line 3, column 10 in file update_cutoff_date.pc
#include <define.h>
.........1
PCC-S-02015, unable to open include file
Error at line 4, column 10 in file update_cutoff_date.pc
#include <dcutoff_param.h>
.........1
PCC-S-02015, unable to open include file
Error at line 5, column 10 in file update_cutoff_date.pc
#include <param_ctx.h>
.........1
PCC-S-02015, unable to open include file
cc -I/pcardd16/bcpdev/src/inc -c update_cutoff_date.c -I/oracle/product/db10g/precomp/public
cc -D_THREAD_SAFE -c -g -I//src/inc dcutoff_main.c
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.
/src/daemons/daemon_cutoff>
s_cherbani est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 18/03/2010, 12h20   #4
Invité de passage
 
Inscription : mars 2010
Messages : 4
Détails du profil
Informations forums :
Inscription : mars 2010
Messages : 4
Points : 4
Points : 4
ajoute -I$(INC) a la commande cc
scrooge est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +1. Il est actuellement 15h03.


 
 
 
 
Partenaires

Hébergement Web