site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com ./configure make sudo make install But perhaps you're talking about something else? j o a r On 2004-09-17, at 15.30, Sam Hart wrote: while porting, I came across a problem with linking an undefined symbol res_9_init this turns out to be from using /usr/include/resolv.h I have had this confirmed on OpenDarwin 7.2.1, 10.3.4 and 10.3.5, so I think it is safe to say all the Darwin 7 releases. The fix was to add -DBIND_8_COMPAT=1 to my compile flags. why do we have the header files if there is no lib to support it ? bind9 appears to be in the CVS I am a little surprised that more people haven't tripped over this one, am I missing something ? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I've never had any problems compiling the standard named/bind distribution for Mac OS X. It has worked since Mac OS X Server 1.x (ie. pre-darwin) and up to the current Mac OS X 10.3.5. Note that I've never tried to do it on a plain Darwin install, only on Mac OS X. I simply: it appears res_init() is defined as res_9_init which comes from bind9, however it doesn't seem to be implemented, hence the error. smime.p7s
participants (1)
-
j o a r