ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 41 forks source link

1.13.1: --enable-shared ignored? #185

Closed ax3l closed 4 years ago

ax3l commented 6 years ago

Is it possible that configure --enable-shared does not produce shared libraries in ADIOS 1.13.1?

Trying to build them on Debian 9.4 with GCC 6.4 and only get .a archives.

ax3l commented 5 years ago

@pnorbert did anyone take a look at this? This is a bit of a pitty for many system with the 1.13.1 release :)

pnorbert commented 5 years ago

I don't think we ever had shared build. We could never figure out how to build them and still be able to build static libraries on all kinds of machines. Both the Makefile.am and CMakeLists.txt are written to build .a static libraries and has no option to build shared.

ax3l commented 5 years ago

Really? I think to remember we had shared libs before the last release. Did I just not realize this before? Huh!