From: Damien Doligez <damien.doligez@inria.fr>
To: caml-list@inria.fr, laurent.cheno@noos.fr
Subject: Re: [Caml-list] [help] camlimages sur MacOS X
Date: Mon, 6 May 2002 14:08:47 +0200 (MET DST) [thread overview]
Message-ID: <200205061208.OAA0000007958@beaune.inria.fr> (raw)
>From: =?ISO-8859-1?Q?Laurent_Ch=E9no?= <laurent.cheno@noos.fr>
>
>Comment obtenir une installation correcte des diff=E9rentes=20
>librairies graphiques ?
>1. par exemple : j'ai fait fink install giflib qui s'est bien=20
>pass=E9, mais ./configure ne trouve pas la librairie gif :
>checking for DGifOpenFileName in -lgif... no
>checking for DGifOpenFileName in -lungif... no
>
>Il existe pourtant : /sw/lib/libgif.4.1.0.dylib,=20
>/sw/lib/libgif.4.dylib, /sw/lib/libgif.a, /sw/lib/libgif.dylib,=20
>/sw/lib/libgif.la, /sw/lib/libimlib-gif..la, /sw/lib/libimlib-gif.so
Moi j'ai eu plusieurs problemes avec les diverses librairies utilisees
par camlimages. Pour giflib, camlimages ne va pas chercher dans
/sw/lib, donc il faut aller dans /usr/lib et faire:
for i in /sw/lib/*gif*; do ln -s $i; done
Pour plusieurs autres librairies, j'ai du faire "ranlib *.a" dans
/usr/lib et dans /usr/local/lib parce que les procedures d'install ne
le faisaient pas.
J'ai aussi du faire des liens dans /usr/local/include...
Bonne chance,
-- Damien
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next reply other threads:[~2002-05-06 12:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-06 12:08 Damien Doligez [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-05-04 12:44 Laurent Chéno
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=200205061208.OAA0000007958@beaune.inria.fr \
--to=damien.doligez@inria.fr \
--cc=caml-list@inria.fr \
--cc=laurent.cheno@noos.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