Index | Thread | Search

From:
Sebastien Marie <semarie@kapouay.eu.org>
Subject:
Re: lang/sbcl - building and installing libsbcl.so ?
To:
Dima Pasechnik <dima@sagemath.org>, ports@openbsd.org
Date:
Thu, 25 Apr 2024 14:11:32 +0200

Download raw body.

Thread
  • Kirill A. Korinsky:

    lang/sbcl - building and installing libsbcl.so ?

  • Sebastien Marie:

    lang/sbcl - building and installing libsbcl.so ?

  • Dima Pasechnik <dima@sagemath.org> 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
    
    
    
  • Kirill A. Korinsky:

    lang/sbcl - building and installing libsbcl.so ?

  • Sebastien Marie:

    lang/sbcl - building and installing libsbcl.so ?