I have a shared library (*.so) created using Real View Compiler Tools (RVCT 3.2) on windows target. Then I try to link this *.so file with my application using gcc on linux system. What is the gcc option to link this shared library with my application linux? My question is, is the -shared option, which […]
Linking a shared library using gcc
- Post author By user user
- Post date
- Categories In gcc, linker, shared-libraries
- 2 Comments on Linking a shared library using gcc