Does “gcc foo.c -lsomething” have the same effect as “gcc foo.c libsomething.a”?

前端 未结 0 1972
遥遥无期
遥遥无期 2020-11-30 20:18

I wonder if there is any difference between

gcc foo.c -lsomething

and

gcc foo.c libsomething.a

in terms of th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题