Hi:
I'm trying to build gmake on a NEXTSTEP 3.3 system on an intel cpu.
After patching the typedef __SIZE_TYPE__ __size_t in glob/glob.h
to be:
typedef unsigned long int __size_t;
make complains thusly:
gettext.c: In function `dgettext__':
gettext.c:2374: `LC_MESSAGES' undeclared (first use this function)
gettext.c:2374: (Each undeclared identifier is reported only once
gettext.c:2374: for each function it appears in.)
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
Attached is the config.cache file.
Thanks,
Milo
---
Milo Velimirovic <[EMAIL PROTECTED]>
Unix Computer Network Administrator (608) 785-6618
University of Wisconsin - La Crosse
La Crosse, Wisconsin 54601 USA 43 48 05 N 91 14 22 W
- Re: make won't make gmake Milo Velimirovic
- Re: make won't make gmake Paul D. Smith