andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Need to support building Alembic libs as DSOs vs. static archives #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, our official build setup will only build static archives.  In order 
to fully support Python bindings, we'll need to be able to build them as shared 
libraries.  This will require an update to the CMake files as well as to the 
bootstrap script.

Original issue reported on code.google.com by ard...@gmail.com on 17 Aug 2011 at 2:00

GoogleCodeExporter commented 9 years ago

Original comment by ble...@gmail.com on 27 Aug 2011 at 12:01

GoogleCodeExporter commented 9 years ago
You can build shared libraries by specifying --shared on the bootstrap.
There are some fixes in my clone that fixes some problems with building shared 
libraries.

Original comment by miller.lucas on 6 Sep 2011 at 5:03

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 21 Sep 2011 at 8:30