C++ Programming on Linux - Cannot find non standard library issue when compiling on Ubuntu Linux

Опубликовано: 19 Март 2026
на канале: Hui Yuan
488
8

In this short video, it demonstrated how to migrate C++ project from one system to another, the example in this video is migrate a C++ project from Debian Linux to Ubuntu Linux, and it faced pthread (and all NON standard) library not found issue during compiling and linking time. This short video demonstrated , how to investigate and locate the root cause and resolve the issue, especially when facing library issue.