Re: 2.4.15-pre6 compile errors

David Woodhouse (dwmw2@infradead.org)
Tue, 20 Nov 2001 14:05:24 +0000


arnd@bergmann-dalldorf.de said:
> CONFIG_PPP_DEFLATE && (CONFIG_CRAMFS || CONFIG_ZISOFS): Symbol
> clashes from two zlib copies (again...). I suppose the symbols in
> drivers/net/zlib.c could all be made static unless a merge of both
> zlib copies is already planned.

JFFS2 will conflict too. JFFS2 and PPP can't use the separate zlib at the
moment, because they require compression support and it only does
decompression. PPP may even have trouble when that's fixed, although I think
we eventually concluded it would be OK.

JFFS2 and PPP can share though.

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/