How can I get automake to create a standard shared library rather than libtoolized? Usually I created abc.so , which is referenced by the full path and loaded into the main program. Is there a way to get AM to do the same? If I listed it as _LIBRARY, automake complains: 'abc.so' is not a standard library name; did you mean 'libabc.a' 'abc.so' is not a standard library name; did you mean 'libabc.a'
Just to clarify: yes, I only need .so support - no statics. And yes, I want my own file name.
shared-libraries automake
viraptor
source share