On Wed, Mar 09, 2005 at 04:08:07PM +0100, Marius Vollmer wrote:
> [EMAIL PROTECTED] writes:
> 
> > Can't guile distribute libltdl but only use
> > it iff there's no local version found (or if the user states her
> > intention by configure magic)?
> 
> That is how it works right now.  I am not happy about the fact that
> Guile does this silently and that it is a configure decision that
> persists in the build tree.
> 
> What I would be happy with is to include a copy of libltdl in the
> Guile distribution but to have it completely ignored by configure and
> the Makefiles.  When libltdl is not found in the system, a message
> could be printed that instructs the user to install libltdl, maybe by
> using the included sources.

Makes the most sense to me too. This way a user can decide whether
to let her packaging system deal with it or not.

Installing silently libltdl can be a source of woes (even statically
linking it, since Guile can be linked to other apps which themselves
may use a slightly different version of libltdl: watch Apache and
expat coming in differently via different modules: hours of fun).

Regards -- and thanks for the great work again

-- tomás

Attachment: pgpKwZ3E8lH1v.pgp
Description: PGP signature

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to