.infig.status: error: cannot find input file

이 오류는 실행 중입니다./configure 파일일 때
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking for main in -lpthread... yes
checking whether GLib supports loadable modules... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating \
.infig.status: error: cannot find input file: \

이것은 configure 때문입니다.in의 파일 형식이 틀렸습니다. 편집기로 configure를 엽니다.in 파일, 유닉스 형식으로 다시 저장합니다.
> vi configure.in
vi > set fileformat=unix
vi > wq
> aclocal
> autoconf
> automake -a
> ./configure

좋은 웹페이지 즐겨찾기