Hello. Since it seems that it was not very clear how to compile BRAT/BROP in pii after upgrading to RH7.1, here is the method it should work. For bash shell user (olchansk, gushue, mjmurray, aholm, hito) aclocal -I config automake -a autoconf CC=egcs CXX=egcs++ ./configure (whatever your option) make make install For tcsh shell user (other than people listed above) setenv CC egcs setenv CXX egcs++ aclocal -I config automake -a autoconf ./configure (whatever your option) make make install (if you want to get rid of CC and CXX enviromental variable after install) unsetenv CC unsetenv CXX The both methods have been tested on pii.
This archive was generated by hypermail 2b30 : Wed Oct 31 2001 - 14:35:40 EST