Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:
>> utils/SUBSYS.o: In function `lztextlen':
>> utils/SUBSYS.o(.text+0x11c68): undefined reference to `PGLZ_RAW_SIZE'
> Did you do this from a completely fresh tree? If not, did you do a "make
> clean" first? I built this morning without trouble...
No, he's right: the lztext stuff has an undefined reference that's
buried inside #ifdef MULTIBYTE. Not sure if the answer is to add
the missing #include to lztext.c, or if the code is wrong. Jan?
regards, tom lane