Re: Replace ltdl with GLib's GModule

2020-03-27 Thread Eli Zaretskii
> From: Ludovic Courtès > Date: Fri, 27 Mar 2020 13:01:38 +0100 > > I’m very much tired of “file not found” :-), but I don’t think Guile > should depend on GLib, which is quite big. FWIW, I agree. > I think we should either fix ltdl (probably less work than porting Guile > to GModule, but also

Re: Replace ltdl with GLib's GModule

2020-03-27 Thread Ludovic Courtès
Hello! Mike Gran skribis: > 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 remarkably easy, and, after a cursory test >

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: 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 > >

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

Replace ltdl with GLib's GModule

2020-03-24 Thread Mike Gran
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 remarkably easy, and, after a cursory test I was surprised to find