> The second problem is an internal compiler error on hppa: > ... > gcc -DHAVE_CONFIG_H -I. -I. -I.. -DINET6 -DPREFIX=\"/usr\" > -DSYSCONFDIR=\"/etc\" -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -O -g3 > -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith -Wnested-externs -D_REENTRANT -MT > htscore.lo -MD -MP -MF .deps/htscore.Tpo -c htscore.c -fPIC -DPIC -o > .libs/htscore.lo > htscore.c: In function `httpmirror': > htscore.c:2720: Internal compiler error in output_cbranch, at > config/pa/pa.c:5159 > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. > make[4]: *** [htscore.lo] Error 1 > > The line 2720 is the end of a quite long function, which is the main > html/javascript/css parser code (difficult to split into parts), but I don't > really see what's the problem. > > What is the best way to handle this problem? I don't have access to the hppa > machine yet (as not-yet-debian-developper), and I did not see any bugreport > for this specific problem on gcc.gnu.org.
Have you tried compiling this with gcc-3.2 under hppa? We've put a lot of work into the newer compilers. If I can get the source for this I can test it on an hppa box. c.