2017-09-11 16:17 GMT+03:00 Martin Jansa <[email protected]>: > This causes build failure (at least with gold enabled): > > ../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to > 'pthread_cancel' > ../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to > 'pthread_create'
Most probably something unexpected with pthread and gold. I guess adding -lpthread should fix that. In order to test with gold enable just adding ld-is-gold to DISTRO_FEATURES is enough? Thanks, Athanasios -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
