caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Hugues Leroy <Hugues.Leroy@irisa.fr>
To: caml-list@inria.fr
Subject: Re: incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 (on a opteron/redhat box)
Date: Tue, 07 Mar 2006 11:32:10 +0100	[thread overview]
Message-ID: <440D612A.4030500@irisa.fr> (raw)

Hi
Under ubuntu/debian default libs are 64 bits : directories lib and lib64 
are linked together, and there is a lib32 directory.

But under Redhat4 we have only these two different directories : lib and 
lib64

So in order to avoid incompatible libs used if you
configure with : ./configure

Just add:
-x11lib  /usr/X11R6/lib64

or tell your admin to mv lib lib32, mv lib64 lib, ln -s lib lib64 :-)

-- 
Hugues Leroy // Inria Rennes
Projet Symbiose, Plate-forme bioinformatique Ouest-genopole
http://www.genouest.org
et Service ASCII (Applications SCIentifiques et transfert Industriel)
tel : +33 2 99 84 74 17  / fax : +33 2 99 84 71 71


             reply	other threads:[~2006-03-07 10:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-07 10:32 Hugues Leroy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-23 17:02 Hugues Leroy

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=440D612A.4030500@irisa.fr \
    --to=hugues.leroy@irisa.fr \
    --cc=caml-list@inria.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).