HELP DNS --> Solaris 32bit Ultra 1

Jim Reid jim at rfc1035.com
Tue Feb 15 18:10:03 UTC 2000


>>>>> "mesri" == mesri  <mesri at ga-telecom.net> writes:

    mesri> Hello, i have hier ultra 1 / solaris 32bit system.  I
    mesri> install the GNU for Sun ( but i think is for 64 bit system)

    mesri> /usr/local/bind/src/include/isc /usr/local/bind/src/port
    mesri> /usr/local/bind/src/port/solaris
    mesri> /usr/local/bind/src/port/solaris/include
    mesri> /usr/local/bind/src/port/solaris/include/sys choose_bitypes
    mesri> /usr/local/bind/src/port/solaris/bin/probe_ipv6: cc: not found

Here is your problem. You've used the Makefiles that compile with
Sun's unbundled compiler, cc. Either this isn't installed or else it's
not in your search path. If you have installed gcc - as you perhaps
hinted at above - you need to use Makefiles that will invoke gcc, not
cc. You can do this by moving Makefile.set.gcc to Makefile.set in
src/port/solaris and starting the installation again. In the 8.2.2P5
release, compiling with gcc should just work by default. So, it looks
like you've not installed gcc or you're not compiling the current BIND
release. Check that your search path includes the diectory where gcc
is installed. If you installed it: GNU software comprises more than a
C compiler.



More information about the bind-users mailing list