On Wed, May 29, 2013 at 3:38 AM, Volker Schroer <[email protected]> wrote:
> To keep two different versions of gnuradio I used two different > install-prefixes. > /usr/local/gnuradio-3.6 and > /usr/local/gnuradio-3.7 > > The idea was to switch between the two versions by setting a symbolic link > /usr/local/gnuradio to the directory just required. > > The installation works find but the second installation overwrites the > config files of the first installation as both config files go to > /usr/local/etc instead of <Install-prefix>/etc. > Can you run these two commands, each with the symlink set to the different directories, and post the output? $ gnuradio-config-info --prefix $ gnuradio-config-info --sysconfdir Running with multiple versions of GNU Radio installed the way you are describing works, but may involve more than just using the symlink. Here is an FAQ entry describing one way to do it: http://gnuradio.org/redmine/projects/gnuradio/wiki/FAQ#Experts-only-How-can-I-deliberately-install-GNU-Radio-multiple-times-different-versions -- Johnathan Corgan Corgan Labs - SDR Training and Development Services http://corganlabs.com
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
