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
On Mon, Jan 19, 2009 at 10:25 PM, Nathaniel Frissell nafrissell@vt.edu wrote:
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:
"yum install ocaml" just worked for me.
Joshua
Hi, Joshua. That didn't seem to work for me. Were you running a 32 bit or 64 bit version of Red Hat?
Thanks.
Nathaniel
On Jan 20, 2009, at 9:03 AM, Joshua C. Lerner wrote:
On Mon, Jan 19, 2009 at 10:25 PM, Nathaniel Frissell <nafrissell@vt.edu
wrote:
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:
"yum install ocaml" just worked for me.
Joshua
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On Tue, Jan 20, 2009 at 4:23 PM, Nathaniel Frissell nafrissell@vt.edu wrote:
Hi, Joshua. That didn't seem to work for me. Were you running a 32 bit or 64 bit version of Red Hat?
Centos 5 running on Opteron (64-bit). Maybe try adding
http://dl.atrpms.net/el5-x86_64/atrpms/stable/
to your yum.conf?
Joshua
mediawiki-l@lists.wikimedia.org