[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: Partage connection internet...encore



Voilà ce que l'on me recommande de faire dans le fichier d?aide:

    3.3.  Compiling and Installing


    This consists of unpacking the connect tarball and executing connect
    Makefile targets.

   - Copy the connect tarball to the directory you keep source code and
      unpack it, for example:

      # mv connect-0.5.0.tar.gz /usr/local/src
      # cd /usr/local/src
      # tar xvzf connect-0.5.0.tar.gz

    IMPORTANT: Before going any further read the distribution README file
    for details of the current state of connect and the platforms on which
    it has been run.

    - Compile connect client and server (if you skip this step it will
      be processed when you run make install), for example:

      # cd /usr/local/src/connect-0.5.0
      # make all

    - Install connect (you need root permission to do this), for example:

      # cd /usr/local/src/connect-0.5.0
      # make install


Et voici ce que j'ai fait (copie-coller de la console) :

    sergio:~/Desktop/# mv connect-0.5.0.tar.gz /usr/local/src
    sergio:~/Desktop/connect-0.5.0# cd /usr/local/src
    sergio:/usr/local/src# tar xvzf connect-0.5.0.tar.gz
       connect-0.5.0/BUGS
       connect-0.5.0/COPYING
       connect-0.5.0/COPYRIGHT
       connect-0.5.0/MANIFEST
       connect-0.5.0/Makefile
       connect-0.5.0/NEWS
       connect-0.5.0/README
       connect-0.5.0/connect-classes.cc
       connect-0.5.0/connect-classes.h
       connect-0.5.0/connect.1
    sergio:/usr/local/src# cd /usr/local/src/connect-0.5.0
    sergio:/usr/local/src/connect-0.5.0# make all
       g++ -g -Wall -I. -c connect.cc
       make: g++: Command not found
       make: *** [connect.o] Error 127
    sergio:/usr/local/src/connect-0.5.0# make install
       install -d /usr/local/bin
       install -s connect /usr/local/bin
       install: connect: No such file or directory
       make: *** [install-client] Error 1
       sergio:/usr/local/src/connect-0.5.0#



Pas fameux, peux-tu m'aider?