In short, could I change the g++ compilation rules? How do I do this?

Thanks!

On Jan 14, 2008 7:40 PM, Jonas <[EMAIL PROTECTED]> wrote:

>
>
> I have a question.
>
> I am trying to make 4 signal processing blocks wherein some of the
> definitions for its computations will be REPEATEDLY defined. I really intend
> this. However, basing from the gr-howto module (of which I used the built-in
> dependencies there), the compiler ALWAYS COMPLAINS of a multiple definition
> of something that I REALLY INTEND to define repeatedly. This is due to the
> fact that the four signal processing blocks that I made share some COMMON
> signal processing manipulations.
>
> I want to be able to ignore this error and compile the four signal
> processing blocks simultaneously. Is this possible with GNU Radio?
>
> Thanks!
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to