discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] run-time error when using gsl libraries in a cust


From: Zing Yu
Subject: Re: [Discuss-gnuradio] run-time error when using gsl libraries in a custom block
Date: Mon, 29 Oct 2012 11:46:01 -0700 (PDT)

> Sorry, I should have replied to the list.

> You can fix this by linking to gslcblas

Yep. It works now!

I have made it to work by changing below line in
CMakeLists.txt file in gnuradio/gr-howto-write-a-block/swig:
set(GR_SWIG_LIBRARIES gnuradio-howto gsl)
to:
set(GR_SWIG_LIBRARIES gnuradio-howto gsl gslcblas)


Thanks Josh.



reply via email to

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