I am working in a porject in wihich I need to build a shared library for the VxWorks OS (.out). However, the library needs a static library (.a ) file which I need to build. I am using the suplied make file in this post to build my shared library but the same file fails to build the required (.a ) library. i wonder if any body has built a static library (.a) using gcc gnu before. I need the make file.
thanks