[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling on ULTRIX
From: |
Karl Berry |
Subject: |
Re: compiling on ULTRIX |
Date: |
Sat, 6 Nov 2004 17:26:16 -0500 |
Hi Thomas, Bernhard,
Thanks for the reports.
(1) missing utils/texinfo/lib/strdup.h?
gcc ... -c strdup.c
strdup.c:26: strdup.h: No such file or directory
All the strdup/xmalloc stuff will probably be redone for next time
anyway, but ok, I added the missing strdup.h. (You can get it from
Texinfo CVS if you need it in the meantime. It's trivial.)
(2) missing #ifdef HAVE_LC_MESSAGES ?
gcc ... -c makeinfo.c
makeinfo.c: In function `main':
makeinfo.c:530: `LC_MESSAGES' undeclared (first use in this function)
If Ultrix does not even have LC_MESSAGES, you might as well configure
with --disable-nls. I haven't worked on an Ultrix system in 10 years,
so if something better is needed, you'll have to send me patches.
Regards,
karl