caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: Patrice AUFFRET <patrice.auffret@hol.fr>, caml-list@inria.fr
Subject: Re: RE : RE :Graphisme
Date: Mon, 18 May 1998 10:37:49 +0200	[thread overview]
Message-ID: <19980518103749.22124@pauillac.inria.fr> (raw)
In-Reply-To: <355CB5C2.41E7DD07@hol.fr>; from Patrice AUFFRET on Fri, May 15, 1998 at 11:38:11PM +0200

> Je compile mon fichier comme suit : ( le fichier test.ml est mon fichier
> source )
> 
> [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

Sur certains Unix, les bibliothèques X Windows ne se trouvent pas au même
endroit que les autres bibliothèques.  Essayez quelque chose du genre:

camlc -custom unix.zo graphics.zo test.ml -lgraph -lunix -L/usr/X11R6/lib -lX11
                                                           ^^^^^^^^^^^^^^
(Dans la partie soulignée, il faut mettre le nom du répertoire qui
contient libX11.so sur votre machine.)

- Xavier Leroy





  parent reply	other threads:[~1998-05-18 13:37 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 ` Xavier Leroy [this message]
1998-05-18  8:43 ` RE : RE :Graphisme Francois Rouaix

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=19980518103749.22124@pauillac.inria.fr \
    --to=xavier.leroy@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).