hello,
I want install SystemC 2.3.0 in my Ubuntu 14.04 (64 bit),and enter these below commands:
mkdir objdir -> cd objdir -> export CXX=g++ -> ../configure -> make
when i enter "make" command this error is occured:
/bin/bash: -c: line 1: syntax error: unexpected end of file
make: *** [all-recursive] Error 1
I will be glad if anyone can help me