bug#9088: Java, JARS primary?

2013-05-12 Thread Russ Allbery
es (and detect errors). If one is using a command-line compiler that can't generate similar sorts of dependency information, it's usually best to just rebuild all the *.java files that make up a JAR if any of them have changed, to ensure that no errors have been introduced and no internal APIs have changed. -- Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>

bug#8076: PCH support

2011-12-24 Thread Russ Allbery
mplicated and other parts of the compilation process dominate the time. C++ is significantly different than C in how much complexity it puts into its headers. -- Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>

Re: AC_LIBOBJ with file in subdirectory does not work

2010-05-27 Thread Russ Allbery
if the program's `_CFLAGS' variable is set, then the object file will be named, for instance, `maude-sample.o'. (See also *note Renamed Objects::.) -- Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/>