我在网上查了下,大概知道步骤了。
1、下载了ntfs-3g
2、tar 解压
3、编译好像通不过,下边是终端的过程,大神们,帮我看下:
./configure
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking target system type… x86_64-unknown-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… no
checking whether make supports nested variables… no
checking whether to enable maintainer-specific portions of Makefiles… no
checking for style of include used by make… none
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: in /home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23': configure: error: no acceptable C compiler found in $PATH See
config.log’ for more details
root@debian-younger:/home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23# make
bash: make: 未找到命令
root@debian-younger:/home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23# make installbash: make: 未找到命令
我大概感觉提示好像是缺少gcc 和 make,求解………………