In the gburadio directory I did:
make unistall
make clean
make distclean
git pull
git checkout master
./configure
Then,. I got following error “config.status: error: cannot find input
file:
`omnithread/gnuradio-omnithread.pc.in’”
Anyone knows how to fix it??
On Fri, Dec 17, 2010 at 4:28 PM, Sangho Oh [email protected] wrote:
`omnithread/gnuradio-omnithread.pc.in’"
Anyone knows how to fix it??
You forgot to the bootstrap stage. It looks like you’ve got some stuff
left over from your old installation. We’ve removed omnithreads, so
it’s being called incorrectly.
Tom