just found another broken package that uses the 'static' USE flag to control generation of static libraries (aka libfoo.a) this is very much wrong ... USE=static is only to control the static-ness of binaries ... if your package has an option to build shared and static libraries, then it had better be building both or you'll get smacked ! -mike