Hi,is there a option to find automatically the necessary library for linking a program?
Example:If I use #include<math.h> I have to use -lm Okay, I know this. But, if I use #include<sql.h> how do I know which library I need?
TIA, Uwe
Hi,is there a option to find automatically the necessary library for linking a program?
Example:If I use #include<math.h> I have to use -lm Okay, I know this. But, if I use #include<sql.h> how do I know which library I need?
TIA, Uwe