This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Where do dynamic modules go?



> I need to use guile on several different architectures using
> dynamically linked modules.  The problem is where should I put the
> module .so files?  Is there any standard practice?
> 
> I think a good spot is "$(libdir)/guile/$(GUILE_VERSION)/$(ARCH)/..."
> paralleling "$(datadir)/guile/$(GUILE_VERSION)/..."

Dynamic modules should go in $(libdir)/guile, or
$(libdir)/guile/$(GUILE_VERSION) if they're meant to be specific to a
particular Guile release.

You don't need the $(ARCH), because $(libdir) is already designated as
architecture-specific.