NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: named problem (evbarm)
On Tue, Jan 01, 2008 at 12:50:53PM -0800, John Nemeth wrote:
> On May 24, 3:45pm, Jukka Marin wrote:
> } On Tue, Jan 01, 2008 at 05:01:55PM +0000, Julian Coleman wrote:
> } >
> } > > I have a NetBSD 4.0 system (evbarm) which works pretty well except for
> } > > named.
> } >
> } > I wonder if it's a libpthread problem. Could you add evbarm to the list
> } > of "no pthread" architectures in src/usr.sbin/bind/Makefile.inc and
> } > rebuild named?
> }
> } First, I hope you don't mind me Cc:ing to netbsd-users.
> }
> } I changed it to this:
> }
> } .if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
> } || ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" \
> } || ${MACHINE_ARCH} == "evbarm" )
>
> "evbarm" is most likely a ${MACHINE}, not a ${MACHINE_ARCH}. You
> probably want $MACHINE_ARCH} == "arm".
Yes, that one works.
-jm
Home |
Main Index |
Thread Index |
Old Index