On a related note: Separate out the commands and do "sudo" only for the actual install. Makes it easier to clean up since you don't need to "umask 0" or "chmod -R a+rw ." or whatever in order to have appropriate permissions; you can do the "make" again and again from whatever account you prefer to use. Also, it would allow a "make -j" for the actual compiling (which seemed to work, from the output you provided), then "sudo make install" with no "-j" to get the install correct. I also seem to remember someone (Eric?) commenting that it's generally a "bad idea" to do the first "make" as root. Could you give this "separate and conquer" a try (as above) and see if it works? - MLD

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to