The log shows that configure is having problems testing gcc.

Thread model: posix
gcc version 4.8.3 (GCC)
configure:3289: $? = 0
*configure:3278: gcc -V >&5*
*gcc: error: unrecognized command line option '-V'*
gcc: fatal error: no input files
compilation terminated.
configure:3289: $? = 1
configure:3278: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.

You should try running

$> autoreconf -i --force

If you have troubles with that, you could try re-running autoconf and
automake by hand. Autoconf reads configure.ac to generate configure

$> autoconf -if
$> automake -acf

Good luck - autoconf/automake issues can be a bugger. This is a good read
on autotools if you're interested in learning more:
http://www.freesoftwaremagazine.com/books/autotools_a_guide_to_autoconf_automake_libtool

Russ

On Mon, Dec 1, 2014 at 6:45 AM, Kizito Porta BalanyĆ  <[email protected]>
wrote:

> Hello, after sending this email to monit-dev I get no answer, so I
> send it to this list:
>
> I'm trying to build monit in cygwin but I get the following error:
>
> ./configure
>
> configure: error: Architecture not supported: CYGWIN_NT-5.2
> configure: error: ./configure failed for libmonit
>
> It seems that cygwin is not supported, but I have read inside the code
> that it is, at least partially.
>
> You can also find an old post related to cygwin here:
> https://lists.gnu.org/archive/html/monit-dev/2006-06/msg00026.html
>
> Can you help me?
>
> I attach the config.log
>
> Thanks a lot for your time.
>
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general
>
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general
  • Monit on Cygwin Kizito Porta BalanyĆ 
    • Re: Monit on Cygwin Russell Simpkins

Reply via email to