So, probably a foolish question: I'm trying to build OpenOffice (a.k.a. StarOffice). I've managed to coerce their build tools (dmake, etc.) into compiling and am now hammering through getting StarOffice proper to compile.
I'm currently stuck on a link where a symbol is missing. For some reason, I can't seem to find the owning library. Can someone tell me which library I am missing? Seems like it should be a core library.. ---- gcc -Wl,-export-dynamic -L../../unxlngppc.pro/lib -L../lib -L/usr/local/src/oo_605_src/solenv/unxlngppc/lib -L/usr/local/src/oo_605_src/solver/605/unxlngppc.pro/lib -L/usr/local/src/oo_605_src/solenv/unxlngppc/lib -L/lib -L/usr/lib -L/usr/local/lib -L/usr/local/jdk/jre/lib -L/usr/X11R6/lib -o ../../unxlngppc.pro/bin/unocpp ../../unxlngppc.pro/obj/cpp.o ../../unxlngppc.pro/obj/eval.o ../../unxlngppc.pro/obj/getopt.o ../../unxlngppc.pro/obj/include.o ../../unxlngppc.pro/obj/lex.o ../../unxlngppc.pro/obj/macro.o ../../unxlngppc.pro/obj/nlist.o ../../unxlngppc.pro/obj/tokens.o ../../unxlngppc.pro/obj/unix.o -ldl -lm ../../unxlngppc.pro/obj/cpp.o: In function `error': ../../unxlngppc.pro/obj/cpp.o(.text+0xcdc): undefined reference to `__va_arg_type_violation' ../../unxlngppc.pro/obj/cpp.o(.text+0xcdc): relocation truncated to fit: R_PPC_REL24 __va_arg_type_violation collect2: ld returned 1 exit status