pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: compiling linrad under NetBSD



Ramiro Aceves <ea1abz%gmail.com@localhost> writes:

> AC_PREREQ(2.50)
> setterm -term linux -back white
> setterm -term linux -fore black

well that should just be removed.  configure should not be making
choices about how the output looks and should not be reconfiguring the
terminal.

> OS=`uname`
> AC_SUBST(OS, "${OS}")
> MACHINE=$(uname -m)

probably should be -p, not -m.

> CPU="CPU_INTEL"

wow, but this should probably be a case, not an assume-intel-unless.

> uname at NetBSD outputs this:
>
> rpi4-netbsd$ uname
> NetBSD
>
> rpi4-netbsd$ uname -m
> evbarm
>
> So it do not work.

Yes, but this is an upstream bug I think.

And, upstream says that the code doesn't work yet on aarch64.


Home | Main Index | Thread Index | Old Index