Hi,
you need a C compiler. I don't know whether Mac OS X is shipping with
one. You could check with "which cc". If this finds a compiler then type
"export CC=cc" (bash/sh/ksh) or "setenv CC cc" before running make.
Thomas
--
On Thu, Jul 18, 2002 at 04:02:56PM -0000, joska_moeller wrote:
> Hi there,
>
> I wonder, if it is possible to run DNRD on Mac OS X. I've tried it,
> but got this after running the make command:
>
> [localhost:~/Documents/dnrd-2.10/src] josch% make
> Makefile:27: args.d: No such file or directory
> Makefile:27: cache.d: No such file or directory
> Makefile:27: common.d: No such file or directory
> Makefile:27: dns.d: No such file or directory
> Makefile:27: lib.d: No such file or directory
> Makefile:27: main.d: No such file or directory
> Makefile:27: master.d: No such file or directory
> Makefile:27: query.d: No such file or directory
> Makefile:27: relay.d: No such file or directory
> Makefile:27: sig.d: No such file or directory
> Makefile:27: tcp.d: No such file or directory
> Makefile:27: udp.d: No such file or directory
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> zsh: command not found: gcc
> gcc -Wall -Werror -O2 -D_REENTRANT -ggdb -c -o args.o
> args.c
> make: gcc: Command not found
> make: *** [args.o] Error 127
> [localhost:~/Documents/dnrd-2.10/src] josch%
>
> Any ideas?
>
> Regards,
>
> Josch