Trond Danielsen wrote:
> undefined symbol: _ZN17gr_gnss_ca_sourceD1Ev
This looks like the mangled name of the destructor method for the
gr_gnss_ca_source class. Do you have this in the class declaration in
the .h file and then defined in the .cc file somewhere?
gr_gnss_ca_source::gr_gnss_ca_source()
{
}
You can Google on "virtual destructor" for info about why this is
needed, it's a C++ thing, not specific to GNU Radio.
--
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio