Compilation un fichier.c
Résolu/Fermé
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
-
6 avril 2008 à 00:30
khlif1986 Messages postés 58 Date d'inscription vendredi 21 septembre 2007 Statut Membre Dernière intervention 3 mars 2009 - 6 avril 2008 à 14:00
khlif1986 Messages postés 58 Date d'inscription vendredi 21 septembre 2007 Statut Membre Dernière intervention 3 mars 2009 - 6 avril 2008 à 14:00
A voir également:
- Compilation un fichier.c
- Breach compilation - Guide
- Compiler plusieurs pdf en un seul - Guide
- Compilation error: expected unqualified-id before '{' token ✓ - Forum C++
- Erreur de compilation dans le module caché ✓ - Forum Excel
- Compilation error: expected ')' before ';' token ✓ - Forum C
9 réponses
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
6 avril 2008 à 00:37
6 avril 2008 à 00:37
Salut,
il faut installer libc6-dev
tu as quelle distribution?
il faut installer libc6-dev
tu as quelle distribution?
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 00:44
6 avril 2008 à 00:44
je travaille sur ubunto
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
6 avril 2008 à 00:47
6 avril 2008 à 00:47
Alors tape
sudo aptitude install libc6-dev
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 01:08
6 avril 2008 à 01:08
Il me demade de faire entrer le cd-rom ubuntu 7.04 dans le lecteur mais j'ai pas de cd est ce qu'ilya un site pour télécharger le paquet
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
6 avril 2008 à 01:12
6 avril 2008 à 01:12
Affiche le résultat de
cat /etc/apt/sources.list
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 01:22
6 avril 2008 à 01:22
#
# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted
deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted
# See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://security.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://security.ubuntu.com/ubuntu/ feisty-security universe
deb http://security.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu/ feisty-security multiverse
Et après
# deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted
deb cdrom:[Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415)]/ feisty main restricted
# See https://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://security.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://security.ubuntu.com/ubuntu/ feisty-security universe
deb http://security.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu/ feisty-security multiverse
Et après
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
6 avril 2008 à 01:43
6 avril 2008 à 01:43
Re,
tape
tape
sudo sed -i.orig 's/^deb cdrom/#deb cdrom/' /etc/apt/sources.listet ensuite
sudo aptitude install libc6-dev
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 02:05
6 avril 2008 à 02:05
Merci, ça marche mais le problème c'est qu'il reste encore quelques erreurs:
synflooding.c: In function ‘main’:
synflooding.c:161: attention : incompatible implicit declaration of built-in function ‘exit’
synflooding.c:191: attention : incompatible implicit declaration of built-in function ‘memset’
synflooding.c:257: attention : grand entier implicitement tronqué pour un type non signé
synflooding.c:297: attention : incompatible implicit declaration of built-in function ‘exit’
synflooding.c: In function ‘main’:
synflooding.c:161: attention : incompatible implicit declaration of built-in function ‘exit’
synflooding.c:191: attention : incompatible implicit declaration of built-in function ‘memset’
synflooding.c:257: attention : grand entier implicitement tronqué pour un type non signé
synflooding.c:297: attention : incompatible implicit declaration of built-in function ‘exit’
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
6 avril 2008 à 02:15
6 avril 2008 à 02:15
pour exit
#include<stdlib.h>pour memset
#include<string.h>
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 02:20
6 avril 2008 à 02:20
Merci pour les deux erreurs
ça reste une
synflooding.c: In function ‘main’:
synflooding.c:255: attention : grand entier implicitement tronqué pour un type non signé
ça reste une
synflooding.c: In function ‘main’:
synflooding.c:255: attention : grand entier implicitement tronqué pour un type non signé
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
>
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 02:34
6 avril 2008 à 02:34
il s'agit de cette ligne
le champ tcph_sign est déclaré en unsigned int ici
tcph->tcph_syn = 0x02;
le champ tcph_sign est déclaré en unsigned int ici
/* Structure of a TCP header */ struct tcpheader { unsigned short int tcph_srcport; unsigned short int tcph_destport; unsigned int tcph_seqnum; unsigned int tcph_acknum; unsigned char tcph_reserved:4, tcph_offset:4; unsigned int tcp_res1:4, /*little-endian*/ tcph_hlen:4, /*length of tcp header in 32-bit words*/ tcph_fin:1, /*Finish flag "fin"*/ tcph_syn:1, /*Synchronize sequence numbers to start a connection*/ tcph_rst:1, /*Reset flag */ tcph_psh:1, /*Push, sends data to the application*/ tcph_ack:1, /*acknowledge*/ tcph_urg:1, /*urgent pointer*/ tcph_res2:2; unsigned short int tcph_win; unsigned short int tcph_chksum; unsigned short int tcph_urgptr; };
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
>
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
6 avril 2008 à 02:36
6 avril 2008 à 02:36
ce n'est pas une erreur, c'est juste un warning
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
>
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
6 avril 2008 à 02:38
6 avril 2008 à 02:38
Qu'est ce que vous suggérer pour pallier à ce problème
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
>
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
6 avril 2008 à 02:39
6 avril 2008 à 02:39
Je vous remercie pour votre aide
@ +
@ +
mype
Messages postés
2435
Date d'inscription
jeudi 1 novembre 2007
Statut
Membre
Dernière intervention
16 août 2010
436
6 avril 2008 à 02:15
6 avril 2008 à 02:15
exit() je crois qu'il est dans stdlib.h essayes de l'inclure
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
6 avril 2008 à 02:16
6 avril 2008 à 02:16
;-)
khlif1986
Messages postés
58
Date d'inscription
vendredi 21 septembre 2007
Statut
Membre
Dernière intervention
3 mars 2009
6 avril 2008 à 02:22
6 avril 2008 à 02:22
merci pour votre aide