C++ User's Guide

Reading From Multiple Template Repositories

The compiler reads from the template repositories corresponding to the object files that it reads. That is,


demo% CC sub1/a.o sub2/b.o

this command line:

reads from ./sub1/SunWS_cache and ./sub2/SunWS_cache, and, if necessary, writes to ./SunWS_cache.

Do not specify multiple repositories by giving multiple -ptr options. You can only use -ptr to specify a single repository location.