One of the problems with building both versions is what to do with tests/Xlt/Xbae/clients. Which version do you link to??? In the ideal world you should have 2 copies of each, one with 1.2 and one with 2.x. Okay, now add in building the motif versions of the tests. I still maintain that we should only allow 1 version to be built at any one time. If you want both versions then mkdir 1.2 2.0 (cd 1.2 && ../configure --enable-build-12 && make) (cd 2.0 && ../configure --enable-build-20 && make) It would certainly make life _alot_ simpler.....Not to mention it would allow us to maintain a single source tree...
