I am using an open source library and it builds to a file like libshared.la. Can i statically link with this file using normal gcc commands? I’m more familiar with the dynamic linking of .so file and the static linking of .a files. Not sure about .la though.
thanks!
I am using an open source library and it builds to a file like
Share
That is a libtool file. You can use it using
libtool:More about
libtool: