forked from racket/racket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cs configure: avoid
--enable-shared
problems
Building with shared libraries is not currently supported, because the Chez Scheme build is not set up to work in that mode, and because "stand alone" executable handling at the Racket level does not support Racket CS shared libraries. Also, there's no benefit to shared libraries. Racket executables get the benefit of sharing because they all run through the same executable. Meanwhile, there's not (yet?) a supported C API to make something like "libracketcs.so" useful. Related to racket#2993
- Loading branch information
Showing
2 changed files
with
106 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters