http://directory.fsf.org/project/libgcrypt/
I am coding and application in C++, the application uses libgcrypt, so -lgcryptoption is passed to GCC C++.
my source code includes "#include "
i am using the library as "SHARED" meaning its not distributet with the executable of my application.
the library is licensed under GPLv3/LGPL, do i have the rights to SELL/Distribute my EXECUTABLE? do i have the rights to sell/redistribute the source code?
must i include the GPLv3/LGPL license in my application source code, or only in the EXECTUABLE folder?
my application uses pthreads also.
it might seem a stupid question, but this GPL licenses are really confusing :(