discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] compile problems..


From: Alan Gray
Subject: Re: [Discuss-gnuradio] compile problems..
Date: Fri, 15 Aug 2003 08:37:17 +1000

I've compiled on Debian without a problem... I've only got the 0.7 tarball on there at the moment though, so I'm not up to date with the latest changes

Alan

At 10:20 PM 14/08/03 +0530, Ramakrishnan Muthukrishnan wrote:

 || On 12 Aug 2003 21:51:45 +0530
 || address@hidden (Ramakrishnan Muthukrishnan) wrote:

 rm> Hi folks,
 rm> I am still facing problems with compiling on my debian
 rm> system. Here is what I am getting.. I see that the qa_gr.cc
 rm> is not getting compiled and because of which I get linker error.



I made some changes in the autoconf,automake files and was
able to surmount the above problem. Here is the simple change.

@@ -198,13 +198,13 @@
        qa_gr_mmse_fir_interpolator.cc


-if MD_CPU_generic
-libgr_la_SOURCES = $(libgr_la_common_SOURCES) $(generic_CODE)
-endif
+# if MD_CPU_generic
+# libgr_la_SOURCES = $(libgr_la_common_SOURCES) $(generic_CODE)
+# endif

-if MD_CPU_x86
+#if MD_CPU_x86
 libgr_la_SOURCES = $(libgr_la_common_SOURCES) $(x86_CODE)
-endif
+#endif

Now, after this change, I recompiled the sources and am confronted
with a new problem. The log is given below.


It appears to me that the autoconfiscation of gnuradio is completely
broken. I am curious to know whether anyone could *ever* compile
gnuradio on a Debian system.

best regards
--
    Ramakrishnan                   http://www.hackGNU.org/
    Use Free Software -- Help stamp out Software Hoarding!


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

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