0

在 VS Code 上使用带有 Code runner 的 Posix 线程时,我在 Linux 上遇到了一个错误,并且遇到了 undefined reference to pthread_create() 的错误;

4

1 回答 1

0

要修复它,请在代码运行器 settings.json 中添加 -pthread 参数:

    "cpp": "cd $dir && g++ $fileName -pthread -o $fileNameWithoutExt && 
于 2022-01-16T16:23:22.350 回答