Hello everyone! I am just starting to get inot the terminal on OS X and have already run into a couple of problems. First when I try to run a program compliled using gcc i have to type in the entire path even if I am in the directory in which the file resides. For eample:
[Brent-Johnsons-Computer:~] bj% g++ hello.cpp -o hello
[Brent-Johnsons-Computer:~] bj% hello
tcsh: hello: Command not found.
[Brent-Johnsons-Computer:~] bj% /Users/bj/hello
Hello World
[Brent-Johnsons-Computer:~] bj%
How do I fix this?
Question 2..what are the main differenence between xterm and the default terminal.
Lasetly emacs 21.3.50 doesn't seem to worrk with Panther. Anyone else having this problem?
Thanks a lot for you help. I have been reading posts on this site for a long time but this is my first post. Thanks!
[Brent-Johnsons-Computer:~] bj% g++ hello.cpp -o hello
[Brent-Johnsons-Computer:~] bj% hello
tcsh: hello: Command not found.
[Brent-Johnsons-Computer:~] bj% /Users/bj/hello
Hello World
[Brent-Johnsons-Computer:~] bj%
How do I fix this?
Question 2..what are the main differenence between xterm and the default terminal.
Lasetly emacs 21.3.50 doesn't seem to worrk with Panther. Anyone else having this problem?
Thanks a lot for you help. I have been reading posts on this site for a long time but this is my first post. Thanks!