g++ -Wno-deprecated -I/path/to/systemc/systemc-2.3.0/include myfile.cpp -L/path/to/systemc/systemc-2.3.0/lib-linux -Wl,-rpath=/home/mrjay/Téléchargements/systemc-2.3.0/lib-linux -lsystemc -fpermissive ./a.out

Very important :

If you are running on a 64bits operating system then the command line is : g++ -Wno-deprecated -I/path/to/systemc/systemc-2.3.0/include myfile.cpp -L/path/to/systemc/systemc-2.3.0/lib-linux64 -Wl,-rpath=/home/mrjay/Téléchargements/systemc-2.3.0/lib-linux -lsystemc -fpermissive ./a.out