I'm getting the following error when trying to compile anything that includes the systemc-ams library:
#include <systemc-ams.h>
int sc_main(int argc, char* argv[])
{ return 0; }
The following error arises:
/tmp/ccWqxyVs.o: In function `sca_util::sca_implementation::sca_matrix_base<double>::~sca_matrix_base()':
/home/johnnie/systemc-ams-1.0/include/scams/impl/util/data_types/sca_matrix_base.h:172: undefined reference to `sca_util::sca_implementation::sca_matrix_base_typeless::~sca_matrix_base_typeless()'
/home/johnnie/systemc-ams-1.0/include/scams/impl/util/data_types/sca_ma