This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Disabling libbanshee and libmudflap


On Thu, May 13, 2004 at 03:20:27PM -0400, Kelley Cook wrote:
> Why is it that in order to build the new GCC without libbanshee and 
> libmudflap are the options --without-libbanshee and disable-libmudflap?
> 
> Shouldn't either both options be "without" or both be "disable"?

Libbanshee is a library used by the compiler, and libmudflap is a
target library produced when you build the compiler.  I think that's
the usual difference between --without and --disable.  The issue is a
little confused by the fact that they're both in the source tree;
libbanshee is just imported for convenience.

-- 
Daniel Jacobowitz


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