How would I do that? Should I look into the texvc Makefile and just
change all the ocamlopt lines to ocamlc?

Vivek

On Thu, Dec 4, 2008 at 6:57 AM, Anil Madhavapeddy <[EMAIL PROTECTED]> wrote:
> The sparc64 port of OCaml doesnt include a native code backend, just the
> bytecode.  However, you never *must* have ocamlopt in order to run an OCaml
> program, as the bytecode backend works fine (but a little slower) in most
> cases.
>
> If there's an option in the texvc package to swap out ocamlopt for ocamlc,
> then do that and it should all work fine.
>
> -anil
>
> On 4 Dec 2008, at 06:18, Vivek Ayer wrote:
>
>> Hey guys,
>>
>> I'm trying to compile the texvc in the mediawiki package so I can
>> render LaTeX on the fly, but it needs the ocaml set of binaries
>> including ocamlc and ocamlopt. The OpenBSD 4.3 package for ocaml
>> doesn't have the ocamlopt binary meaning I can't compile texvc. Is
>> there any hope? Should I try installing ocaml from ports instead or is
>> ocamlopt just not available for BSD. I'm running Mediawiki on
>> OpenBSD/sparc64 btw. It would be a great help if I could get this to
>> work.
>>
>> Thanks,
>> Vivek

Reply via email to