IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Sécurité Discussion :

Problème avec prelude-ids


Sujet :

Sécurité

  1. #1
    Membre à l'essai
    Femme Profil pro
    ETUDIANTE
    Inscrit en
    Mars 2014
    Messages
    23
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : Tunisie

    Informations professionnelles :
    Activité : ETUDIANTE
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mars 2014
    Messages : 23
    Points : 14
    Points
    14
    Par défaut Problème avec prelude-ids
    salut,

    s'il vous plait m'aider c'est quoi l'erreur ici ????

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    make[4]: *** [prelude-plugin.lo] Error 1
    make[4]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0'
    make: *** [all] Error 2

  2. #2
    Rédacteur

    Avatar de ok.Idriss
    Homme Profil pro
    IS Consultant
    Inscrit en
    Février 2009
    Messages
    5 220
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 33
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : IS Consultant
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Février 2009
    Messages : 5 220
    Points : 19 452
    Points
    19 452
    Par défaut
    Bonjour.

    Le message d'erreur semble incomplet.

    Merci de fournir plus de détails :
    - l'archive téléchargée
    - les commandes exactes que vous avez lancés (make, ./configure, etc)
    - la trace complète des erreurs de compilation
    - le readme s'il y en a un (d'ailleurs l'avez-vous lu) ?

    Nous pourrons difficilement vous aider davantage sinon.

    Cordialement,
    Idriss

  3. #3
    Membre à l'essai
    Femme Profil pro
    ETUDIANTE
    Inscrit en
    Mars 2014
    Messages
    23
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : Tunisie

    Informations professionnelles :
    Activité : ETUDIANTE
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mars 2014
    Messages : 23
    Points : 14
    Points
    14
    Par défaut
    Merci

    voila le code:
    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
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
     
    root@ubuntu:/home/hayet/Desktop/libprelude-1.0.0# ./configure
     
     
    c
    checking whether printf supports size specifiers as in C99... yes
    checking whether printf supports 'long double' arguments... yes
    checking whether printf supports infinite 'double' arguments... yes
    checking whether printf supports infinite 'long double' arguments... no
    checking whether printf supports the 'a' and 'A' directives... yes
    checking whether printf supports the 'F' directive... yes
    checking whether printf supports the 'n' directive... *** %n in writable segment detected ***
    no
    checking whether printf supports the 'ls' directive... yes
    checking whether printf supports POSIX/XSI format strings with positions... yes
    checking whether printf supports the grouping flag... yes
    checking whether printf supports the left-adjust flag correctly... yes
    checking whether printf supports the zero flag correctly... yes
    checking whether printf supports large precisions... yes
    checking whether printf survives out-of-memory conditions... yes
    checking for wchar_t... yes
    checking for wint_t... yes
    checking for intmax_t... yes
    checking for snprintf... yes
    checking for strnlen... yes
    checking for wcslen... yes
    checking for wcsnlen... yes
    checking for mbrtowc... (cached) yes
    checking for wcrtomb... (cached) yes
    checking whether _snprintf is declared... no
    checking whether system is Windows or MSDOS... no
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    checking for unsigned long long int... yes
    checking for strcasestr... yes
    checking whether strdup is declared... yes
    checking for working strerror function... yes
    checking whether memmem is declared without a macro... yes
    checking whether mempcpy is declared without a macro... yes
    checking whether memrchr is declared without a macro... yes
    checking whether rawmemchr is declared without a macro... yes
    checking whether stpcpy is declared without a macro... yes
    checking whether stpncpy is declared without a macro... yes
    checking whether strchrnul is declared without a macro... yes
    checking whether strdup is declared without a macro... yes
    checking whether strndup is declared without a macro... yes
    checking whether strnlen is declared without a macro... yes
    checking whether strpbrk is declared without a macro... yes
    checking whether strsep is declared without a macro... yes
    checking whether strcasestr is declared without a macro... yes
    checking whether strtok_r is declared without a macro... yes
    checking whether strsignal is declared without a macro... yes
    checking whether strverscmp is declared without a macro... yes
    checking whether strcasecmp is declared without a macro... yes
    checking whether strncasecmp is declared without a macro... yes
    checking whether strndup is declared... (cached) yes
    checking whether strnlen is declared... (cached) yes
    checking for struct tm.tm_gmtoff... yes
    checking whether stat file-mode macros are broken... no
    checking for struct timespec in <time.h>... yes
    checking whether vsnprintf is declared... yes
    checking whether ungetc works on arbitrary bytes... yes
    checking whether lstat dereferences a symlink specified with a trailing slash... yes
    checking whether alarm is declared... yes
    checking for mode_t... yes
    checking for promoted mode_t type... mode_t
    checking for alloca as a compiler built-in... yes
    checking whether inet_ntop is declared without a macro... yes
    checking whether inet_pton is declared without a macro... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking whether btowc(EOF) is correct... guessing yes
    checking whether dup2 works... yes
    checking whether fopen recognizes a trailing slash... yes
    checking whether frexp() can be used without linking with libm... yes
    checking whether frexp works... yes
    checking whether frexpl() can be used without linking with libm... yes
    checking whether frexpl works... yes
    checking whether frexpl is declared... yes
    checking for fseeko... yes
    checking for ftw... yes
    configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
    checking for library containing getaddrinfo... none required
    checking for getaddrinfo... yes
    checking for gai_strerror (possibly via ws2tcpip.h)... yes
    checking for struct sockaddr.sa_len... no
    checking whether getaddrinfo is declared... yes
    checking whether freeaddrinfo is declared... yes
    checking whether gai_strerror is declared... yes
    checking whether getnameinfo is declared... yes
    checking for struct addrinfo... yes
    checking for working getdelim function... yes
    checking for gethostname... yes
    checking for HOST_NAME_MAX... yes
    checking for getline... yes
    checking for working getline function... yes
    checking for getpass... yes
    checking whether gettimeofday clobbers localtime buffer... no
    checking for gettimeofday with POSIX signature... almost
    checking for library containing gethostbyname... (cached) none required
    checking for gethostbyname... (cached) yes
    checking for library containing inet_ntop... (cached) none required
    checking whether inet_ntop is declared... (cached) yes
    checking for library containing inet_pton... none required
    checking whether inet_pton is declared... (cached) yes
    checking whether isnan(double) can be used without linking with libm... yes
    checking whether isnan(float) can be used without linking with libm... yes
    checking whether isnan(float) works... yes
    checking whether isnan(long double) can be used without linking with libm... yes
    checking whether isnanl works... no
    checking where to find the exponent in a 'long double'... word 2 bit 0
    checking whether langinfo.h defines CODESET... yes
    checking whether langinfo.h defines ERA... yes
    checking whether nl_langinfo is declared without a macro... yes
    checking for pthread_rwlock_t... yes
    checking whether lseek detects pipes... yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... yes
    checking whether NAN macro works... yes
    checking whether HUGE_VAL works... yes
    checking whether acosl is declared without a macro... yes
    checking whether asinl is declared without a macro... yes
    checking whether atanl is declared without a macro... yes
    checking whether ceilf is declared without a macro... yes
    checking whether ceill is declared without a macro... yes
    checking whether cosl is declared without a macro... yes
    checking whether expl is declared without a macro... yes
    checking whether floorf is declared without a macro... yes
    checking whether floorl is declared without a macro... yes
    checking whether frexpl is declared without a macro... yes
    checking whether ldexpl is declared without a macro... yes
    checking whether logl is declared without a macro... yes
    checking whether round is declared without a macro... yes
    checking whether roundf is declared without a macro... yes
    checking whether roundl is declared without a macro... yes
    checking whether sinl is declared without a macro... yes
    checking whether sqrtl is declared without a macro... yes
    checking whether tanl is declared without a macro... yes
    checking whether trunc is declared without a macro... yes
    checking whether truncf is declared without a macro... yes
    checking whether truncl is declared without a macro... yes
    checking whether mbrtowc handles incomplete characters... guessing yes
    checking whether mbrtowc works as well as mbtowc... guessing yes
    checking whether mbrtowc handles a NULL string argument... guessing yes
    checking whether mbrtowc has a correct return value... guessing yes
    checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
    checking whether mbrtowc handles incomplete characters... (cached) guessing yes
    checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
    checking whether memmem works in linear time... yes
    checking for memmem... (cached) yes
    checking for working mktime... yes
    checking whether <netinet/in.h> is self-contained... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking poll.h usability... yes
    checking poll.h presence... yes
    checking for poll.h... yes
    checking for poll... yes
    checking whether frexp can be used without linking with libm... (cached) yes
    checking whether frexp works... (cached) yes
    checking whether ldexp can be used without linking with libm... yes
    checking whether frexpl can be used without linking with libm... (cached) yes
    checking whether frexpl works... (cached) yes
    checking whether frexpl is declared... (cached) yes
    checking whether ldexpl can be used without linking with libm... yes
    checking whether ldexpl works... yes
    checking whether ldexpl is declared... (cached) yes
    checking for working re_compile_pattern... no
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking whether isblank is declared... yes
    checking whether select supports a 0 argument... yes
    checking for library containing getservbyname... (cached) none required
    checking for getservbyname... (cached) yes
    checking for volatile sig_atomic_t... yes
    checking whether sigaction is declared without a macro... yes
    checking whether sigaddset is declared without a macro... yes
    checking whether sigdelset is declared without a macro... yes
    checking whether sigemptyset is declared without a macro... yes
    checking whether sigfillset is declared without a macro... yes
    checking whether sigismember is declared without a macro... yes
    checking whether sigpending is declared without a macro... yes
    checking whether sigprocmask is declared without a macro... yes
    checking for signbit macro... yes
    checking for signbit compiler built-ins... yes
    checking for sigprocmask... yes
    checking for stdint.h... (cached) yes
    checking for SIZE_MAX... yes
    checking whether sleep is declared... yes
    checking for working sleep... yes
    checking for snprintf... (cached) yes
    checking whether snprintf respects a size of 1... yes
    checking for snprintf... (cached) yes
    checking whether snprintf truncates the result as in C99... yes
    checking whether snprintf returns a byte count as in C99... yes
    checking whether snprintf fully supports the 'n' directive... *** %n in writable segment detected ***
    no
    checking whether snprintf respects a size of 1... (cached) yes
    checking whether vsnprintf respects a zero size as in C99... yes
    checking for ptrdiff_t... yes
    checking for library containing setsockopt... (cached) none needed
    checking for socklen_t... yes
    checking for ssize_t... yes
    checking whether stat handles trailing slashes on directories... yes
    checking whether stat handles trailing slashes on files... yes
    checking whether NULL can be used in arbitrary expressions... yes
    checking whether stdint.h conforms to C99... yes
    checking whether dprintf is declared without a macro... yes
    checking whether fpurge is declared without a macro... no
    checking whether fseeko is declared without a macro... yes
    checking whether ftello is declared without a macro... yes
    checking whether getdelim is declared without a macro... yes
    checking whether getline is declared without a macro... yes
    checking whether popen is declared without a macro... yes
    checking whether renameat is declared without a macro... yes
    checking whether snprintf is declared without a macro... yes
    checking whether vdprintf is declared without a macro... yes
    checking whether vsnprintf is declared without a macro... yes
    checking for random.h... no
    checking for struct random_data... yes
    checking whether atoll is declared without a macro... yes
    checking whether canonicalize_file_name is declared without a macro... yes
    checking whether getloadavg is declared without a macro... yes
    checking whether getsubopt is declared without a macro... yes
    checking whether mkdtemp is declared without a macro... yes
    checking whether mkostemp is declared without a macro... yes
    checking whether mkostemps is declared without a macro... yes
    checking whether mkstemp is declared without a macro... yes
    checking whether mkstemps is declared without a macro... yes
    checking whether random_r is declared without a macro... yes
    checking whether initstat_r is declared without a macro... no
    checking whether srandom_r is declared without a macro... yes
    checking whether setstate_r is declared without a macro... yes
    checking whether realpath is declared without a macro... yes
    checking whether rpmatch is declared without a macro... yes
    checking whether setenv is declared without a macro... yes
    checking whether strtod is declared without a macro... yes
    checking whether strtoll is declared without a macro... yes
    checking whether strtoull is declared without a macro... yes
    checking whether unsetenv is declared without a macro... yes
    checking for strcasecmp... yes
    checking for strncasecmp... yes
    checking whether strncasecmp is declared... (cached) yes
    checking whether strcasestr works in linear time... no
    checking for strcasestr... (cached) yes
    checking for strdup... yes
    checking for strdup... (cached) yes
    checking for working strndup... yes
    checking for working strnlen... yes
    checking for strptime... yes
    checking for strsep... yes
    checking whether <sys/ioctl.h> declares ioctl... yes
    checking whether ioctl is declared without a macro... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking whether <sys/select.h> is self-contained... (cached) yes
    checking whether select is declared without a macro... (cached) yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking whether <sys/socket.h> is self-contained... (cached) yes
    checking for shutdown... (cached) yes
    checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
    checking for struct sockaddr_storage... (cached) yes
    checking for sa_family_t... (cached) yes
    checking whether socket is declared without a macro... (cached) no
    checking whether connect is declared without a macro... (cached) no
    checking whether accept is declared without a macro... (cached) no
    checking whether bind is declared without a macro... (cached) no
    checking whether getpeername is declared without a macro... (cached) no
    checking whether getsockname is declared without a macro... (cached) no
    checking whether getsockopt is declared without a macro... (cached) no
    checking whether listen is declared without a macro... (cached) no
    checking whether recv is declared without a macro... (cached) no
    checking whether send is declared without a macro... (cached) no
    checking whether recvfrom is declared without a macro... (cached) no
    checking whether sendto is declared without a macro... (cached) no
    checking whether setsockopt is declared without a macro... (cached) no
    checking whether shutdown is declared without a macro... (cached) no
    checking whether accept4 is declared without a macro... (cached) no
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for nlink_t... yes
    checking whether fchmodat is declared without a macro... yes
    checking whether fstatat is declared without a macro... yes
    checking whether futimens is declared without a macro... yes
    checking whether lchmod is declared without a macro... yes
    checking whether lstat is declared without a macro... yes
    checking whether mkdirat is declared without a macro... yes
    checking whether mkfifo is declared without a macro... yes
    checking whether mkfifoat is declared without a macro... yes
    checking whether mknod is declared without a macro... yes
    checking whether mknodat is declared without a macro... yes
    checking whether stat is declared without a macro... yes
    checking whether utimensat is declared without a macro... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for struct utsname... yes
    checking whether uname is declared without a macro... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for pthread_atfork... yes
    checking whether localtime_r is compatible with its POSIX signature... yes
    checking for timegm... yes
    checking whether timegm is declared... yes
    checking for uname... yes
    checking whether chown is declared without a macro... yes
    checking whether dup2 is declared without a macro... yes
    checking whether dup3 is declared without a macro... yes
    checking whether environ is declared without a macro... yes
    checking whether euidaccess is declared without a macro... yes
    checking whether faccessat is declared without a macro... yes
    checking whether fchdir is declared without a macro... yes
    checking whether fchownat is declared without a macro... yes
    checking whether fsync is declared without a macro... yes
    checking whether ftruncate is declared without a macro... yes
    checking whether getcwd is declared without a macro... yes
    checking whether getdomainname is declared without a macro... yes
    checking whether getdtablesize is declared without a macro... yes
    checking whether getgroups is declared without a macro... yes
    checking whether gethostname is declared without a macro... yes
    checking whether getlogin is declared without a macro... yes
    checking whether getlogin_r is declared without a macro... yes
    checking whether getpagesize is declared without a macro... yes
    checking whether getusershell is declared without a macro... yes
    checking whether setusershell is declared without a macro... yes
    checking whether endusershell is declared without a macro... yes
    checking whether lchown is declared without a macro... yes
    checking whether link is declared without a macro... yes
    checking whether linkat is declared without a macro... yes
    checking whether lseek is declared without a macro... yes
    checking whether pipe2 is declared without a macro... yes
    checking whether pread is declared without a macro... yes
    checking whether readlink is declared without a macro... yes
    checking whether readlinkat is declared without a macro... yes
    checking whether rmdir is declared without a macro... yes
    checking whether sleep is declared without a macro... yes
    checking whether symlink is declared without a macro... yes
    checking whether symlinkat is declared without a macro... yes
    checking whether unlink is declared without a macro... yes
    checking whether unlinkat is declared without a macro... yes
    checking whether usleep is declared without a macro... yes
    checking for ptrdiff_t... (cached) yes
    checking for vsnprintf... yes
    checking whether snprintf respects a size of 1... (cached) yes
    checking for vsnprintf... (cached) yes
    checking whether snprintf truncates the result as in C99... (cached) yes
    checking whether snprintf returns a byte count as in C99... (cached) yes
    checking whether snprintf fully supports the 'n' directive... (cached) no
    checking whether snprintf respects a size of 1... (cached) yes
    checking whether vsnprintf respects a zero size as in C99... (cached) yes
    checking for ptrdiff_t... (cached) yes
    checking whether btowc is declared without a macro... yes
    checking whether wctob is declared without a macro... yes
    checking whether mbsinit is declared without a macro... yes
    checking whether mbrtowc is declared without a macro... yes
    checking whether mbrlen is declared without a macro... yes
    checking whether mbsrtowcs is declared without a macro... yes
    checking whether mbsnrtowcs is declared without a macro... yes
    checking whether wcrtomb is declared without a macro... yes
    checking whether wcsrtombs is declared without a macro... yes
    checking whether wcsnrtombs is declared without a macro... yes
    checking whether wcwidth is declared without a macro... yes
    checking whether mbrtowc handles incomplete characters... (cached) guessing yes
    checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
    checking whether wcrtomb return value is correct... guessing yes
    checking whether iswcntrl works... yes
    checking for stdint.h... (cached) yes
    checking for a traditional french locale... (cached) none
    checking for a french Unicode locale... (cached) none
    checking for a traditional french locale... (cached) none
    checking for a turkish Unicode locale... none
    checking whether fcntl is declared without a macro... yes
    checking whether openat is declared without a macro... yes
    checking for getpagesize... yes
    checking whether byte ordering is bigendian... (cached) no
    checking whether byte ordering is bigendian... (cached) no
    checking where to find the exponent in a 'double'... word 1 bit 20
    checking where to find the exponent in a 'float'... (cached) word 0 bit 23
    checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
    checking for a traditional french locale... (cached) none
    checking for a french Unicode locale... (cached) none
    checking for a traditional japanese locale... (cached) none
    checking for a transitional chinese locale... (cached) none
    checking for a french Unicode locale... (cached) none
    checking for mmap... (cached) yes
    checking for MAP_ANONYMOUS... yes
    checking for a traditional french locale... (cached) none
    checking for a french Unicode locale... (cached) none
    checking whether open recognizes a trailing slash... yes
    checking for wchar_t... (cached) yes
    checking for wint_t... (cached) yes
    checking whether symlink handles trailing slash correctly... yes
    checking for a traditional french locale... (cached) none
    checking for a french Unicode locale... (cached) none
    checking for a traditional japanese locale... (cached) none
    checking for a transitional chinese locale... (cached) none
    checking whether wctob works... guessing yes
    checking whether wctob is declared... (cached) yes
    checking for sched_yield in -lrt... yes
    checking whether to build gtk-doc documentation... no
    checking for gtkdoc-check... /usr/bin/gtkdoc-check
    checking for ftruncate... yes
    checking for chsize... no
    checking for stdint.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking size of long... 4
    checking for uint8_t... yes
    checking for uint16_t... yes
    checking for uint32_t... yes
    checking for uint64_t... yes
    checking for cpu-specific compiler flags... none needed
    checking for platform-specific compiler flags... none needed
    checking whether the linker accepts the -z relro flag... yes
    checking whether the linker accepts the -z now flag... yes
    checking whether the C compiler accepts the -Wall flag... yes
    checking whether the C compiler accepts the -Wstrict-prototypes flag... yes
    checking whether the C compiler accepts the -Wmissing-prototypes flag... yes
    checking whether the C compiler accepts the -Wmissing-declarations flag... yes
    checking whether the C compiler accepts the -Wbad-function-cast flag... yes
    checking whether the C compiler accepts the -Wcast-qual flag... yes
    checking whether the C compiler accepts the -Wcast-align flag... yes
    checking whether the C compiler accepts the -Wnested-externs flag... yes
    checking whether the C compiler accepts the -Wunused flag... yes
    checking whether the C compiler accepts the -Wformat flag... yes
    checking whether the C compiler accepts the -Wformat-security flag... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating client.conf
    config.status: creating global.conf
    config.status: creating idmef-client.conf
    config.status: creating libprelude-config
    config.status: creating libltdl/Makefile
    config.status: creating libmissing/Makefile
    config.status: creating libmissing/tests/Makefile
    config.status: creating m4/Makefile
    config.status: creating src/Makefile
    config.status: creating src/libprelude.pc
    config.status: creating src/libprelude-error/Makefile
    config.status: creating src/include/Makefile
    config.status: creating src/include/prelude.h
    config.status: creating src/include/prelude-inttypes.h
    config.status: creating prelude-admin/prelude-adduser
    config.status: creating prelude-admin/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/api/Makefile
    config.status: creating docs/manpages/Makefile
    config.status: creating bindings/Makefile
    config.status: creating bindings/low-level/Makefile
    config.status: creating bindings/low-level/perl/Makefile.PL
    config.status: creating bindings/low-level/python/Makefile
    config.status: creating bindings/low-level/python/setup.py
    config.status: creating bindings/c++/Makefile
    config.status: creating bindings/c++/include/Makefile
    config.status: creating bindings/lua/Makefile
    config.status: creating bindings/perl/Makefile.PL
    config.status: creating bindings/python/Makefile
    config.status: creating bindings/python/setup.py
    config.status: creating bindings/ruby/Makefile
    config.status: creating tests/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default commands
     
    *** Dumping configuration ***
        - Generate documentation   : no
        - LUA binding              : no
        - Perl binding             : yes
        - Python binding           : yes
        - Ruby binding             : no
        - Easy bindings            : yes

    Ensuite: je fais : Make

    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
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
     
     echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
     
    	if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
    	  rm -f configmake.h-t; \
    	else \
    	  rm -f configmake.h; mv configmake.h-t configmake.h; \
    	fi
    make  all-recursive
    make[3]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing'
    Making all in tests
    make[4]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing/tests'
    make  all-recursive
    make[5]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing/tests'
    make[6]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing/tests'
    make[6]: Nothing to be done for `all-am'.
    make[6]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing/tests'
    make[5]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing/tests'
    make[4]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing/tests'
    make[4]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing'
    rm -f configmake.h-t && \
    	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
    	  echo '#define PREFIX "/usr/local"'; \
    	  echo '#define EXEC_PREFIX "/usr/local"'; \
    	  echo '#define BINDIR "/usr/local/bin"'; \
    	  echo '#define SBINDIR "/usr/local/sbin"'; \
    	  echo '#define LIBEXECDIR "/usr/local/libexec"'; \
    	  echo '#define DATAROOTDIR "/usr/local/share"'; \
    	  echo '#define DATADIR "/usr/local/share"'; \
    	  echo '#define SYSCONFDIR "/usr/local/etc"'; \
    	  echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
    	  echo '#define LOCALSTATEDIR "/usr/local/var"'; \
    	  echo '#define INCLUDEDIR "/usr/local/include"'; \
    	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
    	  echo '#define DOCDIR "/usr/local/share/doc/libprelude"'; \
    	  echo '#define INFODIR "/usr/local/share/info"'; \
    	  echo '#define HTMLDIR "/usr/local/share/doc/libprelude"'; \
    	  echo '#define DVIDIR "/usr/local/share/doc/libprelude"'; \
    	  echo '#define PDFDIR "/usr/local/share/doc/libprelude"'; \
    	  echo '#define PSDIR "/usr/local/share/doc/libprelude"'; \
    	  echo '#define LIBDIR "/usr/local/lib"'; \
    	  echo '#define LISPDIR ""'; \
    	  echo '#define LOCALEDIR "/usr/local/share/locale"'; \
    	  echo '#define MANDIR "/usr/local/share/man"'; \
    	  echo '#define MANEXT ""'; \
    	  echo '#define PKGDATADIR "/usr/local/share/libprelude"'; \
    	  echo '#define PKGINCLUDEDIR "/usr/local/include/libprelude"'; \
    	  echo '#define PKGLIBDIR "/usr/local/lib/libprelude"'; \
    	  echo '#define PKGLIBEXECDIR "/usr/local/libexec/libprelude"'; \
    	} | sed '/""/d' > configmake.h-t && \
    	if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
    	  rm -f configmake.h-t; \
    	else \
    	  rm -f configmake.h; mv configmake.h-t configmake.h; \
    	fi
    make[4]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing'
    make[3]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing'
    make[2]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/libmissing'
    Making all in m4
    make[2]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/m4'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/m4'
    Making all in src
    make[2]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make  all-recursive
    make[3]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    Making all in libprelude-error
    make[4]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/src/libprelude-error'
    LANG="" mawk -f ./mkstrtable.awk -v textidx=3 \
    		./err-sources.h.in >err-sources.h
    LANG="" mawk -f ./mkstrtable.awk -v textidx=3 \
    	./err-codes.h.in >err-codes.h
    LANG="" mawk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
    gcc -E _mkerrcodes.h | grep PRELUDE_ERROR_ | LANG="" mawk -f ./mkerrcodes.awk >mkerrcodes.h
    rm _mkerrcodes.h
    gcc -I. -I. -o mkerrcodes ./mkerrcodes.c
    ./mkerrcodes | LANG="" mawk -f ./mkerrcodes2.awk >code-from-errno.h
    LANG="" mawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
    LANG="" mawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
    	./err-sources.h.in >err-sources-sym.h
    LANG="" mawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
    		./err-codes.h.in >err-codes-sym.h
    LANG="" mawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
    	-v prefix=PRELUDE_ERROR_ -v namespace=errnos_ \
    	./errnos.in >errnos-sym.h
    LANG="" mawk -f ./mkheader.awk \
    		./err-sources.h.in \
    		./err-codes.h.in \
    		./errnos.in \
    		./prelude-error.h.in > prelude-error.h
    make  all-am
    make[5]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/src/libprelude-error'
    /bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I../../libmissing -I../../src/include -I../../src/include   -g -O2 -MT prelude-error.lo -MD -MP -MF .deps/prelude-error.Tpo -c -o prelude-error.lo prelude-error.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I../../libmissing -I../../src/include -I../../src/include -g -O2 -MT prelude-error.lo -MD -MP -MF .deps/prelude-error.Tpo -c prelude-error.c  -fPIC -DPIC -o .libs/prelude-error.o
    mv -f .deps/prelude-error.Tpo .deps/prelude-error.Plo
    /bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I../../libmissing -I../../src/include -I../../src/include   -g -O2 -MT strsource.lo -MD -MP -MF .deps/strsource.Tpo -c -o strsource.lo strsource.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I../../libmissing -I../../src/include -I../../src/include -g -O2 -MT strsource.lo -MD -MP -MF .deps/strsource.Tpo -c strsource.c  -fPIC -DPIC -o .libs/strsource.o
    mv -f .deps/strsource.Tpo .deps/strsource.Plo
    /bin/bash ../../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I../../libmissing -I../../src/include -I../../src/include   -g -O2 -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c -o strerror.lo strerror.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I../../libmissing -I../../src/include -I../../src/include -g -O2 -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c  -fPIC -DPIC -o .libs/strerror.o
    mv -f .deps/strerror.Tpo .deps/strerror.Plo
    /bin/bash ../../libtool --tag=CC   --mode=link gcc -std=gnu99  -g -O2 -no-undefined -z relro -z now -o libprelude-error.la  prelude-error.lo strsource.lo strerror.lo  -ldl 
    libtool: link: rm -fr  .libs/libprelude-error.a .libs/libprelude-error.la
    libtool: link: ar cru .libs/libprelude-error.a .libs/prelude-error.o .libs/strsource.o .libs/strerror.o 
    libtool: link: ranlib .libs/libprelude-error.a
    libtool: link: ( cd ".libs" && rm -f "libprelude-error.la" && ln -s "../libprelude-error.la" "libprelude-error.la" )
    make[5]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src/libprelude-error'
    make[4]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src/libprelude-error'
    Making all in include
    make[4]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/src/include'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src/include'
    make[4]: Entering directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c  -fPIC -DPIC -o .libs/common.o
    mv -f .deps/common.Tpo .deps/common.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT config-engine.lo -MD -MP -MF .deps/config-engine.Tpo -c -o config-engine.lo config-engine.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT config-engine.lo -MD -MP -MF .deps/config-engine.Tpo -c config-engine.c  -fPIC -DPIC -o .libs/config-engine.o
    mv -f .deps/config-engine.Tpo .deps/config-engine.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT daemonize.lo -MD -MP -MF .deps/daemonize.Tpo -c -o daemonize.lo daemonize.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT daemonize.lo -MD -MP -MF .deps/daemonize.Tpo -c daemonize.c  -fPIC -DPIC -o .libs/daemonize.o
    mv -f .deps/daemonize.Tpo .deps/daemonize.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT ntp.lo -MD -MP -MF .deps/ntp.Tpo -c -o ntp.lo ntp.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT ntp.lo -MD -MP -MF .deps/ntp.Tpo -c ntp.c  -fPIC -DPIC -o .libs/ntp.o
    mv -f .deps/ntp.Tpo .deps/ntp.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT tls-auth.lo -MD -MP -MF .deps/tls-auth.Tpo -c -o tls-auth.lo tls-auth.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT tls-auth.lo -MD -MP -MF .deps/tls-auth.Tpo -c tls-auth.c  -fPIC -DPIC -o .libs/tls-auth.o
    mv -f .deps/tls-auth.Tpo .deps/tls-auth.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT tls-util.lo -MD -MP -MF .deps/tls-util.Tpo -c -o tls-util.lo tls-util.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT tls-util.lo -MD -MP -MF .deps/tls-util.Tpo -c tls-util.c  -fPIC -DPIC -o .libs/tls-util.o
    mv -f .deps/tls-util.Tpo .deps/tls-util.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT variable.lo -MD -MP -MF .deps/variable.Tpo -c -o variable.lo variable.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT variable.lo -MD -MP -MF .deps/variable.Tpo -c variable.c  -fPIC -DPIC -o .libs/variable.o
    mv -f .deps/variable.Tpo .deps/variable.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude.lo -MD -MP -MF .deps/prelude.Tpo -c -o prelude.lo prelude.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude.lo -MD -MP -MF .deps/prelude.Tpo -c prelude.c  -fPIC -DPIC -o .libs/prelude.o
    mv -f .deps/prelude.Tpo .deps/prelude.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-async.lo -MD -MP -MF .deps/prelude-async.Tpo -c -o prelude-async.lo prelude-async.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-async.lo -MD -MP -MF .deps/prelude-async.Tpo -c prelude-async.c  -fPIC -DPIC -o .libs/prelude-async.o
    mv -f .deps/prelude-async.Tpo .deps/prelude-async.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-client.lo -MD -MP -MF .deps/prelude-client.Tpo -c -o prelude-client.lo prelude-client.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-client.lo -MD -MP -MF .deps/prelude-client.Tpo -c prelude-client.c  -fPIC -DPIC -o .libs/prelude-client.o
    prelude-client.c: In function ‘prelude_client_init’:
    prelude-client.c:1351:61: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
    mv -f .deps/prelude-client.Tpo .deps/prelude-client.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-client-profile.lo -MD -MP -MF .deps/prelude-client-profile.Tpo -c -o prelude-client-profile.lo prelude-client-profile.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-client-profile.lo -MD -MP -MF .deps/prelude-client-profile.Tpo -c prelude-client-profile.c  -fPIC -DPIC -o .libs/prelude-client-profile.o
    mv -f .deps/prelude-client-profile.Tpo .deps/prelude-client-profile.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-connection.lo -MD -MP -MF .deps/prelude-connection.Tpo -c -o prelude-connection.lo prelude-connection.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-connection.lo -MD -MP -MF .deps/prelude-connection.Tpo -c prelude-connection.c  -fPIC -DPIC -o .libs/prelude-connection.o
    mv -f .deps/prelude-connection.Tpo .deps/prelude-connection.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-connection-pool.lo -MD -MP -MF .deps/prelude-connection-pool.Tpo -c -o prelude-connection-pool.lo prelude-connection-pool.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-connection-pool.lo -MD -MP -MF .deps/prelude-connection-pool.Tpo -c prelude-connection-pool.c  -fPIC -DPIC -o .libs/prelude-connection-pool.o
    mv -f .deps/prelude-connection-pool.Tpo .deps/prelude-connection-pool.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-failover.lo -MD -MP -MF .deps/prelude-failover.Tpo -c -o prelude-failover.lo prelude-failover.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-failover.lo -MD -MP -MF .deps/prelude-failover.Tpo -c prelude-failover.c  -fPIC -DPIC -o .libs/prelude-failover.o
    mv -f .deps/prelude-failover.Tpo .deps/prelude-failover.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-hash.lo -MD -MP -MF .deps/prelude-hash.Tpo -c -o prelude-hash.lo prelude-hash.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-hash.lo -MD -MP -MF .deps/prelude-hash.Tpo -c prelude-hash.c  -fPIC -DPIC -o .libs/prelude-hash.o
    mv -f .deps/prelude-hash.Tpo .deps/prelude-hash.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-ident.lo -MD -MP -MF .deps/prelude-ident.Tpo -c -o prelude-ident.lo prelude-ident.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-ident.lo -MD -MP -MF .deps/prelude-ident.Tpo -c prelude-ident.c  -fPIC -DPIC -o .libs/prelude-ident.o
    mv -f .deps/prelude-ident.Tpo .deps/prelude-ident.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-io.lo -MD -MP -MF .deps/prelude-io.Tpo -c -o prelude-io.lo prelude-io.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-io.lo -MD -MP -MF .deps/prelude-io.Tpo -c prelude-io.c  -fPIC -DPIC -o .libs/prelude-io.o
    mv -f .deps/prelude-io.Tpo .deps/prelude-io.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-log.lo -MD -MP -MF .deps/prelude-log.Tpo -c -o prelude-log.lo prelude-log.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-log.lo -MD -MP -MF .deps/prelude-log.Tpo -c prelude-log.c  -fPIC -DPIC -o .libs/prelude-log.o
    mv -f .deps/prelude-log.Tpo .deps/prelude-log.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-msg.lo -MD -MP -MF .deps/prelude-msg.Tpo -c -o prelude-msg.lo prelude-msg.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-msg.lo -MD -MP -MF .deps/prelude-msg.Tpo -c prelude-msg.c  -fPIC -DPIC -o .libs/prelude-msg.o
    mv -f .deps/prelude-msg.Tpo .deps/prelude-msg.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-msgbuf.lo -MD -MP -MF .deps/prelude-msgbuf.Tpo -c -o prelude-msgbuf.lo prelude-msgbuf.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-msgbuf.lo -MD -MP -MF .deps/prelude-msgbuf.Tpo -c prelude-msgbuf.c  -fPIC -DPIC -o .libs/prelude-msgbuf.o
    mv -f .deps/prelude-msgbuf.Tpo .deps/prelude-msgbuf.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-option.lo -MD -MP -MF .deps/prelude-option.Tpo -c -o prelude-option.lo prelude-option.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-option.lo -MD -MP -MF .deps/prelude-option.Tpo -c prelude-option.c  -fPIC -DPIC -o .libs/prelude-option.o
    mv -f .deps/prelude-option.Tpo .deps/prelude-option.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-option-wide.lo -MD -MP -MF .deps/prelude-option-wide.Tpo -c -o prelude-option-wide.lo prelude-option-wide.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-option-wide.lo -MD -MP -MF .deps/prelude-option-wide.Tpo -c prelude-option-wide.c  -fPIC -DPIC -o .libs/prelude-option-wide.o
    prelude-option-wide.c: In function ‘read_option_request’:
    prelude-option-wide.c:280:63: warning: to be safe all intermediate pointers in cast from ‘char **’ to ‘const char **’ must be ‘const’ qualified [-Wcast-qual]
    prelude-option-wide.c: In function ‘prelude_option_process_request’:
    prelude-option-wide.c:293:29: warning: ‘request’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    prelude-option-wide.c:245:15: note: ‘request’ was declared here
    mv -f .deps/prelude-option-wide.Tpo .deps/prelude-option-wide.Plo
    /bin/bash ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing   -I/usr/include/p11-kit-1       -g -O2 -MT prelude-plugin.lo -MD -MP -MF .deps/prelude-plugin.Tpo -c -o prelude-plugin.lo prelude-plugin.c
    libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wbad-function-cast -Wcast-qual -Wcast-align -Wnested-externs -Wunused -Wformat -Wformat-security -I./include -I.. -I../src/include -I./libprelude-error -I../libmissing -I../libmissing -I/usr/include/p11-kit-1 -g -O2 -MT prelude-plugin.lo -MD -MP -MF .deps/prelude-plugin.Tpo -c prelude-plugin.c  -fPIC -DPIC -o .libs/prelude-plugin.o
    In file included from prelude-plugin.c:56:0:
    ./include/prelude-plugin.h:66:20: error: conflicting types for ‘lt__PROGRAM__LTX_preloaded_symbols’
    In file included from prelude-plugin.c:48:0:
    /usr/include/ltdl.h:106:36: note: previous declaration of ‘lt__PROGRAM__LTX_preloaded_symbols’ was here
    make[4]: *** [prelude-plugin.lo] Error 1
    make[4]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/hayet/Desktop/libprelude-1.0.0'
    make: *** [all] Error 2
    Merci beaucoup de m'aider


  4. #4
    Nouveau Candidat au Club
    Homme Profil pro
    Responsable technique
    Inscrit en
    Novembre 2014
    Messages
    1
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Responsable technique

    Informations forums :
    Inscription : Novembre 2014
    Messages : 1
    Points : 1
    Points
    1
    Par défaut
    As-tu essayé avec la nouvelle version de Prelude ?

Discussions similaires

  1. Problème avec prelude-ids
    Par huitahayouta dans le forum Sécurité
    Réponses: 0
    Dernier message: 15/06/2014, 17h05
  2. Problème avec Datatable et IDs de div
    Par lamoua76 dans le forum JSF
    Réponses: 1
    Dernier message: 08/12/2011, 11h46
  3. Problème avec les ids dynamique:
    Par hector_le_dresseur dans le forum JSF
    Réponses: 2
    Dernier message: 13/11/2009, 08h43
  4. Probléme avec oracle 9i ids
    Par Moez.B dans le forum Oracle
    Réponses: 3
    Dernier message: 06/04/2006, 11h41
  5. Problème avec la mémoire virtuelle
    Par Anonymous dans le forum CORBA
    Réponses: 13
    Dernier message: 16/04/2002, 16h10

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo