On Wed, May 29, 2013 at 5:49 AM, Volker Schroer <[email protected]> wrote:
>> $ gnuradio-config-info --prefix >> $ gnuradio-config-info --sysconfdir >> >> > schroer@tux64 ~ $ gnuradio-config-info --prefix > /usr/local/gnuradio-3.7 > schroer@tux64 ~ $ gnuradio-config-info --sysconfdir > /usr/local/etc > > and > > schroer@tux64 ~ $ gnuradio-config-info --prefix > /usr/local/gnuradio-3.6 > schroer@tux64 ~ $ 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
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
