Christopher Beland 14 October 2000 I tried to do an OpenOffice build under Linux-Athena. Steps: cd /beland/openoffice setenv CVSROOT :pserver:anoncvs@anoncvs.openoffice.org:/cvs cvs login (password: anoncvs) cvs co OpenOffice (gets latest build, needs at least 400 MB free) You could also download a source tarball from openoffice.org, and then do a cvs update, which would be a *heck* of a lot faster. add -f gnu (to get gcc 2.95 in path ahead of /usr/bin/gcc) add java_v1.2.2 cd config_office ./configure --prefix=/mit/apse/openoffice --with-jdk-home=/mit/java_v1.2.2/distrib/i386_linux22/ (answer n to question) cd .. source LinuxIntelEnv.Set dmake (note: you must be using csh.) build failed (try again with gcc 2.95.2?)