Re: [Cgdb-devel] package libreadline with CGDB
Brought to you by:
bobbybrasko,
crouchingturbo
|
From: Bob R. <bo...@br...> - 2005-05-26 14:56:22
|
On Thu, May 26, 2005 at 10:34:56AM -0400, Mike Mueller wrote:
> I don't see a problem with including readline. We would statically link
> to it, rather than install a new readline.so on the user's machine, right?
>=20
> Mike
Yeah, that was what I was thinking, but I wanted to see what others
thought would be a good idea. There is a few options.
- Always link static against the packaged version.
- Same as above, but provide a configure option not to use the
packaged version.
- Only link against the packaged version if the system doesn't have a
version that works with CGDB
Either way, by default, we would link statically against readline. We
could provide a configure option to install readline, and then link
against the installed version, but all of this just get's more and more
complicated.
I think I like the idea of distribuing readline and linking statically
against it. Maybe provide an option to not use the packaged version.
Either way, when a new version of readline comes out, I'll simply
release a new version of CGDB with that version of readline. This would
probably provide the best of both worlds.
Thanks,
Bob Rossi
> > Hi All,
> >
> > I've been thinking about packaging readline with CGDB. CGDB needs a
> > fairly new version of readline to work. I find that people also download
> > CGDB, configure it, find out it doesn't configure because of readline,
> > and then that starts them on a never ending cycle of not being able to
> > configure CGDB.
> >
> > Either way, I've had several patches received into the development
> > version of readline. Once the next version of readline is released, CGDB
> > will depend on it. This change is needed to greatly improve the internal
> > structure of CGDB. In particular, CGDB will no longer have to fork in
> > order to communicate with readline. This is a great, and much needed
> > change.
> >
> > I was thinking about importing readline into CGDB for the next minor
> > release of CGDB (which could be soon). Does anyone think this is a bad
> > idea? or problematic? Any advice?
> >
> > Thanks,
> > Bob Rossi
> >
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22=
005
> _______________________________________________
> Cgdb-devel mailing list
> Cgd...@li...
> https://lists.sourceforge.net/lists/listinfo/cgdb-devel
|