Why my shared object does not compile without -fPIC

后端 未结 0 1788
清歌不尽
清歌不尽 2021-01-18 03:41

I wrote a simple shared lib which contains the usage of stdout in stdio.h.

#include 

...
  fflush(stdout);
...

There was no c

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