caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] README.freedos ?
@ 2001-10-27  3:52 hooh pxw
  2001-10-30 10:46 ` Xavier Leroy
  0 siblings, 1 reply; 4+ messages in thread
From: hooh pxw @ 2001-10-27  3:52 UTC (permalink / raw)
  To: caml-list

hi,

i am using freedos & linux console(2.4.12).
Can i get DOS-specialized Ocaml?
i mean just something like QBASIC on msdos.
ROM-BIOS, DOS device drivers, graphic routine,   
(i have short english:) 

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] README.freedos ?
  2001-10-27  3:52 [Caml-list] README.freedos ? hooh pxw
@ 2001-10-30 10:46 ` Xavier Leroy
  2001-10-30 10:58   ` Rafael 'Dido' Sevilla
  0 siblings, 1 reply; 4+ messages in thread
From: Xavier Leroy @ 2001-10-30 10:46 UTC (permalink / raw)
  To: hooh pxw; +Cc: caml-list

> i am using freedos & linux console(2.4.12).
> Can i get DOS-specialized Ocaml?

Probably not, unless your Freedos environment provides a C compiler
with 32-bit flat address space and a solid ANSI-compliant C library.

But if it is the old DOS crap (64k segments, 640k total memory limit,
etc), then forget it.

The last Caml version that ran (somewhat) in such an environment was
Caml Light 0.6, available at
    ftp://ftp.inria.fr/lang/caml-light/Oldies/cl6pc86bin.zip

- Xavier Leroy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] README.freedos ?
  2001-10-30 10:46 ` Xavier Leroy
@ 2001-10-30 10:58   ` Rafael 'Dido' Sevilla
  2001-10-30 14:27     ` Dmitry Bely
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael 'Dido' Sevilla @ 2001-10-30 10:58 UTC (permalink / raw)
  To: Xavier Leroy; +Cc: Caml List

On Tue, Oct 30, 2001 at 11:46:38AM +0100, Xavier Leroy wrote:
> > i am using freedos & linux console(2.4.12).
> > Can i get DOS-specialized Ocaml?
> 
> Probably not, unless your Freedos environment provides a C compiler
> with 32-bit flat address space and a solid ANSI-compliant C library.
> 

I wonder if Objective Caml will compile with DJGPP?  Has anyone tried?

-- 
Rafael R. Sevilla <sevillar@team.ph.inter.net>   +63(2)   8177746 ext. 8311
Programmer, Inter.Net Philippines                +63(917) 4458925
http://dido.engr.internet.org.ph/                OpenPGP Key ID: 0x5CDA17D8
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] README.freedos ?
  2001-10-30 10:58   ` Rafael 'Dido' Sevilla
@ 2001-10-30 14:27     ` Dmitry Bely
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Bely @ 2001-10-30 14:27 UTC (permalink / raw)
  To: caml-list

"Rafael 'Dido' Sevilla" <sevillar@team.ph.inter.net> writes:

> > > i am using freedos & linux console(2.4.12).
> > > Can i get DOS-specialized Ocaml?
> > 
> > Probably not, unless your Freedos environment provides a C compiler
> > with 32-bit flat address space and a solid ANSI-compliant C library.
> > 
> I wonder if Objective Caml will compile with DJGPP?  Has anyone tried?

Definitely it won't compile out of the box. Before compiling Ocaml in a
non-Unix environment you have to manually configure it, create necessary
makefiles and port numerous system libs to your system (DOS-32?). It is not
that easy, if possible at all ...

As for Windows-targeted gcc, I was able to port Ocaml 3.03-alpha to the
native Win32 gcc (mingw). The patch was posted here some times ago.

Hope to hear from you soon,
Dmitry


-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-30 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-27  3:52 [Caml-list] README.freedos ? hooh pxw
2001-10-30 10:46 ` Xavier Leroy
2001-10-30 10:58   ` Rafael 'Dido' Sevilla
2001-10-30 14:27     ` Dmitry Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).