Brad Smith: > > Stop removing the inter-library dependencies on libm, libogg, and--for > > the helper libraries--libvorbis itself. > > I was looking at this last night. I added your WANTLIB tweak. Here > is a diff including some fixes for the pkg-config files for static > vs shared linking.
Let's not go overboard here. Those "fixes" don't fix anything. Just because inter-library dependencies will allow (for instance) plain -lvorbis on dynamic archs, that does not mean that we now need to force this. An explicit -lvorbis -lm -logg works fine. -- Christian "naddy" Weisgerber [email protected]
