It just sounds like he was using tsxs to build the plugin and linked with only 1 of 6 or so of the compilation units required. Compiling with -O0 shouldn't make a difference.
Brian On Wed, Oct 7, 2015 at 2:54 PM, Nick Kew <n...@apache.org> wrote: > On Wed, 2015-10-07 at 13:24 +0800, Brian Geffon wrote: > > Sounds like it wasn't properly linked, it's missing the symbol > > Some build inconsistency between the plugin and the core. > > > BgFetchConfig::readConfig(const char *config_file) > > Could the compiler have optimised out that symbol? > Does compiling with -O0 make any difference? > > -- > Nick Kew > >