Skip to content

Readelf showed that a few libraries were missing

Rick van Rein requested to merge fixes into master
  • Strangely, this caused errors while building on top of this
  • The availability of libraries in the $LD_LIBRARY_PATH did not help
  • It does not give build errors when the dependencies happen to also be linked in
  • One wonders if a quality control could be added to avoid this kind of trouble
  • Maybe generating a program that links in exported symbols of one library

Merge request reports