> Great! Thanks for tracking that down. Looks like a potentially easy
> solution to the problem.
>
> Tom
diff --git a/gr-usrp/apps/Makefile.am b/gr-usrp/apps/Makefile.am
index 0f3a21b..a83e9f1 100644
--- a/gr-usrp/apps/Makefile.am
+++ b/gr-usrp/apps/Makefile.am
@@ -31,8 +31,9 @@ AM_CPPFLAGS = \
GR_USRP_LA=$(top_builddir)/gr-usrp/src/libgnuradio-usrp.la
# For compiling outside the tree, these will get fished out by pkgconfig
-
LDADD = \
+ $(USRP_LA) \
+ $(GNURADIO_CORE_LA) \
$(GR_USRP_LA) \
$(BOOST_LDFLAGS) \
$(BOOST_PROGRAM_OPTIONS_LIB)
The diff is against another git tree, i'm not sure if you need to be
carefull here.
Gr. Sim
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment