caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Matthieu Dubuget <matthieu.dubuget@laposte.net>
To: Zhu Ping <zhuping@comp.nus.edu.sg>
Cc: Anil Madhavapeddy <anil@recoil.org>, caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Using Frontc
Date: Sun, 20 Nov 2005 13:37:07 +0100	[thread overview]
Message-ID: <43806DF3.1000806@laposte.net> (raw)
In-Reply-To: <002c01c5edae$afd08d20$1db312ac@comp.nus.edu.sg>


> ocamlc -o main -I /home/sand/cil/obj/x86_LINUX/ pretty.cmo trace.cmo
> errormsg.cmo cabs.cmo cabsvisit.cmo escape.cmo cprint.cmo patch.cmo
> frontc.cmo main.cmo
> "Error while linking /home/sand/cil/obj/x86_LINUX/patch.cmo: Reference
> to undefined global 'Unix' "

Try this :
ocamlc -o main -I /home/sand/cil/obj/x86_LINUX/ unix .cma pretty.cmo
trace.cmo errormsg.cmo cabs.cmo cabsvisit.cmo escape.cmo cprint.cmo
patch.cmo frontc.cmo main.cmo

Salutations

Matthieu


  reply	other threads:[~2005-11-20 12:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-20  8:44 Zhu Ping
2005-11-20 12:37 ` Matthieu Dubuget [this message]
2005-11-21  8:41   ` Zhu Ping
2005-11-21  9:54     ` Gerd Stolpmann
2005-11-24  6:12       ` Zhu Ping
2005-11-24 10:25         ` skaller
  -- strict thread matches above, loose matches on Subject: below --
2005-11-18  9:22 Zhu Ping
2005-11-18  9:52 ` [Caml-list] " Anil Madhavapeddy

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=43806DF3.1000806@laposte.net \
    --to=matthieu.dubuget@laposte.net \
    --cc=anil@recoil.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=zhuping@comp.nus.edu.sg \
    /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).