guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnulib support


From: Kevin Ryde
Subject: Re: Gnulib support
Date: Tue, 21 Aug 2007 09:59:53 +1000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

address@hidden (Ludovic Courtès) writes:
>
> However, the `strcasecmp' module gets compiled iff `strcasecmp' was
> not found at configure time.

The problem is if other libraries do the same thing, ie. put an
strcasecmp in.  I expect you get clashes that'd stop an application
using certain combinations of libraries, or getting mis-detections of
what's available where, etc.

For namespace cleanliness any globally visible symbol in libguile really
has to have an scm_ (or probably scm_i_) prefix.  Is gnulib setup to
help libraries with that?  Nosing around it looks like perhaps not yet.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]