GCC linking CppUnit gives undefined references (Ubuntu 20.04) – Debian
I'm failing to link CppUnit (libcppunit.so) with GCC on Ubuntu/Linux. What am I doing wrong? For reproducibility, I used Docker as follows: docker run -it -w /opt/myproject --name cxx ubuntu:20.04 /bin/bash $ apt-get update && apt-get install -y build-essential libcppunit-dev…