Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 930366

Summary: dev-lisp/sbcl should have the option to install shared library (libsbcl.so)
Product: Gentoo Linux Reporter: Dima Pasechnik <dimpase+gentoo>
Component: Current packagesAssignee: Andrey Grozin <grozin>
Status: UNCONFIRMED ---    
Severity: enhancement CC: chris, common-lisp
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dima Pasechnik 2024-04-21 10:54:15 UTC
To use sbcl-librarian (see https://github.com/quil-lang/sbcl-librarian), one needs libsbcl.so - which is something to build along with sbcl itself. 

There is a Makefile target, see
https://github.com/sbcl/sbcl/blob/master/make-shared-library.sh

Can this be enabled (by a special USE flag, or always)?