guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile guile.c dynl.c Makefi...


From: Marius Vollmer
Subject: guile/guile-core/libguile guile.c dynl.c Makefi...
Date: Fri, 25 Oct 2002 12:26:07 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Marius Vollmer <address@hidden> 02/10/25 12:26:07

Modified files:
        guile-core/libguile: guile.c dynl.c Makefile.am 

Log message:
        * Makefile.am (INCLUDES): Include from ../libguile-ltdl/ instead
        of from $(INCLTDL).
        (libguile_la_LIBADD): Use ../libguile-ltdl/libguile-ltdl.la
        instead of $(LIBLTDL).
        
        * guile.c: Include "guile-ltdl.h" instead of "libltdl/ltdl.h".
        (main): switch to scm_lt_dlset_preloaded_symbols;
        
        * dynl.c: Include "guile-ltdl.h" instead of "libltdl/ltdl.h".
        (sysdep_dynl_link): switch to scm_lt_dlhandle, scm_lt_dlopenext,
        and scm_lt_dlerror.
        (sysdep_dynl_unlink): switch to scm_lt_dlhandle, scm_lt_dlclose,
        and scm_lt_dlerror.
        (sysdep_dynl_func): switch to scm_lt_dlhandle, scm_lt_dlsym, and
        scm_lt_dlerror.
        (sysdep_dynl_init): switch to scm_lt_dlinit();

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/guile.c.diff?only_with_tag=branch_release-1-6&tr1=1.8&tr2=1.8.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/dynl.c.diff?only_with_tag=branch_release-1-6&tr1=1.63.2.3&tr2=1.63.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/Makefile.am.diff?only_with_tag=branch_release-1-6&tr1=1.138.2.24&tr2=1.138.2.25&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]