caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] OCaml & XP, OCaml & CDK
@ 2002-04-08  1:37 Nikolaj Bjorner
  2002-04-15  9:08 ` Xavier Leroy
  0 siblings, 1 reply; 4+ messages in thread
From: Nikolaj Bjorner @ 2002-04-08  1:37 UTC (permalink / raw)
  To: caml-list

It was not clear to me which e-mail is the most appropriate for
the notes below, so I decided to let everyone share the joy.

Here are some notes on installing OCaml 3.04 under Windows XP:
==============================================================

Installing OCaml on Windows
and Setting environment:
------------------------
Things did not work right away. Here is what I had to do
additionally:

1. Right click on My Computer
2. Choose 'Advanced'
3. Choose 'Environment' variables
4. Add C:\Progra~1\Ocaml\bin to PATH
5. Add OCAMLLIB and CAMLP4LIB (and CAMLLIB, OCAMLP4LIB for the paranoid).

Using quoted paths, 
such as "C:\Program Files\Ocaml\lib"; seems not to work with Cygwin.

Getting VC++ to work
--------------------
cl (the non-visual part of VC++)
complains that mspdb60.dll could not be found.
It appears to have been misplaced in Common\MSDev98\Bin
instead of VC98\Bin.

This problem is documented and trouble shooting is available at:
http://www.research.att.com/lists/uwin-developers/1998/12/msg00010.html

Include paths did not work. 
Editing the Makefile.win and replacing /I$(OCAMLLIB) by 
/I "C:\Program Files\Ocaml\lib" 
/I "C:\Program Files\Microsoft Visual Studio\VC98\Include" 
did the trick.

camlopt
-------
The link to the assembler from the README was out-dated (a number
of other links are broken from the ocaml sites).
Instead Google got me to masm32: http://www.movsd.com/masm.htm
A small 5.9 MB download, followed by install and the above PATH
exercise.

camlidl/tests
-------------
The Makefile is unix centric (uses gcc, which may come with 
cygwin, but ...).

ocamlmklib
----------
Is this missing under windows?
My Linux installation has it, my XP does not.

Here are some more general notes
================================

Makefile
--------
The makefile from http://caml.inria.fr/FAQ/Makefile_ocaml-eng.html
should be updated for 3.04, in particular include the relevant
macros for labltk, as described in the manual.

The hump
--------
caml.inria.fr seems down quite often, for example April 6'th.

Libraries 
---------
Several more features from the Hump 
can be added to CDK, such that for example cryptokit 
uses zlib from CDK and does not define it on its own.

Libraries that appear to be missing:

- XML SOAP 
- OpenSSL, OpenSSH interface or should we just re-implement ASN1 parsers,
  Spki interface, RSA crypto, SSL 2.0, 3.0, and TLS? OpenSSL also
  includes the usual block ciphers and hash algorithms.
- SMTP
- Mime tools
- XML SAX

Are there any organized more extensive wish-lists for the CDK?




Regards

Nikolaj S. Bjorner





-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

end of thread, other threads:[~2002-04-15 11:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-08  1:37 [Caml-list] OCaml & XP, OCaml & CDK Nikolaj Bjorner
2002-04-15  9:08 ` Xavier Leroy
2002-04-15 11:07   ` Jérôme Marant
2002-04-15 11:25     ` Project proposals site (was: Re: [Caml-list] OCaml & XP, OCaml & CDK) Michel Schinz

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).