I have a CodeWarrior 10 application project that references multiple compiled libraries. One of these libraries references yet another library. All of the library projects build without any problems. However, when I try to build my application project, it gets numerous link errors for undefined symbols, all of which are located in that one sub-library. I thought that when building a library that references another library, that referenced library gets pulled into the library being built. Is that not the case with CodeWarrior 10? Is there a way to get CodeWarrior 10 to include referenced libraries in the final output when building a library project?