zeerd's blog         Search     Categories     Tags     Feed

闲来添雅趣,无事自逍遥。对窗静望雪,一盏茶香绕。

Fix abc.so is not portable

#GCC @Linux


Contents:

gcc 编译时遇到如下Warning:

*** Warning: Linking the executable xxxxx against the loadable module
*** yyyyy.so is not portable!

原因是在Makefile.am中存在如下内容: yyyyy_la__LDFLAGS = -module

去掉后面的-module就好了。