Re: gr_3.9 OOT generates strange .so files

2021-06-15 Thread Vasil Velichkov
Hi Tom, On 14/06/2021 20.23, Tom McDermott wrote: > But it is also generating: > libgnuradio.grhpsdr.so.1.0.0git > libgnuradio.grhpsdr.so.e487bf33 > Is the way my OOT's .so files (and no soft links) being generated a > problem? This should not be a problem for packages. One small problem when i

Re: gr_3.9 OOT generates strange .so files

2021-06-14 Thread Ron Economos
That's normal operation. The actual file is libgnuradio.grhpsdr.so.e487bf33 and libgnuradio.grhpsdr.so.1.0.0git and libgnuradio.grhpsdr.so are symbolic links. The e487bf33 is the git hash of your last commit. Ron On 6/14/21 10:23 AM, Tom McDermott wrote: I have successfully built my OOT in gn