BTW, why not downloading the Win32 binaries from ftp://ftp.isc.org/isc/bind
Main Topics
Browse All TopicsI have a nice bind 9 for my DNS server compiled and working nicely on Linux.
However I need to get some tools provided in the same distrib to be working on windows (eg dig, host, nslookup).
I want to compile by myself the version of the programs above (since I will modify it)
So I spent quite a bit of time on windows to get my VC++ 6 'nmaking' etc...
- did the BuildSetup.bat from win32utils dir
- did the BuildAll.bat from win32utils dir
And tried to compile in bind/bin/dig/win32 the dig.c, host.c, nslookup.c
It's almost ok, but it cannot find libdns.lib which should have been generated by the previous build, I guess...
This lib is nowhere on the pc... I don't want to spend more time on something taking 30 seconds on Linux, and an eternity on windows.
This is actually where I decided to give up and post a question :)
Anybody got a similar problem? Probably I miss something obvious ?!
PS I even tried to run all that stuff from the .BAT files rebuild as .bash on a decent environment, e.g. cygwin .
Just in case I did not configure right the ms-dos .bat files.
At least it's - of course - easier to setup, but still end up with the same problem.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
BTW, why not downloading the Win32 binaries from ftp://ftp.isc.org/isc/bind
After I fixed some include and lib paths it seems it could compile.
I could get the Bindinstall.exe which does not install much things (didn't find the host, dig... for instance).
Thanks for the bin, but I'd like to be able to compile that - maybe there is a special makefile for the libdns, required to link the utilities.
I could use the libdns coming from the bin, but I want to compile that instead.
Business Accounts
Answer for Membership
by: jkrPosted on 2004-05-04 at 09:16:56ID: 10988185
Did you get any errors from 'BuildAll.bat'?