I have two C libraries in my project, both build cleanly, and one library calls functions in the other. When I build the project that uses these two libraries I get unresolved symbols on all the functions library 1 calls in library 2.
Is there a linker setting I need to set to be able to have one library call another or is it not possible to use more than one library which calls another?
thanks,
-ed