Toggle navigation
All Forums
Recent Posts
Sign In
I have no idea what I did but i need help
igrant
Posted:
January 13, 2006 2:49PM
in
Genius Bar
edited January 2014
I installed Ada on my iBook for a class that I am taking, and now when I compile c file and ada files to run the files if have to type the entire path to the file with the file name to run it, does anyone know how I can fix this thanks
-iGrant
Comments
Reply 1 of 1
lundy
Posts:
4,466
member
January 14, 2006 8:45PM
cd into the directory where the compiled executable is first.
cd /path/to/your/executable
./yourexecutable
Sign In
or
Register
to comment.
Comments
cd /path/to/your/executable
./yourexecutable