Buliding a shared library and need to specify an existing library, how?

2006-06-28 Thread Jim
One of the classes in the shared library requires/references a system library. I included the system library in the library list of the program that is using the shared library but I guess because the objects in the program don't require it, the loader is ignoring it and complains that it can'

Re: Buliding a shared library and need to specify an existing library, how?

2006-06-28 Thread Ralf Wildenhues
Hello Jim, * Jim wrote on Wed, Jun 28, 2006 at 09:50:53PM CEST: > One of the classes in the shared library requires/references a system > library. I included the system library in the library list of the > program that is using the shared library but I guess because the objects > in the progra