okay! i did few research on the internet and came to know that in 'windows' to install 'open cobol' i need an emulator called 'cygwin'. so, i downloaded the (x86-bit) version of 'cygwin' from official website. then i downloaded the 'local package' with the help of setup.exe. after that i tried to install 'cygwin terminal' from 'local directory' and it also successfully installed. then i downloaded 'gnu-cobol-1.1.tar.gz' from opencobol official site. now when i tried to configure(./configure) and install(make/make install) the gnu cobol from cygwin environment it shows this:
arun@arun-PC /cygdrive/c/oc/pgms/gnu-cobol-1.1
$ ./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)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for xlc... no
checking for cc... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
i tried to install this several times today, but i don't know what's going wrong.. a little help will be great
i know there are other options like 'mingw'. but i'm curious to do that with 'cygwin'..
arun@arun-PC /cygdrive/c/oc/pgms/gnu-cobol-1.1
$ ./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)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for xlc... no
checking for cc... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
i tried to install this several times today, but i don't know what's going wrong.. a little help will be great

i know there are other options like 'mingw'. but i'm curious to do that with 'cygwin'..
