Weird "undefined reference to" when building pango byAuthor •October 18, 2023 The "undefined reference to" error is a common linker error when building software, and it typically indicates that the linker cannot find a reference to a particular function or symbol in your code. In the context of building Pango, here a…