[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: statically linking in srfi modules
From: |
Richard Shann |
Subject: |
Re: statically linking in srfi modules |
Date: |
Fri, 08 Feb 2013 09:25:53 +0000 |
Oh - sorry, I should have mentioned, we are still on guile 1.8 (perhaps
for no good reason?), if that affects the answer.
Richard
On Fri, 2013-02-08 at 09:24 +0000, Richard Shann wrote:
> 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
>
- statically linking in srfi modules, Richard Shann, 2013/02/08
- Re: statically linking in srfi modules,
Richard Shann <=
- Re: statically linking in srfi modules, Andy Wingo, 2013/02/08
- Re: statically linking in srfi modules, Richard Shann, 2013/02/08
- Re: statically linking in srfi modules, Mark H Weaver, 2013/02/08
- Re: statically linking in srfi modules, Mark H Weaver, 2013/02/08
- Re: statically linking in srfi modules, Richard Shann, 2013/02/08
- Re: statically linking in srfi modules, Richard Shann, 2013/02/09
- Re: statically linking in srfi modules, Mark H Weaver, 2013/02/09
- Re: statically linking in srfi modules, Mark H Weaver, 2013/02/09