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: | Emmanuel Onzon <emmanuel.onzon@e...> |
| Subject: | Re: [Caml-list] Re: [Felix-impl] it no me build |
Quoting Erick Tryzelaar <idadesub@users.sourceforge.net>: > Rhythmic Fistman wrote: >> Can we disable -pack? >> Can I fall back to ocamlc? How? > > I can reproduce this on my mac, in ocaml 3.09.3. It works with just > ocamlc though. We can turn off ocamlopt by setting this: > > NATIVE_CODE_COMPILER=0 > > in config/ocaml_config.py. I'll poke around some more to see if > there's a real fix. > > -e > In the next version of dypgen I will get rid of -pack, because it makes things simpler. I hope it will improve RF's problem. Emmanuel