Re: Replace ltdl with GLib's GModule

2020-03-25 Thread Duy Nguyen
On Wed, Mar 25, 2020 at 5:24 AM Mike Gran wrote: > > Hello all- > > In a fit of pique, I pushed a new branch of Guile to the repo > called wip-replace-ltdl-with-gmodule. It replaces the dynamic linking > library libltdl from libtool with the analagous library GModule > from GLib. It was remarkab

Re: Replace ltdl with GLib's GModule

2020-03-25 Thread dsmich
> From: "Duy Nguyen" > > On Wed, Mar 25, 2020 at 5:24 AM Mike Gran wrote: > > > > In a fit of pique, I pushed a new branch of Guile to the repo > > called wip-replace-ltdl-with-gmodule. It replaces the dynamic linking > > library libltdl from libtool with the analagous library GModule > > fr

RE: Replace ltdl with GLib's GModule

2020-03-25 Thread dsmich
Looks like (based on ldd output) that it depends on libglib, libpthread, and libpcre beyond all that libltdl also uses. -Dale

Re: [PATCH] Add srfi-171 to guile

2020-03-25 Thread Ludovic Courtès
Hi Linus, Linus Björnstam skribis: > From 1450661c2432522ee41b43dffd05e46384a3ff1b Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Linus=20Bj=C3=B6rnstam?= > Date: Mon, 23 Mar 2020 14:59:39 +0100 > Subject: [PATCH] Add SRFI-171 to guile > > This adds SRFI-171 (transducers) to guile. > > The two gui