Username : Date : Action : Comments [ close all ] |
|
|
|
benoit.buratti_6409 : 29/09/05 03:34 PM : Incident created |
- I need gcc to compile an application, but when i try "whereis gcc" there is no path with him, but i have install all file with the name gcc in the program "install software". How can i do to have this gcc working.
|
|
|
|
Linegod_7611 : 29/09/05 05:33 PM : Reply received |
- Have you tried:
# which gcc
or
# rpm -ql gcc|grep bin
It may be that the symbolic link between '/usr/bin/gcc-x.x.x' and '/usr/bin/gcc' was not
created.
------------
Note: If this answer resolves your problem, please remember to close this incident.
|
|
|
|
benoit.buratti_6409 : 02/10/05 06:34 PM : More info provided |
- [root@mail root]# which gcc
which: no gcc in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin)
|
|
|
|
Linegod_7611 : 04/10/05 04:58 AM : Reply received |
- Can you try running:
$ su
# urpmi gcc
---------
Note: If this answer resolves your problem, please remember to close this incident.
|
|
|
|
benoit.buratti_6409 : 07/10/05 09:07 AM : More info provided |
- [root@mail root]# urpmi gcc
The following packages contain gcc:
gcc-cpp
gcc2.96-cpp
libgcc1
|
|
|
|
benoit.buratti_6409 : 11/10/05 03:31 PM : Incident closed |
-
|
|
|