caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: alex lazarev <alexl@mari-el.ru>
To: caml-list@inria.fr
Subject: [alexl@mari-el.ru: [Caml-list] win95 bytecompilation/linking]
Date: Fri, 2 Mar 2001 16:52:01 -0300	[thread overview]
Message-ID: <20010302165201.A3532@mari-el.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

Sorry for fool question in former message - wrong (?) installed msvc :)

-- 
Alex<alexl@mari-el.ru>

[-- Attachment #2: Type: message/rfc822, Size: 2722 bytes --]

From: alex lazarev <alexl@mari-el.ru>
To: caml-list@inria.fr
Subject: [Caml-list] win95 bytecompilation/linking
Date: Fri, 2 Mar 2001 15:14:49 -0300
Message-ID: <20010302151449.A3262@mari-el.ru>

What is wrong here:
Linux:
    ocamlc -o hello /usr/lib/ocaml/labltk/labltk.cma -I
>	/usr/lib/ocaml/labltk hello.ml 
	-- all right
Win95
    C:\ocaml\example>ocamlc -I ../lib/labltk -o hello.exe hello.ml
    Error while linking hello.cmo: Reference to undefined global `Tk'
	-- it's also right. (Almost right?) - absent labltk

    ocamlc -o hello /usr/lib/ocaml/labltk/labltk.cma 
>	-I /usr/lib/ocaml/labltk hello.ml
        -- Illegal file or command name
	-- I/O error: hello.exe: No such file or directory

How can i build .exe in win95?

ps: Regretfully ocaml distribution don't have demos 

-- 
Alex<alexl@mari-el.ru>
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr

                 reply	other threads:[~2001-03-02 13:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010302165201.A3532@mari-el.ru \
    --to=alexl@mari-el.ru \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).