Find the answer to your Linux question:
Results 1 to 2 of 2
in my debian system , gcc command is not working , it gives me command not found . gcc 3.4 is installed in my system but why he give me ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    47

    gcc command is not found

    in my debian system , gcc command is not working , it gives me command not found .

    gcc 3.4 is installed in my system but why he give me such kind of error .

    i even upgrade it by newer version of gcc from www.debian.org but nothing is solve my problem .

    i dont know what to do ,

    please help me.

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    are you removed the old gcc?
    if yes
    make a symlink to the real gcc 3.4 file
    rm /usr/bin/gcc
    ln -s /usr/bin/gcc-3.4 /usr/bin/gcc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •