Yea you're right. I'm on a 256MB VPS slice so it is exhausting the memory. I'll try a different environment.
Thanks! -max On Mon, Mar 9, 2009 at 12:02 AM, Andi Vajda <va...@apache.org> wrote: > > On Mar 8, 2009, at 21:37, Max Lynch <ihas...@gmail.com> wrote: > > Hey guys, >> I'm trying to build pylucene on a 64bit ubuntu 8.04 Hardy. The build >> always >> fails while compiling __wrap01__.cpp >> The only error I get from the build process is: >> make: *** [compile] Killed >> > > Maybe your compiler is running out of memory ? > Try increasing the --files value to cause JCC to generate smaller but more > numerous __wrap??__.cpp files. > > Andi.. > > >> >> Any ideas? >> >> Thanks. >> >