guile-user
[Top][All Lists]
Advanced

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

statically linking in srfi modules


From: Richard Shann
Subject: statically linking in srfi modules
Date: Fri, 08 Feb 2013 09:24:16 +0000

Is it possible to statically link in the srfi modules? For GNU/Denemo we
are currently trying http://mxe.cc to build for ms windows. Guile is
being built with --disable-shared and in consequence when denemo loads
srfi-1 the dynamic loading it does:
(load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1")
fails.
If OTOH I put --enable-shared then the link fails lacking further shared
libraries libgmp libltdl libunistring libintl libiconv.

Can someone suggest how to proceed - there is no critical objection to
using shared libraries, but all those libraries are already built in mxe
as static libraries; is there a way to build guile with the srfi stuff
ready linked in?

Richard Shann





reply via email to

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