On Tue, Jun 21, 2005 at 02:24:38AM +0500, Ahmad Sheikh wrote: > I used the following script: > > $ ./configure --prefix=/usr > --with-boost-include-dir=/usr/local/include/boost-1_32 > $ make > $ make install
Hmmm, perhaps you have a tree that is partially built with --prefix=/usr and some left overs from a build with the default --prefix=/usr/local? You might want to try a make clean followed by configure, make, make install. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
