LLNL / Silo

Mesh and Field I/O Library and Scientific Database
https://silo.llnl.gov
Other
30 stars 24 forks source link

Can silo compile to shared libraries? #401

Closed VictorEijkhout closed 3 months ago

VictorEijkhout commented 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?

markcmiller86 commented 3 months ago

Shared libraries should be the default. But, you can try add --enable-shared to the configure command.

VictorEijkhout commented 3 months ago

Is not the default but the explicit flag solved it. Thanks.