On 2011-06-10, Sebastian Reitenbach <[email protected]> wrote: >> New diff, fixes build on 64bits. > on sparc, the compilation fails with weird errors, due to gcc-2.95. I tried > to compile icu4c 4.4 with the following three lines added: > MODULES = gcc3 > MODGCC3_ARCHES = sparc > MODGCC3_LANGS = c++ > > but ran out of memory. So I reinstalled the box with more swap space, which, > after a day or so compiling, actually succeeded. Afterwards I tried to > compile icu4c 8.8 with the first version of your patch on that machine again, > including the three lines added above to use the gcc3 module. Unfortunately > this version seems to need even more memory, and I ran again out of memory. > Since it compiled so far until I ran out of memory, and installing the box > and retesting would take me again a day or two, I haven't tested it yet again > with 4.8, but I'm confident, that it might succeed with enough memory/swap > space.
If you track down which file has problems, maybe that file can be built with -O or -O0.
