On 18.09.2009, at 15:07, Loic wrote: > > Thanks, a lot... > >> make distclean >> patch -p0 < glibc_2-10.patch >> make > > But, given that configure.in has been patched as well, I guess I > need to regenerate "configure", > How can I do?
make distclean will delete configure and a few more files make will then regenerate those files for you. The more manual approach is: make distclean patch ... autoconf ./configure make sudo make install _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

