[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to run binary prg?



"K.Y.Lo" wrote:
  >Hi
  >
  >I had compile the code to create new binary file
  >
  >I want to execute BINARY program 
  >here is message:-
  >
  >$ Chmod 755 Hello
  >$ Hello
  >bash: Hello: command not found

Your search path does not include the current directory.

`./Hello' should work.


`echo $PATH' will show the current search path.

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
               PGP key from public servers; key ID 32B8FAA1
                 ========================================
     "Behold, what manner of love the Father hath bestowed 
      upon us, that we should be called the sons of God..." 
                                I John 3:1 



--  
Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: