Hi *, I cannot help with the complie-problem itself, but....
On Fri, Oct 23, 2009 at 8:15 AM, jithesh vs <[email protected]> wrote: > > I am trying to build OOo 3.01 in Fedora Linux 10. Executing of './bootstrap, > tcsh, source LinuxX86Env.Set, rehash' commands went smoothly. ^^^^ this is completely unnecessary (and man, why do you even what to use the shell as the command shell anyway?) Just source either the …Set.sh or the …Set one, depending on the shell of your preference, as you manually launch tcsh, my guess is that you're using bash usually. So source LinuxX86Env.Set.sh and you're done. And you also might want to pass --with-use-shell=bash to configure, so that the build-process itself uses bash instead of the crappy tcsh (on Mac, using tcsh caused non-reproducible, but rather frequent "hangs" of the build process, the build would just not continue, kill the process and try again and it worked) And some other questions: Why are you trying to build an outdated version? Why not try with the current release? OOo 3.1.1 or the upcoming one? Anyway - to help others track down the problem: What java-compiler are you using? ciao Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
