> cxx -o pdftex pdftexini.o pdftex0.o pdftex1.o pdftex2.o pdftexextra.o
> pdftexdir/libpdf.a ../../libs/libpng/libpng.a ../../libs/zlib/libz.a
> pdftexdir/xpdf-0.80/xpdf/pdftoepdf.a pdftexdir/xpdf-0.80/goo/libGoo.a
> lib/lib.a ../kpathsea/STATIC/libkpathsea.a -lm
> ld:
> load_compressed_file could not malloc 25820987655. bytes for

Well, it looks like the linker (ld) wants to allocate 24GB of memory
which fails. My first guess is that something, most propably the linker,
is broken.

Thomas

Reply via email to