On Sat, Jan 14, 2012 at 05:33:17PM +0500, smith mark wrote: > > I downloaded UHD from link above, then I did following. > cd UHD. > cd host > mkdir build > cd build > cmake ../ > make > make install > ldconfig
You can install in userspace but then you need to be sure PYTHONPATH and maybe LD_LIBRARY_PATH are pointing to your install. Most users do 'sudo make install' to install in /usr/local. ldconfig will not find things in userspace and elf-ld can't figure out that a program in /something/bin might have libraries in /something/lib. After you do cmake, the Makefile should be able to clean out old stuff with 'make uninstall' and 'make clean' before the new make and sudo make install. -- LRK gr-user . ovillatx.sytes.net _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio