使用这个:
g++ -c -Wall -l libuthreads.a test02-new.cc -o test02-new
我正在编译我的代码。
在尝试使用 : test02-new 执行代码时,我得到:
test02-new: Permission denied.
你知道它的原因是什么吗?我以前用过这个命令。
使用这个:
g++ -c -Wall -l libuthreads.a test02-new.cc -o test02-new
我正在编译我的代码。
在尝试使用 : test02-new 执行代码时,我得到:
test02-new: Permission denied.
你知道它的原因是什么吗?我以前用过这个命令。