[Distutils] Do we need an install_clib command?

Thomas Heller thomas.heller@ion-tof.com
Fri Feb 9 14:34:02 2001


I recently came to think about an install_clib command.

The current build_clib builds static libraries,
but they can only be used to link them into extensions.

Sometimes it may be usefull to have static libraries
around.

Thomas