/home/gevra/repos/ns-3-allinone/ns-3.15/build/../scratch/include_file.inc:36: undefined reference to `libconfig::Config::Config()'/home/gevra/repos/ns-3-allinone/ns-3.15/build/../scratch/include_file.inc:41: undefined reference to `libconfig::Config::readFile(char const*)'/home/gevra/repos/ns-3-allinone/ns-3.15/build/../scratch/include_file.inc:44: undefined reference to `libconfig::Config::lookup(char const*) const'/home/gevra/repos/ns-3-allinone/ns-3.15/build/../scratch/include_file.inc:51: undefined reference to `libconfig::Setting::operator[](int) const'/home/gevra/repos/ns-3-allinone/ns-3.15/build/../scratch/include_file.inc:51: undefined reference to `libconfig::Setting::operator int() const'.....
have_libconfig = conf.pkg_check_modules('LIBCONFIG', 'libconfig++', mandatory=False)
conf.env['ENABLE_LIBCONFIG'] = have_libconfigconf.report_optional_feature("LIBCONFIG", "Libconfig parsing library",conf.env['ENABLE_LIBCONFIG'],"LIBCONFIG not found")if have_libconfig:conf.env.append_value('DEFINES', "ENABLE_LIBCONFIG")
if bld.env['ENABLE_LIBCONFIG']:module.use.extend(['LIBCONFIG'])module_test.use.extend(['LIBCONFIG'])