Re: [Caml-list] beginners or not (Was: build problem with 3.12.0; no ocamlrun in /usr/local/bin)

2011-06-28 Thread Edgar Friendly
On 06/28/2011 09:38 AM, Mihamina Rakotomandimby wrote: A kind of ocaml-dev mailing list, I think. As far as I can tell, this kind of discussion takes place somewhere private. Maybe inside INRIA, maybe with Caml Consortium members only. I think it's a good idea to open things up, but this

[Caml-list] ocaml arm eabi

2011-06-28 Thread SerP
Has anyone experience for running ocaml native programms on android? My problem in floating point calculations. let x = 255. in int_of_float x Result is always 0. Any suggestions very welcome. -- Caml-list mailing list. Subscription management and archives:

Re: [Caml-list] ocaml arm eabi

2011-06-28 Thread Pierre-Alexandre Voye
Maybe an issue with android's libc which manage float in certain circumstance ? Le 28 juin 2011 19:52, SerP serp...@gmail.com a écrit : ocaml 3.12.0 On iphone it's work's too. But on android - gcc-4.4 it's not working. On Tue, Jun 28, 2011 at 7:30 PM, ri...@happyleptic.org wrote: -[ Tue,

Re: [Caml-list] ocaml arm eabi

2011-06-28 Thread SerP
Yes. it seems that the problem in android libc, but it is not clear where exactly On Tue, Jun 28, 2011 at 10:02 PM, Pierre-Alexandre Voye ontolog...@gmail.com wrote: Maybe an issue with android's libc which manage float in certain circumstance ? Le 28 juin 2011 19:52, SerP serp...@gmail.com

Re: [Caml-list] beginners or not (Was: build problem with 3.12.0; no ocamlrun in /usr/local/bin)

2011-06-28 Thread Martin Jambon
On 06/28/11 06:53, Paolo Donadeo wrote: On Tue, Jun 28, 2011 at 15:41, Philippe Wang m...@philippewang.info wrote: I believe that discussions about types that less than 1% of all ocaml programmers understand, recursive functors (for these it must be even worse), GC tweaking, etc. is hacking.