Closed VictorEijkhout closed 3 months ago
I'm using 4.11.1 and my lib directory contains:
libsilo.a libsiloh5.a libsiloh5.la* libsiloh5.settings* libsilo.la* libsilo.settings*
Is there a way to get .so shared libraries?
.so
Shared libraries should be the default. But, you can try add --enable-shared to the configure command.
--enable-shared
Is not the default but the explicit flag solved it. Thanks.
I'm using 4.11.1 and my lib directory contains:
Is there a way to get
.so
shared libraries?