Hello Sajjad, I guess that you have problems with the link order of your static libs. You always have to put in mind that the GNU linker is a pretty stupid tool. Example: Let Library A depend on Library B. Hence the correct link order would be LIBS = A B (not LIBS = B A) ! Regards Farid