¡@

Home 

c++ Programming Glossary: function_inside_static_lib

Building a shared library using gcc [closed]

http://stackoverflow.com/questions/3588476/building-a-shared-library-using-gcc

a function defined inside a static library libstatic.a function_inside_static_lib . The problem is when I build the shared library the symbol.. 1 A static library that defines a function called function_inside_static_lib . This consists of the following serg@rodent ~ libtest cd static.. static.h static.h Header file for the static library int function_inside_static_lib int arg1 int arg2 static.cpp Source file for the static library..