C 프로그램을 컴파일하려고 하는데 다음과 같은 메시지가 나타납니다.
user@cu-cs-vm:~/Downloads/pa5$ make
gcc -c -g -Wall -Wextra `pkg-config fuse --cflags` fusehello.c
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fuse' found
fusehello.c:21:18: fatal error: fuse.h: No such file or directory
compilation terminated.
퓨즈를 설치하려고 하면 이미 설치되어 있다는 메시지만 나옵니다.
sudo apt-get install fuse
들어가서 살펴보았 usr/lib/pkgconfig
으나 fuse.pc
찾지 못했습니다. 거기에 있어야합니까?
답변1
어떤 배포판을 사용하고 있는지 모르겠지만 libfuse-dev
.fuse 헤더 파일을 설치해야 할 수도 있습니다.