On 2003年5月25日, Erik Poupaert wrote: > Is it -- uberhaupt -- possible to build gcj-3.3 with --disable-shared > on linux? It should be. > Has anybody ever been successful in doing this? I never try it. You can get the same effect from a shared build by removing the libgcj.so symbolic link from your install tree, in which case ld will fall back on libgcj.a. Jeff