Whats the minimum set of directories I need to build to be able to develop applications with ACE and TAO?
One common way to build ACE and TAO (once you have your configuration set up) is to simply run “make” in the $ACE_ROOT directory, then run “make” again in the $TAO_ROOT directory. However, running “make” from $ACE_ROOT not only builds the ACE library, it also builds all of the examples, tests, and other things you may not need. Likewise, running “make” from $TAO_ROOT builds not only the TAO and orbsvcs libraries, it also builds all the TAO and orbsvcs tests and examples.