Hi.
I'm trying to install LaTeX support on my MediaWiki installation, but I am having trouble building texvc on my Red Hat Enterprise Linux 5 machine. I am using OCAML 3.10.1. When running "make" from ../wiki/ math/, I get the following errors:
ocamlopt -c util.ml /tmp/camlasm82bc9f.s: Assembler messages: /tmp/camlasm82bc9f.s:62: Error: suffix or operands invalid for `call' /tmp/camlasm82bc9f.s:80: Error: suffix or operands invalid for `call' /tmp/camlasm82bc9f.s:128: Error: suffix or operands invalid for `call' /tmp/camlasm82bc9f.s:164: Error: suffix or operands invalid for `push' /tmp/camlasm82bc9f.s:181: Error: suffix or operands invalid for `pop' /tmp/camlasm82bc9f.s:199: Error: suffix or operands invalid for `push' /tmp/camlasm82bc9f.s:206: Error: suffix or operands invalid for `push' /tmp/camlasm82bc9f.s:212: Error: suffix or operands invalid for `push' /tmp/camlasm82bc9f.s:219: Error: suffix or operands invalid for `push' Assembler error, input left in file /tmp/camlasm82bc9f.s make: *** [util.cmx] Error 2
I have done a substantial amount of internet searching and could not find help. I also do not have any experience with OCAML. Does anyone have any ideas?
Thanks!
~Nathaniel