# windows安装gcc、g++、pthread

简介: # windows安装gcc、g++、pthread


windows安装gcc、g++、pthread

在windows使用pthread函数时报错:无法打开源文件<pthread.h>,通常是因为缺少pthread库。本文记录windows安装gcc、g++、pthread的操作流程。

windows安装gcc、g++、pthread可采用mingw的形式安装。

STEP 1 :下载mingw文件

打开一下网页https://sourceforge.net/projects/mingw/files/,下载mingw-get-setup.exe

STEP 2:安装.exe

运行 mingw-get-setup.exe安装mingw,需要注意安装目录,记住安装目录,待会需要设置环境变量使用。

STEP 3:环境变量配置

需要修改环境变量 选择计算机—属性—高级系统设置—环境变量,在系统变量中找到 Path 变量,在后面加入 min-gw的安装目录下的bin文件目录,如 C:\MinGw\bin

STEP 4:确认MinGw的安装成功

win+r打开cmd,输入mingw-get,此时会弹出 MinGw installation manager 的窗口,这时候证明MinGW的安装成功,此时需要关闭MinGW的窗口,否则会报错。

STEP 5:安装gcc

在cmd窗口输入命令:mingw-get install gcc 来安装gcc

STEP 6:安装g++

输入命令 mingw-get install g++ 和 mingw-get install gdb

STEP 7:查看gcc

在cmd中输入gcc -v来查看gcc安装是否成功

STEP 8:安装pthread

输入命令mingw-get install pthreads

windows配合vscode使用

终端输入gcc -v

编译Linux多线程代码

输入gcc main.c thrd_pool.c -o main -lpthread

目录
相关文章
|
2月前
|
iOS开发 MacOS Windows
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
|
19天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
19天前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
20天前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
33 0
Windows 平台安装 MongoDB
|
24天前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
28 4
|
27天前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
50 2
|
29天前
|
JavaScript Windows
windows安装vue
windows安装vue
|
29天前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
66 3
|
11天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
15 0
|
19天前
|
Windows
安装Windows XP系统
安装Windows XP系统