I have built a wsp with common libraries used by my Sharepoint wsps (e.g. web parts, event recievers, etc).
With this wsp (lets call it "shared wsp"), do I just need to deploy to the GAC and ensure that my other wsps reference DLLs from the gac?
I guess what I ask is the best way to build a common wsp that hosts popular references.