April 19, 2024, 12:26:17 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: gcc Compiler error  (Read 3838 times)

Offline MsCincinnati

  • New Member
  • Posts: 2
gcc Compiler error
« on: March 26, 2006, 02:11:28 AM »
I am trying to install software and I get an error that says  no gcc, cc, cc, cl.  I tried to reinstall the gcc and still got the same error.  what can I do?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
gcc Compiler error
« Reply #1 on: March 27, 2006, 02:53:38 AM »
May environment variable are not properly set. Rather try to install a gcc binary etc.

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
gcc Compiler error
« Reply #2 on: March 28, 2006, 02:46:34 AM »
ok

In which linux flavour you are working ?

Ricky is Right , It may be possible the Enviornment Variables are not properly Set.

Firs of all find gcc executable  i.e by this command
#find / -name gcc*

After that if gcc compiler is there is shows its location.., then Set PATH variable to that location

Gaurav