Subject: Re: Re: errors with doing a build on tools
To: Kamal R Prasad <kamalrpr@in.ibm.com>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-toolchain
Date: 07/17/2003 08:37:17
On Thu, 17 Jul 2003, Kamal R Prasad wrote:

> cc -O -qnolm -D_POSIX_SOURCE  -I. -I./include
> -I/tmp/kamalfs/netbsd/src/tools/co
> mpat -DHAVE_CONFIG_H  -D_FILE_OFFSET_BITS=64 -D_NETBSD_SOURCE
> -D__DBINTERFACE_PR
> IVATE -I/tmp/kamalfs/netbsd/src/lib/libc/include -c -o strlcat.lo.o
> /tmp/kamalfs
> /netbsd/src/tools/compat/../../lib/libc/string/strlcat.c
> "/tmp/kamalfs/netbsd/src/tools/compat/compat_defs.h", line 186.28:
> 1506-275 (S)
> Unexpected text u_long encountered.
> *** Error code 1
>
> Stop.
> nbmake: stopped in /tmp/kamalfs/netbsd/src/tools/compat

I guess AIX doesn't have "u_long", so we need to test for "u_long".

It's easy enough to add, but the patch to the regenerated "configure"
is too long and hairy to post to the list. I don't suppose you have
"autoconf"?

Frederick