On Fri, Aug 15, 2008 at 4:56 PM, Hung Nguyen Vu <[EMAIL PROTECTED]> wrote: > Hi all, > > I've tried to compile DEV300_m29 from source. > The OS is CentOS, up to date default RPM installed, gcc 4.1.2 > > tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2 > cd DEV300_m29/config_office/ > ./configure --prefix=$HOME --disable-cups --disable-pam > --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla --disable-qadevooo > --without-system-stdlibs > cat warn # it is empty. > cd ../; ./bootstrap > > [EMAIL PROTECTED] DEV300_m29]$ LANG=en_US ./solenv/unxlngi6/bin/dmake
You need to source the environment file that configure creates. The result of configure is not modified makefiles or something like that, but a file with environment variables that control the build. LinuxX86Env.Set.sh for example ciao Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
