Search:

Type: Posts; User: MrLinus; Keyword(s):

Search: Search took 0.19 seconds.

  1. Thread: Gcc

    by MrLinus
    Replies
    10
    Views
    11,778

    Edit you .bash_profile file using whatever tool...

    Edit you .bash_profile file using whatever tool you are comfortable with. I personally use vi. You can find it by type
    ls -l .bash_profile in your home directory.

    At the end of the PATH...
  2. Thread: Gcc

    by MrLinus
    Replies
    10
    Views
    11,778

    Hey there, Give a try to ./a.out .. You're...

    Hey there,

    Give a try to ./a.out .. You're path is what is determining whether it finds it locally or not. You can find out what your path is by entering echo $PATH.

    Hope this helps.
Results 1 to 2 of 2