のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

gccをインストールしないでconfigureを実行してみた。

gccをインストールしないでconfigureを実行してみた。

~/layout/oss/pango-1.38.1
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking whether make supports nested variables... (cached) no
checking build system type... x86_64-pc-mingw64
checking host system type... x86_64-pc-mingw64
checking for native Win32... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/u01/layout/oss/pango-1.38.1':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details