public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Tawny Owl <tow_force@hotmail.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Problem Compiling A Linux Source Bundle
Date: Mon, 18 Sep 2017 19:46:00 -0000	[thread overview]
Message-ID: <AM5P189MB0305CC9D448CFD8CE241532F81630@AM5P189MB0305.EURP189.PROD.OUTLOOK.COM> (raw)

Hi Everyone,

I am trying to compile some SAT solvers, which all come as Unix source-code bundles, under Windows 10. I have installed Cygwin at c:\cygwin, and added c:\cygwin\bin to my Windows path. Lingeling came with the following instructions:

configure && make

Once I realised this translates to...

sh configure.sh && make

...it was fine, and I am happily running Lingeling - which is a good SAT solver! Unfortunately, many of the other SAT solvers are based on MiniSat - and these all have the same instructions, which I cannot follow:

export MROOT=<minisat-dir>  (or setenv in cshell)
cd { core | simp }
gmake rs

I don't know what export MROOT means (or setenv). Then I do cd core (to get to the C:\Temp\MapleCOMSPS\core folder), and issue...

make rs

...I receive the error:

Makefile:4: /mtl/template.mk: No such file or directory
make: *** No rule to make target '/mtl/template.mk'.  Stop.

It cannot find included files in C:\Temp\MapleCOMSPS\mtl . I have also tried adding C:\Temp\MapleCOMSPS\mtl to the Windows path - but this didn't change anything.

Apologies if this question has more to do with my lack of knowledge of compiling under Linux than it does with Cygwin - but it would mean a lot to me to be able to get the other SAT solvers working, so I would really appreciate guidance!

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

                 reply	other threads:[~2017-09-18 19:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM5P189MB0305CC9D448CFD8CE241532F81630@AM5P189MB0305.EURP189.PROD.OUTLOOK.COM \
    --to=tow_force@hotmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).