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

Linux Discussion :

problème avec l installation de gnuplot


Sujet :

Linux

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Inscrit en
    Mai 2009
    Messages
    53
    Détails du profil
    Informations forums :
    Inscription : Mai 2009
    Messages : 53
    Par défaut problème avec l installation de gnuplot
    Salut à tous,
    est ce que quelqu'un peut m'aider svp?
    je voudrais installer gnuplot pour les courbes, lorsque je tape sudo apt-get install gnuplot pour l installer voilà ce que j'ai:
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances
    Lecture des informations d'état... Fait
    E: Impossible de trouver le paquet gnuplot
    Merci pour votre aide.

  2. #2
    Membre Expert Avatar de jabbounet
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Juin 2009
    Messages
    1 909
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49

    Informations professionnelles :
    Activité : Consultant informatique

    Informations forums :
    Inscription : Juin 2009
    Messages : 1 909
    Par défaut
    tu peux eventuellement jeter un oeil du coté d'octave.

    http://www.gnu.org/software/octave/

  3. #3
    Membre averti
    Inscrit en
    Mai 2009
    Messages
    53
    Détails du profil
    Informations forums :
    Inscription : Mai 2009
    Messages : 53
    Par défaut
    merci Jabbounet.mais en fait le problème c'est que j'utilise une plateforme qui a des classes prédéfinies donc il me faut juste installer gnuplot et pas autre chose.
    Merci

  4. #4
    Membre Expert Avatar de jabbounet
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Juin 2009
    Messages
    1 909
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49

    Informations professionnelles :
    Activité : Consultant informatique

    Informations forums :
    Inscription : Juin 2009
    Messages : 1 909
    Par défaut
    il manque la configuration du bon dépôt pour télécharger le package je pense.

  5. #5
    Membre éclairé
    Avatar de MaliciaR
    Inscrit en
    Juillet 2008
    Messages
    513
    Détails du profil
    Informations personnelles :
    Âge : 43

    Informations forums :
    Inscription : Juillet 2008
    Messages : 513
    Par défaut
    +1 pour Jabounnet et les bons dépôts. Si tu nous disais quel OS tu utilises et que tu donnais le contenu de sources.list (entre les balises CODE ), ce serait ptet plus simple de t'aider.
    Le tact dans l'audace c'est de savoir jusqu'où on peut aller trop loin. Cocteau
    L'abjection la plus totale, ce n'est pas de trahir, c'est de ne jamais donner un commencement de réalité à ses rêves les plus fous. M. Moreau


    Les indispensables : Les règles, , FAQ et tutos avant de poster, et !
    Traduction de Linux Device Drivers 3 : venez participer
    membre de l'April - Promouvoir et défendre les logiciels libres

  6. #6
    Membre averti
    Inscrit en
    Mai 2009
    Messages
    53
    Détails du profil
    Informations forums :
    Inscription : Mai 2009
    Messages : 53
    Par défaut
    J 'utilise Ubuntu 7 comme OS. et voilà ce que j'obtient lorsque je tape ./configure

    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
    anne@anne-desktop:~/Bureau/gnuplot-4.2.4$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for function prototypes... yes
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for string.h... (cached) yes
    checking how to run the C preprocessor... gcc -E
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for preprocessor stringizing operator... yes
    checking for emacs... emacs
    checking for tex... no
    checking for latex... no
    checking for latex2e... no
    checking for pdflatex... no
    checking for dvips... no
    checking for troff... troff
    checking for X... no
    checking for MS-DOS/djgpp/libGRX... no
    checking for NeXT... no
    checking for Apple MacOS X... no
    checking for BeOS... no
    checking for Alpha/AXP CPU... no
    checking for sin... no
    checking for sin in -lm... yes
    checking for ANSI C header files... (cached) yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking float.h usability... yes
    checking float.h presence... yes
    checking for float.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking math.h usability... yes
    checking math.h presence... yes
    checking for math.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for sys/types.h... (cached) yes
    checking sys/bsdtypes.h usability... no
    checking sys/bsdtypes.h presence... no
    checking for sys/bsdtypes.h... no
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking for sys/stat.h... (cached) yes
    checking sys/systeminfo.h usability... no
    checking sys/systeminfo.h presence... no
    checking for sys/systeminfo.h... no
    checking sys/timeb.h usability... yes
    checking sys/timeb.h presence... yes
    checking for sys/timeb.h... yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking libc.h usability... no
    checking libc.h presence... no
    checking for libc.h... no
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking poll.h usability... yes
    checking poll.h presence... yes
    checking for poll.h... yes
    checking sgtty.h usability... yes
    checking sgtty.h presence... yes
    checking for sgtty.h... yes
    checking termios.h usability... yes
    checking termios.h presence... yes
    checking for termios.h... yes
    checking values.h usability... yes
    checking values.h presence... yes
    checking for values.h... yes
    checking pwd.h usability... yes
    checking pwd.h presence... yes
    checking for pwd.h... yes
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    checking for struct exception in math.h... yes
    checking whether stat file-mode macros are broken... no
    checking for unistd.h... yes
    checking if errno variable is declared... yes
    checking for size_t... yes
    checking for time_t in time.h... yes
    checking return type of signal handlers... void
    checking for atexit... yes
    checking for memcpy... yes
    checking for memmove... yes
    checking for memset... yes
    checking for on_exit... yes
    checking for bcopy... yes
    checking for bzero... yes
    checking for setvbuf... yes
    checking for strerror... yes
    checking for strchr... yes
    checking for strrchr... yes
    checking for strstr... yes
    checking for index... yes
    checking for rindex... yes
    checking for isnan... yes
    checking for erf... yes
    checking for erfc... yes
    checking for gamma... yes
    checking for lgamma... yes
    checking for getcwd... yes
    checking for poll... yes
    checking for pclose... yes
    checking for popen... yes
    checking for select... yes
    checking for sleep... yes
    checking for stpcpy... yes
    checking for strcspn... yes
    checking for strdup... yes
    checking for strcasecmp... yes
    checking for stricmp... no
    checking for strncasecmp... yes
    checking for strnicmp... no
    checking for sysinfo... yes
    checking for tcgetattr... yes
    checking for vfprintf... yes
    checking for doprnt... no
    checking for usleep... yes
    checking for snprintf... yes
    checking whether signgam is declared... yes
    checking for sigsetjmp... yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... int,fd_set *,struct timeval *
    checking for tputs in -lncurses... no
    checking for tputs in -lcurses... no
    checking for tputs in -ltermcap... no
    checking for tputs in -lterminfo... no
    checking for tputs in -ltermlib... no
    checking for remove_history in -lreadline... no
    checking for remove_history in -lhistory... no
    configure: WARNING: GNU readline not found - falling back to builtin readline
    checking for deflate in -lz... no
    configure: WARNING: zlib is required - see http://www.gzip.org/zlib/
    checking for gdlib-config... no
    checking for gdImageCreate in -lgd... no
    checking for pdflib-config... no
    checking for PDF_get_majorversion in -lpdf... no
    checking for multi-byte support in x11... checking for XmbDrawString in -lX11... no
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for wx-config... no
    configure: WARNING: wxWidgets can't be found. You can try --with-wx-config-path to give the right path to wx-config. The wxWidgets terminal will not be compiled.
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for CAIROPANGO... configure: WARNING: Package requirements (cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10) for the
    wxWidgets terminal were not met:
     
    No package 'cairo' found
    No package 'pango' found
    No package 'pangocairo' found
     
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
     
    Alternatively, you can avoid the need to call pkg-config if you set the
    environment variables CAIROPANGO_CFLAGS and CAIROPANGO_LIBS to the
    corresponding flags for cairo, pango, and pangocairo.
    See the pkg-config man page for more details.
     
    The wxWidgets terminal will not be compiled.
    checking for PANGO_1_10_2... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating config/Makefile
    config.status: creating demo/Makefile
    config.status: creating docs/Makefile
    config.status: creating m4/Makefile
    config.status: creating man/Makefile
    config.status: creating share/Makefile
    config.status: creating share/LaTeX/Makefile
    config.status: creating src/Makefile
    config.status: creating src/beos/Makefile
    config.status: creating src/wxterminal/Makefile
    config.status: creating term/Makefile
    config.status: creating tutorial/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing default commands
    === configuring in lisp (/home/anne/Bureau/gnuplot-4.2.4/lisp)
    configure: running /bin/bash ./configure '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for emacs... emacs
    checking where .elc files should go... ${datarootdir}/emacs/site-lisp
    checking for dvips... no
    checking for latex... no
    checking for latex2e... no
    checking for makeinfo... no
    checking for pdflatex... no
    checking for emacs version... 22.1.1
    checking whether info-look.el is needed... not needed with emacs 22.1.1
    configure: creating ./config.status
    config.status: creating Makefile
     
    ** Configuration summary for gnuplot 4.2.4:
     
    gnuplot will be compiled with the following terminals:
     
      Standalone terminals: yes (always builtin)
        (aed512, aed767, aifm, bitgraph, cgm, corel, dumb, dxf, eepic, emf, emtex,
        epslatex, epson_180dpi, epson_60dpi, epson_lx800, fig, gpic, hp2623A,
        hp2648, hp500c, hpdj, hpgl, hpljii, hppj, imagen, kc_tek40xx, km_tek40xx,
        latex, metafont, metapost, mif, pbm, postscript, pslatex, nec_cp6, okidata,
        pcl5, pstex, pstricks, qms, regis, selanar, svg, starc, tandy_60dpi,
        tek40xx, tek410x, texdraw, tgif, tkcanvas, tpic, vttek)
      X Window System terminal: no (requires X libraries)
      jpeg terminal: no (requires libgd with jpeg support)
      gif terminal: no (requires libgd with gif support)
      png terminal: no (requires libgd with png support)
        (jpeg, gif and png terminals cannot use TTF fonts, requires libgd support)
      pdf terminal: no (requires libpdf)
      plot library terminal: no (use --with-plot to enable, requires GNU plotutils
                                 or UNIX plot)
      linux terminal (vga console): no (use --with-linux-vga to enable,
                                           requires SVGAlib)
      vgagl terminal ((s)vga console): no (use --with-linux-vga to enable,
                                           requires SVGAlib with vgagl)
      ggi terminal: no (use --with-ggi to enable, requires libggi)
      iris4d terminal: no (use --enable-iris to enable, requires libgl_s)
      mgr terminal: no (use --enable-mgr to enable, requires libpixrect)
      rgip/uniplex terminal: no (use --enable-rgip to enable)
      svga terminal (MSDOS/djgpp): no
      be terminal (BeOS): no
      next terminal: no
      aqua terminal (MacOS X): no
      wxt terminal: no (requires C++, wxWidgets>2.6, cairo>0.9, pango>1.10)
     
      Additional terminals are availaible in platform-specific makefiles:
       amiga (makefile.amg and makefile.ami), apollo/gpr (makefile.unx), atari/vdi
       (makefile.st), cgi (makefile.unx), mtos (makefile.mto), pm (makefile.os2),
       sun (makefile.unx), unixpc (makefile.unx), windows (various Windows
       makefiles)
      Additional terminals are built automatically if possible at compile-time:
       vesa (MSDOS), emxvga (MSDOS, OS/2), ega/vga/svga/ssvga/hercules (Windows with
       Zortec compiler), macintosh
     
    gnuplot will be compiled with the following features:
     
      Fitting error variables: yes
      String-handling in datafiles: yes
      Plot style histograms: yes
      String variables: yes
      Command line macros: yes (EXPERIMENTAL)
      Placement of rectangles and other objects: yes (EXPERIMENTAL)
      Plot style image: yes (EXPERIMENTAL)
      General binary data file reading: yes (EXPERIMENTAL)
     
    gnuplot will be compiled with the following options:
     
      Readline library: builtin minimal (use --with-readline=gnu for GNU readline)
      Command-line history file: yes
      Check current directory for .gnuplot file: no (use --with-cwdrc to enable)
      Sort help/subtopic tables by column: no (use --without-row-help to enable)
      Use TeX kpsexpand to search for fonts: no (use --with-kpsexpand to enable)
      Thin plate splines: no (use --enable-thin-spline to enable)
      Hidden3d optimization: quadtree
      Deprecated syntax and terminal options : yes
     
    gnuplot will install the following additional materials:
     
      lasergnu printer script: no (use --with-lasergnu to enable)
      gnuplot-mode for X/Emacs: yes
      LaTeX tutorial: no
      Help file: yes (always), in ${datarootdir}/gnuplot/4.2/gnuplot.gih
      PostScript prologue files: yes (always)
    et lorsque je tape 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
    anne@anne-desktop:~/Bureau/gnuplot-4.2.4$ make
    make  all-recursive
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    Making all in config
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    Making all in m4
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    Making all in term
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    Making all in src
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making all in wxterminal
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[3]: Rien à faire pour « all-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making all in docs
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    Making all in lisp
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    Making all in man
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    Making all in demo
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    Making all in tutorial
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    Making all in share
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    Making all in LaTeX
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[3]: Rien à faire pour « all-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    et lorsque je tape make install
    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
    anne@anne-desktop:~/Bureau/gnuplot-4.2.4$ sudo make install
    [sudo] password for anne:
    Making install in config
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    Making install in m4
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    Making install in term
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[2]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/share/gnuplot/4.2/PostScript" || /bin/mkdir -p "/usr/local/share/gnuplot/4.2/PostScript"
     /usr/bin/install -c -m 644 'PostScript/8859-15.ps' '/usr/local/share/gnuplot/4.2/PostScript/8859-15.ps'
     /usr/bin/install -c -m 644 'PostScript/8859-1.ps' '/usr/local/share/gnuplot/4.2/PostScript/8859-1.ps'
     /usr/bin/install -c -m 644 'PostScript/8859-2.ps' '/usr/local/share/gnuplot/4.2/PostScript/8859-2.ps'
     /usr/bin/install -c -m 644 'PostScript/cp1250.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp1250.ps'
     /usr/bin/install -c -m 644 'PostScript/cp437.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp437.ps'
     /usr/bin/install -c -m 644 'PostScript/cp850.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp850.ps'
     /usr/bin/install -c -m 644 'PostScript/cp852.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp852.ps'
     /usr/bin/install -c -m 644 'PostScript/koi8r.ps' '/usr/local/share/gnuplot/4.2/PostScript/koi8r.ps'
     /usr/bin/install -c -m 644 'PostScript/koi8u.ps' '/usr/local/share/gnuplot/4.2/PostScript/koi8u.ps'
     /usr/bin/install -c -m 644 'PostScript/prologue.ps' '/usr/local/share/gnuplot/4.2/PostScript/prologue.ps'
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    Making install in src
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making install in wxterminal
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
      /usr/bin/install -c 'gnuplot' '/usr/local/bin/gnuplot'
    test -z "/usr/local/libexec/gnuplot/4.2" || /bin/mkdir -p "/usr/local/libexec/gnuplot/4.2"
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making install in docs
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    ../mkinstalldirs /usr/local/share/gnuplot/4.2
    /usr/bin/install -c -m 644 gnuplot.gih /usr/local/share/gnuplot/4.2/gnuplot.gih
    ../mkinstalldirs /usr/local/share/info
    /usr/bin/install -c -m 644 gnuplot.info /usr/local/share/info/gnuplot.info
    install-info --info-dir=/usr/local/share/info /usr/local/share/info/gnuplot.info
     
    Pas de « START-INFO-DIR-ENTRY » et pas de « This file documents ».
    install-info(/usr/local/share/info/gnuplot.info) : impossible de déterminer la description pour l'entrée « dir » - abandon
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    Making install in lisp
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: Rien à faire pour « install-exec-am ».
    make  install-data-hook
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    /bin/bash ./../mkinstalldirs /usr/local/share/emacs/site-lisp
     /usr/bin/install -c -m 644 gnuplot-gui.el /usr/local/share/emacs/site-lisp/gnuplot-gui.el
     /usr/bin/install -c -m 644 gnuplot.el /usr/local/share/emacs/site-lisp/gnuplot.el
     /usr/bin/install -c -m 644 info-look.20.2.el /usr/local/share/emacs/site-lisp/info-look.20.2.el
     /usr/bin/install -c -m 644 info-look.20.3.el /usr/local/share/emacs/site-lisp/info-look.20.3.el
    /bin/bash ./../mkinstalldirs /usr/local/share/emacs/site-lisp
     /usr/bin/install -c -m 644 gnuplot.elc /usr/local/share/emacs/site-lisp/gnuplot.elc
     /usr/bin/install -c -m 644 gnuplot-gui.elc /usr/local/share/emacs/site-lisp/gnuplot-gui.elc
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    Making install in man
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
     /usr/bin/install -c -m 644 './gnuplot.1' '/usr/local/share/man/man1/gnuplot.1'
    make  install-data-hook
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[3]: Rien à faire pour « install-data-hook ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    Making install in demo
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    Making install in tutorial
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    Making install in share
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    Making install in LaTeX
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: Rien à faire pour « install-exec-am ».
    make  install-data-hook
    make[4]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[4]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[3]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/lib/X11/app-defaults" || /bin/mkdir -p "/usr/local/lib/X11/app-defaults"
     /usr/bin/install -c -m 644 'Gnuplot' '/usr/local/lib/X11/app-defaults/Gnuplot'
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »

  7. #7
    Membre Expert Avatar de jabbounet
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Juin 2009
    Messages
    1 909
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 49

    Informations professionnelles :
    Activité : Consultant informatique

    Informations forums :
    Inscription : Juin 2009
    Messages : 1 909
    Par défaut
    Citation Envoyé par annesophiedecar Voir le message
    J 'utilise Ubuntu 7 comme OS. et voilà ce que j'obtient lorsque je tape ./configure

    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
    anne@anne-desktop:~/Bureau/gnuplot-4.2.4$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables... 
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for function prototypes... yes
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for string.h... (cached) yes
    checking how to run the C preprocessor... gcc -E
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking for preprocessor stringizing operator... yes
    checking for emacs... emacs
    checking for tex... no
    checking for latex... no
    checking for latex2e... no
    checking for pdflatex... no
    checking for dvips... no
    checking for troff... troff
    checking for X... no
    checking for MS-DOS/djgpp/libGRX... no
    checking for NeXT... no
    checking for Apple MacOS X... no
    checking for BeOS... no
    checking for Alpha/AXP CPU... no
    checking for sin... no
    checking for sin in -lm... yes
    checking for ANSI C header files... (cached) yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking errno.h usability... yes
    checking errno.h presence... yes
    checking for errno.h... yes
    checking float.h usability... yes
    checking float.h presence... yes
    checking for float.h... yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking math.h usability... yes
    checking math.h presence... yes
    checking for math.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking time.h usability... yes
    checking time.h presence... yes
    checking for time.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for sys/types.h... (cached) yes
    checking sys/bsdtypes.h usability... no
    checking sys/bsdtypes.h presence... no
    checking for sys/bsdtypes.h... no
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking sys/socket.h usability... yes
    checking sys/socket.h presence... yes
    checking for sys/socket.h... yes
    checking for sys/stat.h... (cached) yes
    checking sys/systeminfo.h usability... no
    checking sys/systeminfo.h presence... no
    checking for sys/systeminfo.h... no
    checking sys/timeb.h usability... yes
    checking sys/timeb.h presence... yes
    checking for sys/timeb.h... yes
    checking sys/utsname.h usability... yes
    checking sys/utsname.h presence... yes
    checking for sys/utsname.h... yes
    checking libc.h usability... no
    checking libc.h presence... no
    checking for libc.h... no
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking poll.h usability... yes
    checking poll.h presence... yes
    checking for poll.h... yes
    checking sgtty.h usability... yes
    checking sgtty.h presence... yes
    checking for sgtty.h... yes
    checking termios.h usability... yes
    checking termios.h presence... yes
    checking for termios.h... yes
    checking values.h usability... yes
    checking values.h presence... yes
    checking for values.h... yes
    checking pwd.h usability... yes
    checking pwd.h presence... yes
    checking for pwd.h... yes
    checking for stdbool.h that conforms to C99... yes
    checking for _Bool... yes
    checking for struct exception in math.h... yes
    checking whether stat file-mode macros are broken... no
    checking for unistd.h... yes
    checking if errno variable is declared... yes
    checking for size_t... yes
    checking for time_t in time.h... yes
    checking return type of signal handlers... void
    checking for atexit... yes
    checking for memcpy... yes
    checking for memmove... yes
    checking for memset... yes
    checking for on_exit... yes
    checking for bcopy... yes
    checking for bzero... yes
    checking for setvbuf... yes
    checking for strerror... yes
    checking for strchr... yes
    checking for strrchr... yes
    checking for strstr... yes
    checking for index... yes
    checking for rindex... yes
    checking for isnan... yes
    checking for erf... yes
    checking for erfc... yes
    checking for gamma... yes
    checking for lgamma... yes
    checking for getcwd... yes
    checking for poll... yes
    checking for pclose... yes
    checking for popen... yes
    checking for select... yes
    checking for sleep... yes
    checking for stpcpy... yes
    checking for strcspn... yes
    checking for strdup... yes
    checking for strcasecmp... yes
    checking for stricmp... no
    checking for strncasecmp... yes
    checking for strnicmp... no
    checking for sysinfo... yes
    checking for tcgetattr... yes
    checking for vfprintf... yes
    checking for doprnt... no
    checking for usleep... yes
    checking for snprintf... yes
    checking whether signgam is declared... yes
    checking for sigsetjmp... yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... int,fd_set *,struct timeval *
    checking for tputs in -lncurses... no
    checking for tputs in -lcurses... no
    checking for tputs in -ltermcap... no
    checking for tputs in -lterminfo... no
    checking for tputs in -ltermlib... no
    checking for remove_history in -lreadline... no
    checking for remove_history in -lhistory... no
    configure: WARNING: GNU readline not found - falling back to builtin readline
    checking for deflate in -lz... no
    configure: WARNING: zlib is required - see http://www.gzip.org/zlib/
    checking for gdlib-config... no
    checking for gdImageCreate in -lgd... no
    checking for pdflib-config... no
    checking for PDF_get_majorversion in -lpdf... no
    checking for multi-byte support in x11... checking for XmbDrawString in -lX11... no
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for wx-config... no
    configure: WARNING: wxWidgets can't be found. You can try --with-wx-config-path to give the right path to wx-config. The wxWidgets terminal will not be compiled.
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for CAIROPANGO... configure: WARNING: Package requirements (cairo >= 0.9.0 pango >= 1.10 pangocairo >= 1.10) for the
    wxWidgets terminal were not met:
     
    No package 'cairo' found
    No package 'pango' found
    No package 'pangocairo' found
     
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
     
    Alternatively, you can avoid the need to call pkg-config if you set the
    environment variables CAIROPANGO_CFLAGS and CAIROPANGO_LIBS to the
    corresponding flags for cairo, pango, and pangocairo.
    See the pkg-config man page for more details.
     
    The wxWidgets terminal will not be compiled.
    checking for PANGO_1_10_2... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating config/Makefile
    config.status: creating demo/Makefile
    config.status: creating docs/Makefile
    config.status: creating m4/Makefile
    config.status: creating man/Makefile
    config.status: creating share/Makefile
    config.status: creating share/LaTeX/Makefile
    config.status: creating src/Makefile
    config.status: creating src/beos/Makefile
    config.status: creating src/wxterminal/Makefile
    config.status: creating term/Makefile
    config.status: creating tutorial/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing default commands
    === configuring in lisp (/home/anne/Bureau/gnuplot-4.2.4/lisp)
    configure: running /bin/bash ./configure '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for emacs... emacs
    checking where .elc files should go... ${datarootdir}/emacs/site-lisp
    checking for dvips... no
    checking for latex... no
    checking for latex2e... no
    checking for makeinfo... no
    checking for pdflatex... no
    checking for emacs version... 22.1.1
    checking whether info-look.el is needed... not needed with emacs 22.1.1
    configure: creating ./config.status
    config.status: creating Makefile
     
    ** Configuration summary for gnuplot 4.2.4:
     
    gnuplot will be compiled with the following terminals:
     
      Standalone terminals: yes (always builtin)
        (aed512, aed767, aifm, bitgraph, cgm, corel, dumb, dxf, eepic, emf, emtex,
        epslatex, epson_180dpi, epson_60dpi, epson_lx800, fig, gpic, hp2623A,
        hp2648, hp500c, hpdj, hpgl, hpljii, hppj, imagen, kc_tek40xx, km_tek40xx,
        latex, metafont, metapost, mif, pbm, postscript, pslatex, nec_cp6, okidata,
        pcl5, pstex, pstricks, qms, regis, selanar, svg, starc, tandy_60dpi,
        tek40xx, tek410x, texdraw, tgif, tkcanvas, tpic, vttek)
      X Window System terminal: no (requires X libraries)
      jpeg terminal: no (requires libgd with jpeg support)
      gif terminal: no (requires libgd with gif support)
      png terminal: no (requires libgd with png support)
        (jpeg, gif and png terminals cannot use TTF fonts, requires libgd support)
      pdf terminal: no (requires libpdf)
      plot library terminal: no (use --with-plot to enable, requires GNU plotutils
                                 or UNIX plot)
      linux terminal (vga console): no (use --with-linux-vga to enable,
                                           requires SVGAlib)
      vgagl terminal ((s)vga console): no (use --with-linux-vga to enable,
                                           requires SVGAlib with vgagl)
      ggi terminal: no (use --with-ggi to enable, requires libggi)
      iris4d terminal: no (use --enable-iris to enable, requires libgl_s)
      mgr terminal: no (use --enable-mgr to enable, requires libpixrect)
      rgip/uniplex terminal: no (use --enable-rgip to enable)
      svga terminal (MSDOS/djgpp): no
      be terminal (BeOS): no
      next terminal: no
      aqua terminal (MacOS X): no
      wxt terminal: no (requires C++, wxWidgets>2.6, cairo>0.9, pango>1.10)
     
      Additional terminals are availaible in platform-specific makefiles:
       amiga (makefile.amg and makefile.ami), apollo/gpr (makefile.unx), atari/vdi
       (makefile.st), cgi (makefile.unx), mtos (makefile.mto), pm (makefile.os2),
       sun (makefile.unx), unixpc (makefile.unx), windows (various Windows
       makefiles)
      Additional terminals are built automatically if possible at compile-time:
       vesa (MSDOS), emxvga (MSDOS, OS/2), ega/vga/svga/ssvga/hercules (Windows with
       Zortec compiler), macintosh
     
    gnuplot will be compiled with the following features:
     
      Fitting error variables: yes
      String-handling in datafiles: yes
      Plot style histograms: yes
      String variables: yes
      Command line macros: yes (EXPERIMENTAL)
      Placement of rectangles and other objects: yes (EXPERIMENTAL)
      Plot style image: yes (EXPERIMENTAL)
      General binary data file reading: yes (EXPERIMENTAL)
     
    gnuplot will be compiled with the following options:
     
      Readline library: builtin minimal (use --with-readline=gnu for GNU readline)
      Command-line history file: yes
      Check current directory for .gnuplot file: no (use --with-cwdrc to enable)
      Sort help/subtopic tables by column: no (use --without-row-help to enable)
      Use TeX kpsexpand to search for fonts: no (use --with-kpsexpand to enable)
      Thin plate splines: no (use --enable-thin-spline to enable)
      Hidden3d optimization: quadtree
      Deprecated syntax and terminal options : yes
     
    gnuplot will install the following additional materials:
     
      lasergnu printer script: no (use --with-lasergnu to enable)
      gnuplot-mode for X/Emacs: yes
      LaTeX tutorial: no
      Help file: yes (always), in ${datarootdir}/gnuplot/4.2/gnuplot.gih
      PostScript prologue files: yes (always)
    et lorsque je tape 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
    anne@anne-desktop:~/Bureau/gnuplot-4.2.4$ make
    make  all-recursive
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    Making all in config
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    Making all in m4
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    Making all in term
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    Making all in src
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making all in wxterminal
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[3]: Rien à faire pour « all-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making all in docs
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    Making all in lisp
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    Making all in man
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    Making all in demo
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    Making all in tutorial
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    Making all in share
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    Making all in LaTeX
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[3]: Rien à faire pour « all-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    et lorsque je tape make install
    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
    anne@anne-desktop:~/Bureau/gnuplot-4.2.4$ sudo make install
    [sudo] password for anne:
    Making install in config
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/config »
    Making install in m4
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/m4 »
    Making install in term
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[2]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/share/gnuplot/4.2/PostScript" || /bin/mkdir -p "/usr/local/share/gnuplot/4.2/PostScript"
     /usr/bin/install -c -m 644 'PostScript/8859-15.ps' '/usr/local/share/gnuplot/4.2/PostScript/8859-15.ps'
     /usr/bin/install -c -m 644 'PostScript/8859-1.ps' '/usr/local/share/gnuplot/4.2/PostScript/8859-1.ps'
     /usr/bin/install -c -m 644 'PostScript/8859-2.ps' '/usr/local/share/gnuplot/4.2/PostScript/8859-2.ps'
     /usr/bin/install -c -m 644 'PostScript/cp1250.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp1250.ps'
     /usr/bin/install -c -m 644 'PostScript/cp437.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp437.ps'
     /usr/bin/install -c -m 644 'PostScript/cp850.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp850.ps'
     /usr/bin/install -c -m 644 'PostScript/cp852.ps' '/usr/local/share/gnuplot/4.2/PostScript/cp852.ps'
     /usr/bin/install -c -m 644 'PostScript/koi8r.ps' '/usr/local/share/gnuplot/4.2/PostScript/koi8r.ps'
     /usr/bin/install -c -m 644 'PostScript/koi8u.ps' '/usr/local/share/gnuplot/4.2/PostScript/koi8u.ps'
     /usr/bin/install -c -m 644 'PostScript/prologue.ps' '/usr/local/share/gnuplot/4.2/PostScript/prologue.ps'
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/term »
    Making install in src
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making install in wxterminal
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src/wxterminal »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
      /usr/bin/install -c 'gnuplot' '/usr/local/bin/gnuplot'
    test -z "/usr/local/libexec/gnuplot/4.2" || /bin/mkdir -p "/usr/local/libexec/gnuplot/4.2"
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/src »
    Making install in docs
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    ../mkinstalldirs /usr/local/share/gnuplot/4.2
    /usr/bin/install -c -m 644 gnuplot.gih /usr/local/share/gnuplot/4.2/gnuplot.gih
    ../mkinstalldirs /usr/local/share/info
    /usr/bin/install -c -m 644 gnuplot.info /usr/local/share/info/gnuplot.info
    install-info --info-dir=/usr/local/share/info /usr/local/share/info/gnuplot.info
     
    Pas de « START-INFO-DIR-ENTRY » et pas de « This file documents ».
    install-info(/usr/local/share/info/gnuplot.info) : impossible de déterminer la description pour l'entrée « dir » - abandon
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/docs »
    Making install in lisp
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: Rien à faire pour « install-exec-am ».
    make  install-data-hook
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    /bin/bash ./../mkinstalldirs /usr/local/share/emacs/site-lisp
     /usr/bin/install -c -m 644 gnuplot-gui.el /usr/local/share/emacs/site-lisp/gnuplot-gui.el
     /usr/bin/install -c -m 644 gnuplot.el /usr/local/share/emacs/site-lisp/gnuplot.el
     /usr/bin/install -c -m 644 info-look.20.2.el /usr/local/share/emacs/site-lisp/info-look.20.2.el
     /usr/bin/install -c -m 644 info-look.20.3.el /usr/local/share/emacs/site-lisp/info-look.20.3.el
    /bin/bash ./../mkinstalldirs /usr/local/share/emacs/site-lisp
     /usr/bin/install -c -m 644 gnuplot.elc /usr/local/share/emacs/site-lisp/gnuplot.elc
     /usr/bin/install -c -m 644 gnuplot-gui.elc /usr/local/share/emacs/site-lisp/gnuplot-gui.elc
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/lisp »
    Making install in man
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
     /usr/bin/install -c -m 644 './gnuplot.1' '/usr/local/share/man/man1/gnuplot.1'
    make  install-data-hook
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[3]: Rien à faire pour « install-data-hook ».
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/man »
    Making install in demo
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/demo »
    Making install in tutorial
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/tutorial »
    Making install in share
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    Making install in LaTeX
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: Rien à faire pour « install-exec-am ».
    make  install-data-hook
    make[4]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[4]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share/LaTeX »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[3]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[3]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/lib/X11/app-defaults" || /bin/mkdir -p "/usr/local/lib/X11/app-defaults"
     /usr/bin/install -c -m 644 'Gnuplot' '/usr/local/lib/X11/app-defaults/Gnuplot'
    make[3]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4/share »
    make[1]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[2]: entrant dans le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    make[1]: quittant le répertoire « /home/anne/Bureau/gnuplot-4.2.4 »
    C'est bon alors, c'est installé.

    As tu d'autres soucis?

  8. #8
    Membre averti
    Inscrit en
    Mai 2009
    Messages
    53
    Détails du profil
    Informations forums :
    Inscription : Mai 2009
    Messages : 53
    Par défaut
    mon souci c'est que j'arrive pas à obtenir des courbes donc je ne sais vraiment pas si c'est installé ou pas

  9. #9
    Membre éclairé
    Avatar de MaliciaR
    Inscrit en
    Juillet 2008
    Messages
    513
    Détails du profil
    Informations personnelles :
    Âge : 43

    Informations forums :
    Inscription : Juillet 2008
    Messages : 513
    Par défaut
    Ca veut dire quoi, tu n'obtiens pas les courbes?
    SInon, je te signale que la version 9.10 d'Ubuntu sort la semaine prochaine. Serait ptet temps de faire des mises à jour
    Le tact dans l'audace c'est de savoir jusqu'où on peut aller trop loin. Cocteau
    L'abjection la plus totale, ce n'est pas de trahir, c'est de ne jamais donner un commencement de réalité à ses rêves les plus fous. M. Moreau


    Les indispensables : Les règles, , FAQ et tutos avant de poster, et !
    Traduction de Linux Device Drivers 3 : venez participer
    membre de l'April - Promouvoir et défendre les logiciels libres

  10. #10
    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 : 34
    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
    Par défaut
    Bonsoir.

    As-tu essayé de l'installer différemment ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    sudo aptitude update
    sudo aptitude install gnuplot
    Edit : apparemment tu l'as recompilé ...

    Citation Envoyé par annesophiedecar Voir le message
    mon souci c'est que j'arrive pas à obtenir des courbes donc je ne sais vraiment pas si c'est installé ou pas
    As-tu essayé gnuplot directement ? Par exemple :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    [ ~] gnuplot
    splot sin (x)
    Sinon, effectivement ... Ubuntu 9.10 sort le 29, tu pourras te mettre à jour et tenter de l'installer ...

Discussions similaires

  1. Problème avec l'installation de java
    Par jab dans le forum Windows Vista
    Réponses: 1
    Dernier message: 05/01/2007, 17h17
  2. Problème avec l'install du framework 3 ?
    Par Myth_Titans dans le forum Framework .NET
    Réponses: 2
    Dernier message: 01/01/2007, 14h49
  3. Problème avec Windows Installer
    Par koKoTis dans le forum Windows XP
    Réponses: 4
    Dernier message: 22/08/2006, 18h37
  4. [Eclipse 3.1] Probléme avec l'installation d'ECLIPSE
    Par faressam dans le forum Eclipse Java
    Réponses: 4
    Dernier message: 01/04/2006, 00h41
  5. Réponses: 1
    Dernier message: 15/02/2006, 10h27

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