Re: plots of functions

From: Quercia Michel (quercia@cal.enst.fr)
Date: Sun May 17 1998 - 19:41:12 MET DST


To: caml-list@inria.fr, Patrice AUFFRET <patrice.auffret@hol.fr>
Date: Sun, 17 May 1998 19:41:12 +0200
From: Quercia Michel <quercia@cal.enst.fr>

Patrice AUFFRET <patrice.auffret@hol.fr> écrivait le 15/05 à 23h38 :

: [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

[français]
ajoute l'option "-ccopt -L/usr/X11R6/lib" pour que l'éditeur de
liens puisse trouver la libX11.

[english]
with Linux, you must add the option : "-ccopt -L/usr/X11R6/lib"
to help the linker in finding the X11 library.

----
Michel Quercia
Lycee Carnot  16 bd Thiers  21000 Dijon
http://pauillac.inria.fr/~quercia
mailto:quercia@cal.enst.fr,michel.quercia@ac-dijon.fr



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:14 MET