Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: create and use shared libraries #2372

Closed
vicuna opened this issue Mar 23, 2004 · 2 comments
Closed

feature request: create and use shared libraries #2372

vicuna opened this issue Mar 23, 2004 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Mar 23, 2004

Original bug ID: 2372
Reporter: administrator
Status: closed (set by @damiendoligez on 2012-01-27T19:16:10Z)
Resolution: fixed
Priority: normal
Severity: feature
Fixed in version: 3.11.0
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Benjamin Geer
Version: 3.07
OS: Linux
Submission from: 217.196.235.1 (217.196.235.1)

Sometimes, a large number of small programs need to use a single very large
library. In these cases, if the library must be statically linked (as is
currently the case in Caml), the programs that use it all become very large as
well. It would therefore be useful if Caml could create and use shared
libraries. Some work has been done on this, but it is incomplete and not
necessarily portable:

http://www.boblycat.org/~malc/scaml/

Please consider adding this feature to the standard distribution.

@vicuna
Copy link
Author

vicuna commented Apr 1, 2004

Comment author: administrator

XL is no big fan of shared libs, but let's keep that as a feature wish.

@vicuna
Copy link
Author

vicuna commented Jan 27, 2012

Comment author: @damiendoligez

Implemented in 3.11.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant