ams-tschoening commented on issue #209: URL: https://github.com/apache/logging-log4cxx/issues/209#issuecomment-1528732244
Might be, but without further details about how your are doing that for those projects it doesn't mean too much about this error message. Look at the error message, it's not coming from log4cxx itself and it's not mentioning any log4cxx file. Instead, the source is withing `arm-cortex_a9-linux-gnueabihf-linaro_4.9`: Seems to me like g++ bundled with that repo is trying to load `liblto_plugin.so` of that repo and that fails. that file seems to be a symlink to [liblto_plugin.so.0.0.0](https://github.com/Christopher83/arm-cortex_a9-linux-gnueabihf-linaro_4.9/blob/master/libexec/gcc/arm-cortex_a9-linux-gnueabihf/4.9.4/liblto_plugin.so.0.0.0), so you should have a further look at if that file makes sense or whatever. It might as well be that this file is not used in your other builds for some reason. Anyway, I don't see any concrete relationship to some problem in log4cxx currently. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
