On Sat, Dec 06, 2003 at 08:46:15PM -0500, lee@fallingforward.net wrote:
I noticed that there is a #ifndef MACOSX at the top of z_lp.c. Is there any symbol on Linux that specifies if it's PPC or not? It may be a simple as adding another #ifndef
You can try to addi a define statement before #ifndef MACOSX : # define MACOSX 1
-- Marc