Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930366 - dev-lisp/sbcl should have the option to install shared library (libsbcl.so)
Summary: dev-lisp/sbcl should have the option to install shared library (libsbcl.so)
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-21 10:54 UTC by Dima Pasechnik
Modified: 2024-04-21 11:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)?