bo01
January 18th, 2009, 09:37 PM
Hello
I searched it but didn't find an answer.
I compile and run some programs in c++ with g++ and I use the flag -lpq in order to manage the build a program that uses an external library (database lib).
My question is what exactly does this (or these?) flag/s? First of all, I think -lpq is not one argument but I don't know (and I cannot find it) what -l does or -p or -pq or -q...
Is it so obvious???
THANX in advance
I searched it but didn't find an answer.
I compile and run some programs in c++ with g++ and I use the flag -lpq in order to manage the build a program that uses an external library (database lib).
My question is what exactly does this (or these?) flag/s? First of all, I think -lpq is not one argument but I don't know (and I cannot find it) what -l does or -p or -pq or -q...
Is it so obvious???
THANX in advance