discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Location of config files


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Location of config files
Date: Wed, 29 May 2013 06:02:54 -0700

On Wed, May 29, 2013 at 5:49 AM, Volker Schroer <address@hidden> wrote:


$ gnuradio-config-info --prefix
$ gnuradio-config-info --sysconfdir


address@hidden ~ $ gnuradio-config-info --prefix
/usr/local/gnuradio-3.7
address@hidden ~ $ gnuradio-config-info --sysconfdir
/usr/local/etc

and

address@hidden ~ $ gnuradio-config-info --prefix
/usr/local/gnuradio-3.6
address@hidden ~ $ gnuradio-config-info --sysconfdir
/usr/local/etc

Ok, somehow the CMake configuration is messing up the calculation of sysconfdir.  The line at:

http://gnuradio.org/cgit/gnuradio.git/tree/CMakeLists.txt#n128

...should be appending 'etc' to the install prefix, which as shown above is correct.  But instead it is getting appended to '/usr/local', which is the default value if you don't specify a custom one when running cmake.  I'm not sure what to make of this yet, but it is definitely a bug.

--
Johnathan Corgan
Corgan Labs - SDR Training and Development Services
http://corganlabs.com
reply via email to

[Prev in Thread] Current Thread [Next in Thread]