Browse thread
Re: [Felix-impl] it no me build
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Erick Tryzelaar <idadesub@u...> |
| Subject: | Re: [Felix-impl] [Caml-list] Re: it no me build |
skaller wrote: > Ahem .. the lines are backwards -- that's a huge dyslexia :) > > So the bug in Ocaml is, on OSX we use: > > ocamlopt.opt -w yzex -warn-error FDPSU -pack -o dypgen/dyplib/dyp.cmx > dypgen/dyplib/sig.cmi dypgen/dyplib/gs.cmx > dypgen/dyplib/priority_by_relation.cmx dypgen/dyplib/automaton.cmx > dypgen/dyplib/parser.cmx > > but we needed: > > ocamlopt.opt -w yzex -warn-error FDPSU -I dypgen/dyplib -pack -o > dypgen/dyplib/dyp.cmx dypgen/dyplib/sig.cmi dypgen/dyplib/gs.cmx > dypgen/dyplib/priority_by_relation.cmx dypgen/dyplib/automaton.cmx > dypgen/dyplib/parser.cmx > Yep! Sorry for the confusion.