P
Peter Vanderhaden
Can anyone help me? I tried installing Ruby on Cygwin with the
following commands:
# Ruby :
tar xvf ruby-1.8.6.tar.gz
cd ruby-1.8.6
/configure
make
make install
The ./configure command produced the following error message:
$ ./configure
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Does a C compile come with Cygwin? If not, where can I get one so I can
complete the installation?
Thanks....
following commands:
# Ruby :
tar xvf ruby-1.8.6.tar.gz
cd ruby-1.8.6
/configure
make
make install
The ./configure command produced the following error message:
$ ./configure
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Does a C compile come with Cygwin? If not, where can I get one so I can
complete the installation?
Thanks....