Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a48fa4b4
Commit
a48fa4b4
authored
Feb 02, 1999
by
Bob Halley
Browse files
add
parent
990fe8c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
0 → 100644
View file @
a48fa4b4
We've had successful builds and tests on the following systems
BSDI 3.1
Digital UNIX 4.0D
HP-UX 11
Red Hat Linux 5.2
SGI IRIX 6.5
Solaris 2.6
To build, just
./configure
make
Do not run 'make install'.
Building with gcc is not supported, unless gcc is the vendor's usual
compiler (e.g. the various BSD systems, Linux). If you have gcc installed
on a system where it is not the vendor's usual compiler, then you should
setenv CC cc # Solaris, HP-UX
or
setenv CC c89 # Digital UNIX
before doing "./configure".
We know about the compiler warnings for socket.c on some systems. The issue
will be addressed in a future release, but in the meantime everything should
still work.
Code in bin/named is for testing purposes only, and is not representative of
the final architecture. Currently, it can load one zone and answer questions
about names in that zone.
All APIs are subject to change in future code drops.
Out-of-zone glue is not supported yet.
Trying to query for ANY RR type doesn't work yet.
IRIX note: you must edit lib/isc/Makefile.in changing
pthreads/condition.o \
@ISC_EXTRA_OBJS@
to
pthreads/condition.o @ISC_EXTRA_OBJS@
before you run ./configure. Many compiler warnings, etc. are currently
generated on IRIX. They will be cleaned up in a future release.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment