Tuesday, March 29, 2011

Re: [Discuss-gnuradio] compiling gnuradio with gcc-4.5

On 29-03-11 15:31, Tom Rondeau wrote:

> 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