Ticket #28 (closed enhancement: fixed)
Support static compilation
| Reported by: | mooneer | Owned by: | mooneer |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | interpreter | Version: | 1.0a3 |
| Keywords: | Cc: |
Description
./configure --enable-static doesn't work right now. Add support for this so that Kite can run on platforms that cannot use shared libraries.
Change History
Note: See
TracTickets for help on using
tickets.

Putting this aside for now. Looks like ./configure --disable-shared lets it compile anyway, but I need to eventually be able to statically link all the modules into libkite.so, at the very least.