pkgsrc-Users archive

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

Re: Errors building Xen - gcc48 failure



On 28 June 2018 at 14:37,  <maya%netbsd.org@localhost> wrote:
>
> I've dug at this for too long.
> Xen builds newlib with -nostdinc -isystem SOMEPATH/include
>
> where SOMEPATH=gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p'
>
> For netbsd's base GCC, that points to a directory with nothing in it.
> For pkgsrc GCC, it points to a directory with things like stddef.h in
> it.
>
> netbsd doesn't really have a stddef.h anywhere but /usr/include. so I am
> not sure what to do.

Would it work to buildlink a dir with stddef.h and set SOMEPATH to point to it?
David


Home | Main Index | Thread Index | Old Index