libtool
[Top][All Lists]
Advanced

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

Re: TODO


From: Scott James Remnant
Subject: Re: TODO
Date: Wed, 10 Nov 2004 15:52:59 +0000

On Tue, 2004-11-09 at 16:29 +0100, Ralf Wildenhues wrote:

> 6. Versioned libraries.  Although this is not very portable yet, it is a
> concept which IMHO needs support.  Many people ask for it.
> 
One of the principal problems is that you need to record when symbols
were added to the library to get any use out of them, this means you
actually need a version script that gets incrementally modified as new
symbols are added.

If you just globally attach the same symbol to all of the symbols,
you're not really accomplishing much (other than enabling two different
versions to be loaded into the same application, and -Bsymbolic solves
that *DON'T SHOOT ME* :p).

> 9. Support multilibbing.
> 
Can you explain?

> 10. More testcases.  Faster test suite.  Please submit test cases for
> stuff that does not work.
> 
I've been playing with some test frameworks recently, the Autotest one
that comes with Autoconf is fairly primitive but surprisingly useful (as
you can just define your own m4 to improve it) -- I've still not found
anything that can truly unit test C though (if we plan down that road).

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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