y***g 发帖数: 6 | 1 just compiled a simple c program to check gcc on my freebsd, actually it is
just a printf
after gcc xxx.c then try to excute the a.out, I was told
a.out: command not found.
help. | s**i 发帖数: 30 | 2 Did you set your PATH with the directory that have a.out?
【在 y***g 的大作中提到】 : just compiled a simple c program to check gcc on my freebsd, actually it is : just a printf : after gcc xxx.c then try to excute the a.out, I was told : a.out: command not found. : help.
| w*******g 发帖数: 99 | 3 Did you try ./a.out? It should work...
【在 y***g 的大作中提到】 : just compiled a simple c program to check gcc on my freebsd, actually it is : just a printf : after gcc xxx.c then try to excute the a.out, I was told : a.out: command not found. : help.
| m**h 发帖数: 207 | 4 what the difference of cc and gcc in freebsd, which one is better?
is
【在 w*******g 的大作中提到】 : Did you try ./a.out? It should work...
|
|