I started a new project, and was wondering what license problems arrise when I link needed libraries static?
I'm not 100% sure what the actual license for the prog is going to be(probably GPL), but its using some libs which are released under (a modified version of ) the BSD license(
libarchive,
cdk).
So does anyone know if I can link these libraries static at all?