I love the GPL as much as the next guy, but it should help to share code, not prevent to do it. I am currently in a situation where I have to provide a python free from GNU readline, which is GPL, otherwise it would turn all my python GPL, something I don't want (I'm going BSD here).
I tried to look around for both mac and linux. On mac, macports specifically compiles against GNU readline, basically meaning that everything using python from macports is tainted with GPL code. I am trying to compile a version of python without readline (e.g. by using the Apple readline), but what about linux ?