discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sim IJskes
Subject: Re: [Discuss-gnuradio] compiling gnuradio with gcc-4.5
Date: Tue, 29 Mar 2011 15:44:14 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]