From: Sebastien Marie Subject: Re: lang/sbcl - building and installing libsbcl.so ? To: Dima Pasechnik , ports@openbsd.org Date: Thu, 25 Apr 2024 14:11:32 +0200 Dima Pasechnik writes: > Dear all, > sbcl can be packaged into a dynamic library, something one needs for > e.g. calling Lisp from C or Python, > via sbcl-librarian https://github.com/quil-lang/sbcl-librarian > A question about your use-case: would a static library (libsbcl.a) be enough for your purpose ? I am a bit reluctant to add a shared lib (with all the major/minor management its implies) for something outside the port tree. The static-library is simple to add (with --with-sb-linkable-runtime support). Else I will look to add it. Thanks. -- Sebastien Marie