Précédent   Forum des professionnels en informatique > Systèmes > Linux > Applications
Applications Questions sur l'utilisation d'applications, du shell, et des interfaces graphiques (KDE, Gnome, XFCE... )
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 15/05/2007, 10h38   #1
Invité régulier
 
Inscription : mai 2007
Messages : 19
Détails du profil
Informations forums :
Inscription : mai 2007
Messages : 19
Points : 8
Points : 8
Par défaut comment desinstaller un programme sous linux

Bonjour,
je veux installer lam-7.1.3.tar.gz sans succès sous linux mais ce programme avait ete mal installé par quelqu'un d'autre. je viens de supprimer le dossier d'installation mais le problème persiste et je n'arrive pas à desinstaller definitivement ce programme d'avant pour installer le mien. je veux votre aide et merci d'avance.
reg01 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 14h01   #2
ALT
Membre Expert
 
Avatar de ALT
 
Homme
Assistant aux utilisateurs
Inscription : octobre 2002
Messages : 948
Détails du profil
Informations personnelles :
Sexe : Homme
Âge : 52
Localisation : France, Vienne (Poitou Charente)

Informations professionnelles :
Activité : Assistant aux utilisateurs
Secteur : Service public

Informations forums :
Inscription : octobre 2002
Messages : 948
Points : 1 274
Points : 1 274
Sous Debian & assimilés :
Code :
apt-get remove nom_du_pacos
Si ça ne suffit pas, faire Pour Mandriva, Red &c. : .

À première vue, comme ça.
ALT est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 14h30   #3
Invité régulier
 
Inscription : mai 2007
Messages : 19
Détails du profil
Informations forums :
Inscription : mai 2007
Messages : 19
Points : 8
Points : 8
Par défaut lam-7.1.3.tar.gz

merci quand meme mais fais tout ça avant.
au fait je veux installer le paquet lam-7.1.3.tar.gz voici ce que j'obtiens apres execution du paquet

Code :
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
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: builddir: /home/polair/regis/lam-7.1.3
configure: srcdir: /home/polair/regis/lam-7.1.3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/usr/local/lam/"
 
*** C compiler and preprocessor
checking if want debugging output support... no
checking for gcc... c++
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 c++ accepts -g... yes
checking for c++ option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of c++... gcc3
checking how to run the C preprocessor... c++ -E
checking for egrep... grep -E
checking whether c++ needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3
checking whether the C compiler (c++ -O3 ) accepts ANSI prototypes... yes
checking for type int2... no
checking for type uint2... no
checking for type int4... no
checking for type uint4... no
checking for type int8... no
checking for type uint8... no
checking for type float4... no
checking for type float8... no
checking size of char... 1
checking size of short... 2
checking size of wchar_t... 4
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of void *... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 16
checking alignment of void *... 8
 
*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... no
checking whether CC accepts -g... no
checking dependency style of CC... none
checking how to run the C++ preprocessor... /lib/cpp
checking if want C++ exception handling... no
checking whether CC has new(std::nothrow)... no
checking for C++ template repository directory... templates not supported?
not used
checking for C++ compiler template parameters... none needed
checking for C++ optimization flags... -O
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking map usability... no
checking map presence... yes
configure: WARNING: map: present but cannot be compiled
configure: WARNING: map:     check for missing prerequisite headers?
configure: WARNING: map: see the Autoconf documentation
configure: WARNING: map:     section "Present But Cannot Be Compiled"
configure: WARNING: map: proceeding with the preprocessor's result
configure: WARNING: map: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for map... yes
checking for type bool... no
checking for true/false... no
configure: WARNING: *** Your C++ compiler does not support the bool data type.
configure: WARNING: *** LAM requires a C++ compiler with support for the bool
configure: WARNING: *** data type.
configure: error: cannot continue
je tiens vraiment à installer ce paquet car il me le faut pour compiler un un script en fortran. merci de votre aide.
reg01 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 14h47   #4
ALT
Membre Expert
 
Avatar de ALT
 
Homme
Assistant aux utilisateurs
Inscription : octobre 2002
Messages : 948
Détails du profil
Informations personnelles :
Sexe : Homme
Âge : 52
Localisation : France, Vienne (Poitou Charente)

Informations professionnelles :
Activité : Assistant aux utilisateurs
Secteur : Service public

Informations forums :
Inscription : octobre 2002
Messages : 948
Points : 1 274
Points : 1 274
Ah ben tu vois, tu aurais commencé par nous donner ces précisions !

Apparemment, tu n'as pas de compilateur C++.
Il te faut donc en installer un.
ALT est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 14h57   #5
Invité régulier
 
Inscription : mai 2007
Messages : 19
Détails du profil
Informations forums :
Inscription : mai 2007
Messages : 19
Points : 8
Points : 8
le quel et j'ai bien exporté CC=cc meme aussi avec CC=g++, CC=c+
apres
CXX=CC
FC=f77
avant de lancer ./configure .... peut etre j'ai oublié un autre ?
reg01 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 15h11   #6
ALT
Membre Expert
 
Avatar de ALT
 
Homme
Assistant aux utilisateurs
Inscription : octobre 2002
Messages : 948
Détails du profil
Informations personnelles :
Sexe : Homme
Âge : 52
Localisation : France, Vienne (Poitou Charente)

Informations professionnelles :
Activité : Assistant aux utilisateurs
Secteur : Service public

Informations forums :
Inscription : octobre 2002
Messages : 948
Points : 1 274
Points : 1 274
gcc ?
ALT est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 15h16   #7
Invité régulier
 
Inscription : mai 2007
Messages : 19
Détails du profil
Informations forums :
Inscription : mai 2007
Messages : 19
Points : 8
Points : 8
tout j'ai essayé mais ça ne mache et là je ne sais pas la source du problème
reg01 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 15h30   #8
En attente de confirmation mail
 
Avatar de gandalfar
 
Inscription : novembre 2004
Messages : 145
Détails du profil
Informations forums :
Inscription : novembre 2004
Messages : 145
Points : 116
Points : 116
Envoyer un message via MSN à gandalfar
install les bin-utils avant car la tu n a pas de compilo installé ni les .h de la libc
gandalfar est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 15/05/2007, 16h42   #9
Invité régulier
 
Inscription : mai 2007
Messages : 19
Détails du profil
Informations forums :
Inscription : mai 2007
Messages : 19
Points : 8
Points : 8
j'ai reussi a le faire c'etait d'exporter CC=gcc et CXX=g++ juste ça merci à vous tous
reg01 est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 06h51.


 
 
 
 
Partenaires

Hébergement Web