$ cd Documents/minisat/
$ export MROOT
$ cd core
$ make rs
Makefile:4: /mtl/template.mk: No such file or directory
make: *** No rule to make target `/mtl/template.mk'. Stop.
Does anybody know what to do? What should I do to install minisat on mac?
Kind regards,
This is not minisat-related. You're not setting MROOT's value. replacing the line with something like
$ export MROOT=`pwd`
Should fix your problem.
Good look and enjoy minisat,
Bruno
--
---
You received this message because you are subscribed to the Google Groups "MiniSat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minisat+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--