|
From: Sam S. <sd...@gn...> - 2010-10-04 15:08:30
|
Vladimir Sedach wrote: > Turns out the key step I was missing was: > > rm src/config.cache it might be that what you actually need is "make distclean". this is why I recommend passing the build directory name to configure instead of building in src. then you can 'rm -rf' it. |