当前位置:网站首页>编译GCC遇到的“pthread.h” not found问题
编译GCC遇到的“pthread.h” not found问题
2022-07-03 04:55:00 【passenger12234】
在LFS的第五章从源码编译freestanding的GCC时遇到如下报错
./gthr-default.h:35:10: fatal error: pthread.h: No such file or directory
35 | #include <pthread.h>
书上给的参考配置指令为
../configure \
--target=$LFS_TGT \
--prefix=$LFS/tools \
--with-glibc-version=2.35 \
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
--enable-initfini-array \
--disable-nls \
--disable-shared \
--disable-multilib \
--disable-decimal-float \
--disable-threads \
--disable-libatomic \
--disable-libgomp \
--disable-libquadmath \
--disable-libssp \
--disable-libvtv \
--disable-libstdcxx \
--enable-languages=c,c++
我首先尝试了一下删除上述的一堆disable,使用了如下的配置指令(主要是好奇configure会不会自动推断出来一些库和feature没办法支持,比如threads)
../configure \
--target=$LFS_TGT \
--prefix=$LFS/tools \
--with-glibc-version=2.35 \
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
--enable-initfini-array \
--disable-nls \
--disable-shared \
--disable-multilib \
然后果不其然,我得到了如下报错
./gthr-default.h:35:10: fatal error: pthread.h: No such file or directory
35 | #include <pthread.h>
于是我尝试了make clean,然后使用书上的配置指令重新configure。不解的是,仍然得到了上面的pthread.h not found的报错(预期由于移除了线程支持,应该不再依赖pthread.h头文件)。
发现使用rm -rf *把build目录全部删除后再重新configure就成功了。这说明是前面的make clean没有讲配置文件删除干净。
一番搜索后,发现了GNU automake的说明以及GNU coding styles的说明。
在上面coding styles的文档中有如下说明
‘clean’
Delete all files in the current directory that are normally created by building the program. Also delete files in other directories if they are created by this makefile. However, don’t delete the files that record the configuration. Also preserve files that could be made by building, but normally aren’t because the distribution comes with them. There is no need to delete parent directories that were created with ‘mkdir -p’, since they could have existed anyway.
‘distclean’
Delete all files in the current directory (or created by this makefile) that are created by configuring or building the program. If you have unpacked the source and built the program without creating any other files, ‘make distclean’ should leave only the files that were in the distribution. However, there is no need to delete parent directories that were created with ‘mkdir -p’, since they could have existed anyway.
Delete .dvi files here if they are not part of the distribution.
在上面automake的文档中,定义了如下的clean语义
- If
makebuilt it, and it is commonly something that one would want to rebuild (for instance, a.ofile), thenmostlycleanshould delete it. - Otherwise, if
makebuilt it, thencleanshould delete it. - If
configurebuilt it, thendistcleanshould delete it. - If the maintainer built it (for instance, a
.infofile), thenmaintainer-cleanshould delete it. Howevermaintainer-cleanshould not delete anything that needs to exist in order to run‘./configure && make’.
所以我之前的操作问题在于不应该使用make clean,而应该使用make distclean。
边栏推荐
- Hj35 serpentine matrix
- LVS load balancing cluster of efficient multi-purpose cluster (NAT mode)
- Number of uniform strings of leetcode simple problem
- Kept hot standby and haproxy
- Caijing 365 stock internal reference: what's the mystery behind the good father-in-law paying back 50 million?
- 论文阅读_ICD编码_MSMN
- The reason why the entity class in the database is changed into hump naming
- 【工具跑SQL盲注】
- First + only! Alibaba cloud's real-time computing version of Flink passed the stability test of big data products of the Institute of ICT
- Wechat applet waterfall flow and pull up to the bottom
猜你喜欢

STM32 reverse entry

SSM framework integration

Preparation for school and professional cognition

JDBC database operation

UiPath实战(08) - 选取器(Selector)

First + only! Alibaba cloud's real-time computing version of Flink passed the stability test of big data products of the Institute of ICT

Esp32-c3 learning and testing WiFi (II. Wi Fi distribution - smart_config mode and BlueIf mode)

Leetcode simple question: the key with the longest key duration

Leetcode simple question: check whether two string arrays are equal
![[research materials] 2021 annual report on mergers and acquisitions in the property management industry - Download attached](/img/95/833f5ec20207ee5d7e6cdfa7208c5e.jpg)
[research materials] 2021 annual report on mergers and acquisitions in the property management industry - Download attached
随机推荐
Symbol of array element product of leetcode simple problem
[research materials] 2021 China's game industry brand report - Download attached
Hire cashier (differential constraint)
Number of 1 in binary (simple difficulty)
Coordinatorlayout appbarrayout recyclerview item exposure buried point misalignment analysis
[develop wechat applet local storage with uni app]
Basic use of Metasploit penetration testing framework
逆袭大学生的职业规划
Shell script Basics - basic grammar knowledge
Market status and development prospect prediction of the global autonomous hybrid underwater glider industry in 2022
The programmer resigned and was sentenced to 10 months for deleting the code. JD came home and said that it took 30000 to restore the database. Netizen: This is really a revenge
LVS load balancing cluster of efficient multi-purpose cluster (NAT mode)
Why does I start with =1? How does this code work?
Mobile terminal - uniapp development record (public request encapsulation)
Leetcode simple question: check whether the array is sorted and rotated
Blog building tool recommendation (text book delivery)
Market status and development prospect prediction of global neutral silicone sealant industry in 2022
Use Sqlalchemy module to obtain the table name and field name of the existing table in the database
Kept hot standby and haproxy
Market status and development prospect forecast of global button dropper industry in 2022