こんにちは。
CygwinにてGNU SQL Serverのコンパイルに挑戦していますが、
./configureを実行すると以下のメッセージが出てMakefileが
作られません。
どうしたらいいでしょうか?
ちなみに、RPCについては、sunrpc-4.0.cygwin1.bin.tar.gz
をダウンロードして/usr/local配下にインストールされました。
$ ./configure
creating cache ./config.cache
checking host system type... i686-pc-cygwin
checking whether #! works in shell scripts... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for mawk... no
checking for gawk... gawk
checking for gcc option to accept ANSI C...
checking for function prototypes... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking whether ln -s works... yes
checking for ar... /usr/local/bin/ar
checking for gmake... no
checking for make... /usr/bin/make
checking for make include item... include
checking if make able to identify short and long file name... no
checking for rpcgen... /usr/local/bin/rpcgen
checking /usr/local/bin/rpcgen output... usage: /usr/local/bin/rpcgen infile
/usr/local/bin/rpcgen [-c | -h | -l | -m] [-o outfile] [infile]
/usr/local/bin/rpcgen [-s udp|tcp]* [-o outfile] [infile]
/usr/local/bin/rpcgen doesn't generate mytest.h
checking for rpc/rpc.h... no
FATAL: can not find RPC facilities (rpcgen, rpc/rpc.h ...)
よろしくお願いします。
|