| 12345678910111213141516171819202122232425 | <sect2><title> </title><para> </para></sect2><sect2><title>Installation of Zlib</title><para>Prepare Zlib to be compiled:</para><para><screen><userinput>CFLAGS="-O2 -pipe" \    ./configure --prefix=/stage1 --shared</userinput></screen></para><para>The <emphasis>-fPIC</emphasis> flag helps to assurequality in the dynamic zlib library.</para><para>Some packages expect a static zlib library to be presenton the system. To satisfy those programs, compile both theshared and static libraries:</para><para><screen><userinput>makemake test</userinput></screen></para><para>Install the libraries:</para><para><screen><userinput>make install</userinput></screen></para></sect2>
 |