shared library linking with .so format

Viewed 14

I'm try to link a shared library with .so format using .so format and file folder path to load .so file Without specific file name anyon help me

I'm try gcc -o shared shared.cpp -L -l *.so

./shared but this only load with real library file name and i want to need to with .so format

0 Answers
Related