I have a C++ library that is dependent on the linux system library util. I can compile my library with the g++ command "g++ lib.cpp -lutil", and it compiles just fine.I have a C++ library that is dependent on the l
I have a C++ library that is dependent on the linux system library util. I can compile my library with the g++ command "g++ lib.cpp -lutil", and it compiles just fine.I have a C++ library that is dependent on the l