I am new to linux compiling an opensource shared library.
after I downloaded, let say gTest from google, I unzipped the folder.
cd gtest.x.x.x
then
configure
then I did,
make all
a bunch of compilation, then linking is expected, am I right?
and then after the make all
is over, I checked lib
folder, to just find
libgtest.la
and libgtest_main.la
I should expect .so
file, NOT .la
Edit,
when I do make install I get the following output:
'make install' is dangerous and not supported.
the library fiels that contains .sc files and so ar in a hidden folder inside lib folder.
after make all go the following path
libraryProject/lib/.lib
there is a hidden lib folder inside lib folder.
gtest/lib/.lin/libName.so