On 6/11/11 11:41 AM, m_p_w wrote:
this is the code, so where do i have to put the patch patch -p0 patchname.diff<---over here <-------------------or over here ./configure make Please help
patch -p(0,1,2...) < patchname.diffIf you get an error message asking for the name of the file to apply to, this possibly means that you selected the wrong patch level.