caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Francois Rouaix <Francois.Rouaix@inria.fr>
To: Patrice AUFFRET <patrice.auffret@hol.fr>
Cc: caml-list@inria.fr
Subject: Re: RE : RE :Graphisme
Date: Mon, 18 May 1998 10:43:14 +0200	[thread overview]
Message-ID: <199805180843.KAA17788@madiran.inria.fr> (raw)
In-Reply-To: Your message of "Fri, 15 May 1998 23:38:11 +0200." <355CB5C2.41E7DD07@hol.fr>

> [root@localhost /ML]# camlc -custom \
> > unix.zo graphics.zo test.ml \
> > -lgraph -lunix -lX11
> 
> Et il m'affiche comme message d'erreur :
> 
> ld: cannot open -lX11: No such file or directory

Il faut rajouter les options
-ccopt -L/some/path
ou 
/some/path est la valeur qui a ete donnee a X11_LIB dans le Makefile de
cl/contrib.

S'agissant de Linux, il faut probablement utiliser
-ccopt -L/usr/X11R6/lib

--f






      parent reply	other threads:[~1998-05-18 13:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-15 21:38 Patrice AUFFRET
1998-05-17 17:41 ` Quercia Michel
1998-05-18  8:37 ` RE : RE :Graphisme Xavier Leroy
1998-05-18  8:43 ` Francois Rouaix [this message]

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=199805180843.KAA17788@madiran.inria.fr \
    --to=francois.rouaix@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=patrice.auffret@hol.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).