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就好了。