This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin 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: libgetopt++ and setup and libstdc++


Robert Collins wrote:
> 
> Ok,
>         we're finally there. Setup now can use libstdc++ routines,
> allowing the full range of C++ programming constructs. Probably even
> exceptions, but I have not tested that yet.
> 
> I've removed the half-done GetOption.cc and GetOption.h from setup, they
> are part of libgetopt++, which is a much easier tool for options.
> 
> *** IMPORTANT ***
> libgetopt++ does not store the autotool created files in CVS. You'll
> need to run ./bootstrap.sh in it's source dir to create them.
> *****************
> 

That's goes against the FSF standard and the recommendations of the
autotools groups themselves.  You shouldn't require the user to have the
autotools installed.  That's the reason every package always has all of
the needed files for configure to execute.

Earnie.


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