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