Skip to content

Report underlying error when dlopen fails in listcomponents.

Scott Snyder requested to merge ssnyder/Gaudi:atlas-sss into atlas/v27r1

When dlopen files in listcomponents.exe, listcomponents prints only that the library didn't load, but doesn't include information on the underlying error. This change adds the result of dlerror to the error message.

Merge request reports