/[guile]/guile/workbook/bugs/versioning-of-extensions
ViewVC logotype

Diff of /guile/workbook/bugs/versioning-of-extensions

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by rlb, Tue Apr 9 17:54:16 2002 UTC revision 1.5 by rlb, Wed Apr 24 21:07:25 2002 UTC
# Line 33  With respect to (1) Line 33  With respect to (1)
33    
34  With respect to (2)  With respect to (2)
35    
36      Current assumptions (though likely open to debate):
37    
38      (1) Guile shared libs, even ones supporting modules may need to be
39          directly linked into applications via -l.  For example, if you
40          want to call scm_make_u8vector from srfi-4 in your scheme code,
41          you will need to be able to "-l link" against
42          libguile-srfi-srfi-4 (or whatever lib contains that function).
43          This requirement places certain restrictions on the possible
44          solutions we might design.
45    
46    A proposal:    A proposal:
47    
48    (1) Write our own lt_dlopen(char *name, unsigned int interface)    (1) Write our own lt_dlopen(char *name, unsigned int interface)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26