Hello All,

 I am developing a sytemC library of my own which depends on two
systemC libraries
already available to me.

While linking all these three libraries I have used following options
and sequence

g++ -m32 -O3 -Wall -Wno-deprecated -fPIC -pthread -g $(INCDIR) -o
<executable file> -L<library directories>  -lmylib -lsystemclib1
-lsystemclib2

mylib is not getting linked. I am getting undefined reference to
sc_main which is defined in mylib.

Could some one please help me in getting this issue resolved.

Thanks,
Devab

_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to