Re: [MaraDNS list] How to compile MaraDNS 2.0 in Windows
Sam Trenholme <[email protected]> Sun, 24 Jul 2011 23:56:52 -0400
| Newsgroups | gmane.network.dns.maradns.general |
|---|---|
| Message-ID | <CA+7SMPtQy=ZiDG3bVcFuX0HVYysyong35cF+9MmLdvxgZGFKKg@mail.gmail.com> |
I have verified that the latest snapshot of MaraDNS 2.0 compiles
without problem "out of the box" in Cygwin. To compile MaraDNS:
tar xvjf maradns-2.{version}.tar.bz2
cd maradns-2.{version}
./configure ; make
At this point, there should be a server/maradns.exe, a
tools/askmara.exe, and, unlike the native Windows compile, a
tcp/zoneserver.exe, a tools/duende.exe, a tools/askmara-tcp.exe, as
well as a deadwood-3.0.03/src/deadwood.exe
- Sam