> If the library is GPL, then you are incorporating GPL code into yours But with runtime (dynamic) linking, you're not including the GPL code. You're just asking for a library by that name. It could be anybody's library... so GPL shouldn't enter the picture with dynamic linking, right? \\/