¡@

Home 

c++ Programming Glossary: libshared.so

Building a shared library using gcc [closed]

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

application app that loads a shared library that I wrote libshared.so at runtime and calls a function that the shared library defines.. g g ggdb fPIC rdynamic shared L .. static lstatic o libshared.so FIXED The correct commands are g g ggdb fPIC rdynamic I.. static.. o shared.o g g ggdb fPIC rdynamic shared L.. static o libshared.so shared.o lstatic I tried these commands with and without rdynamic..