I've searched for libgnuradio-core.so with find / -iname "libgnuradio-core.so" and found nothing. But there are libgnuradio-core.so.0 and libgnuradio-core.so.0.0.0 at /usr/lib/ Aren't they the same with libgnuradio-core.so?
How do I set PKG_CONFIG_PATH? Do I rewrite this block in configure: if test x${PKG_CONFIG_PATH} = x; then PKG_CONFIG_PATH=${prefix}/lib${gr_libdir_suffix}/pkgconfig else PKG_CONFIG_PATH=${prefix}/lib${gr_libdir_suffix}/pkgconfig:${PKG_CONFIG_PATH} fi export PKG_CONFIG_PATH with: PKG_CONFIG_PATH=/usr/lib/pkgconfig export PKG_CONFIG_PATH ??? I've somehow came to a stupid idea of replacing missing libgnuradio-core.so with a renamed copy of libgnuradio-core.so.0 and configure with ./configure --prefix=/usr but this has also failed. Not a surprise actually)) Nick Foster-4 wrote: > > Did you set PKG_CONFIG_PATH to the location of your Gnuradio > installation? If not, find the location of libgnuradio-core.so and add > it to the PKG_CONFIG_PATH. On my Ubuntu box this file was installed > to /usr/local/lib, so we add /usr/local/lib/pkgconfig to the > PKG_CONFIG_PATH: > export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig > -- View this message in context: http://old.nabble.com/Still-can%27t-install-gr-ais%2C-some-help-please--tp30062049p30097892.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio